Skip to content

Commit 99edaf6

Browse files
authored
Update Set-SPOContainer.md
1 parent 6df7a12 commit 99edaf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ Set-SPOContainer [-Identity] <SPOContainerPipeBind>
5151
```
5252
### PrincipalOwnerTransfer
5353
```
54-
Set-SPOContainer [-Identity] <SPOContainerPipeBind> -ExistingPrincipalOwner <String>
54+
Set-SPOContainer [-Identity] <SPOContainerPipeBind> -CurrentPrincipalOwner <String>
5555
-NewPrincipalOwner <String> [-WhatIf] [-Confirm] [<CommonParameters>]
5656
```
5757
## DESCRIPTION
5858

59-
For any parameters that are passed in, the `Set-SPOContainer` cmdlet sets or updates the setting for the active container identified by the parameter `Identity`. The cmdlet throws an error if the identity of an archived container is provided. The principal owner transfer operation is supported only for containers that are user-owned. Attempting to perform this operation on containers that are tenant-owned or group-owned will result in an error.
59+
For any parameters that are passed in, the `Set-SPOContainer` cmdlet sets or updates the setting for the active container identified by the parameter `Identity`. The cmdlet throws an error if the identity of an archived container is provided. The principal owner transfer operation is supported only for containers that are user-owned. Attempting to perform this operation on non user-owned containers will result in an error.
6060

6161
> [!IMPORTANT]
6262
> Always wait for the current principal owner transfer attempt to finish before reusing the cmdlet. Concurrent or premature reuse can lead to incomplete or invalid ownership changes.
@@ -190,7 +190,7 @@ Accept pipeline input: False
190190
Accept wildcard characters: False
191191
```
192192
193-
### -ExistingPrincipalOwner
193+
### -CurrentPrincipalOwner
194194
The current principal owner of the container.
195195
196196
```yaml

0 commit comments

Comments
 (0)