Skip to content

Latest commit

 

History

History
160 lines (116 loc) · 4.11 KB

File metadata and controls

160 lines (116 loc) · 4.11 KB
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

New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy

SYNOPSIS

Creates a new SharePoint Online management Application Proxy Name

SYNTAX

New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy
 [-AssignmentCollection <SPAssignmentCollection>] [-Confirm] [-DefaultProxyGroup] -Name <String>
 -OnlineTenantUri <String> [-WhatIf] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

EXAMPLE 1

New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy -Name $SPO_MANAGEMENT_APPPROXY_NAME -OnlineTenantUri $PortalUrl -DefaultProxyGroup

Found the proxies for the tenant on the variable $PortalUrl on the Default Proxy Group.

PARAMETERS

-AssignmentCollection

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: False

-Confirm

Prompts 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: False

-DefaultProxyGroup

Search 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: False

-Name

SPO 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: False

-OnlineTenantUri

Define 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: False

-WhatIf

Shows 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

RELATED LINKS

Introduction to the SharePoint Online management shell

SharePoint Online Management Shell Download

Get-SPOAppErrors

Start-SPOUserAndContentMove

Full Download to Hybrid Scripts