Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Adds a user to a SharePoint Embedded container with a specified role.
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
```

##DESCRIPTION
## DESCRIPTION

Assigns a user to a defined role within a SharePoint Embedded container.

Expand All @@ -48,7 +48,7 @@ Example 1 assigns the role of owner to user with User Principal Name "shras@cont

## PARAMETERS

-ContainerId
### -ContainerId

> Applicable: SharePoint Online

Expand All @@ -66,7 +66,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-LoginName
### -LoginName

> Applicable: SharePoint Online

Expand All @@ -84,7 +84,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-Role
### -Role

> Applicable: SharePoint Online

Expand All @@ -110,6 +110,7 @@ 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](/powershell/module/microsoft.powershell.core/about/about_commonparameters).

## INPUTS
Expand All @@ -133,7 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Set-SPOContainer](./Set-SPOContainer.md)

[Get-SPOContainer](./Get-SPOContainer.md)




Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Removes a user from a specified role in a SharePoint Embedded container.
Remove-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
```

##DESCRIPTION
## DESCRIPTION

Removes a user from a defined role within a SharePoint Embedded container.

Expand All @@ -46,7 +46,7 @@ Example 1 removes the user with User Principal Name "[email protected]" from the

## PARAMETERS

-ContainerId
### -ContainerId

> Applicable: SharePoint Online

Expand All @@ -64,7 +64,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-LoginName
### -LoginName

> Applicable: SharePoint Online

Expand All @@ -82,7 +82,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-Role
### -Role

> Applicable: SharePoint Online

Expand All @@ -108,6 +108,7 @@ 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](/powershell/module/microsoft.powershell.core/about/about_commonparameters).

## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Reassigns a user from their current role to a new role within a SharePoint Embed
Set-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>
```

##DESCRIPTION
## DESCRIPTION

Updates a user's assigned role within a SharePoint Embedded container.

Expand All @@ -47,7 +47,7 @@ Example 1 reassigns the role of User Principal Name "[email protected]" to manag

## PARAMETERS

-ContainerId
### -ContainerId

> Applicable: SharePoint Online

Expand All @@ -65,7 +65,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-LoginName
### -LoginName

> Applicable: SharePoint Online

Expand All @@ -83,7 +83,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

-Role
### -Role

> Applicable: SharePoint Online

Expand All @@ -109,6 +109,7 @@ 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](/powershell/module/microsoft.powershell.core/about/about_commonparameters).

## INPUTS
Expand Down
Loading