| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/new-sponlineapplicationprincipalmanagementserviceapplicationproxy |
| applicable | SharePoint Server 2013, SharePoint Server 2016 |
| title | New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Creates a new SharePoint Online management Application Proxy Name
New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy
[-AssignmentCollection <SPAssignmentCollection>] [-Confirm] [-DefaultProxyGroup] -Name <String>
-OnlineTenantUri <String> [-WhatIf] [<CommonParameters>]This Cmdlet is used to create a new Application Proxy name, for example usually when you run this script you onboard your SharePoint Online (SPO) tenant and your SharePoint server cloud SSA to cloud hybrid search.
New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy -Name $SPO_MANAGEMENT_APPPROXY_NAME -OnlineTenantUri $PortalUrl -DefaultProxyGroupFound the proxies for the tenant on the variable $PortalUrl on the Default Proxy Group.
After the creation of the new Principal Management Service Application proxy assign it to the collection.
Type: SPAssignmentCollection
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSearch Proxies on the default Proxy Group
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSPO Management AppProxy Name.
Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseDefine the online Tenant URI.
Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Applicable: SharePoint Server 2013, SharePoint Server 2016
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Introduction to the SharePoint Online management shell