diff --git a/documentation/Set-PnPTeamsTag.md b/documentation/Set-PnPTeamsTag.md index 31e708b1c..5f8861586 100644 --- a/documentation/Set-PnPTeamsTag.md +++ b/documentation/Set-PnPTeamsTag.md @@ -15,7 +15,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Set-PnPTeamsTag.html * Microsoft Graph API: TeamworkTag.ReadWrite, Group.Read.All -Sets the Microsoft Teams Tag in a Team. +Sets the Microsoft Teams tag in a Team. ## SYNTAX @@ -25,18 +25,20 @@ Set-PnPTeamsTag -Team -Identity -DisplayN ## DESCRIPTION +Allows to set a Teams tag in Microsoft Teams. + ## EXAMPLES ### EXAMPLE 1 ```powershell Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity "ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==" -DisplayName "Updated Tag" ``` -Sets the Tag with the specified Id from the Teams team. +Sets the tag with the specified Id from the Teams team. ## PARAMETERS ### -DisplayName -The updated display name of the Teams tag +The updated display name of the Teams tag. ```yaml Type: String @@ -50,7 +52,7 @@ Accept wildcard characters: False ``` ### -Identity -Specify the id of the Tag +Specify the id of the Tag. ```yaml Type: TeamsTagPipeBind diff --git a/documentation/Set-PnPTeamsTeamArchivedState.md b/documentation/Set-PnPTeamsTeamArchivedState.md index 317b9ff11..7f19619c2 100644 --- a/documentation/Set-PnPTeamsTeamArchivedState.md +++ b/documentation/Set-PnPTeamsTeamArchivedState.md @@ -21,7 +21,7 @@ Sets the archived state of a team. ```powershell Set-PnPTeamsTeamArchivedState -Identity -Archived - [-SetSiteReadOnlyForMembers ] + [-SetSiteReadOnlyForMembers ] [-Connection ] ``` ## DESCRIPTION @@ -49,7 +49,7 @@ Un-archives the team as identified. Set-PnPTeamsTeamArchivedState -Identity "My Team" -Archived $true -SetSiteReadOnlyForMembers $true ``` -Archives the team as identified and sets the underlying SharePoint Online Site Collection as read only for members +Archives the team as identified and sets the underlying SharePoint Online Site Collection as read only for members. ## PARAMETERS @@ -67,6 +67,20 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Connection +Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. + +```yaml +Type: PnPConnection +Parameter Sets: (All) + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Identity Specify the group id, mailNickname or display name of the team to use. diff --git a/documentation/Set-PnPTeamsTeamPicture.md b/documentation/Set-PnPTeamsTeamPicture.md index dfc14f54a..02ce89c24 100644 --- a/documentation/Set-PnPTeamsTeamPicture.md +++ b/documentation/Set-PnPTeamsTeamPicture.md @@ -20,7 +20,7 @@ Sets the picture of an existing team. ## SYNTAX ```powershell -Set-PnPTeamsTeamPicture -Team -Path +Set-PnPTeamsTeamPicture -Team -Path [-Connection ] ``` ## DESCRIPTION @@ -36,6 +36,20 @@ Updates a picture for the team called 'MyTeam' with the available at "c:\myimage ## PARAMETERS +### -Connection +Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. + +```yaml +Type: PnPConnection +Parameter Sets: (All) + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Path The path to the image file. @@ -66,4 +80,4 @@ Accept wildcard characters: False ## RELATED LINKS -[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) \ No newline at end of file +[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) diff --git a/documentation/Set-PnPTemporarilyDisableAppBar.md b/documentation/Set-PnPTemporarilyDisableAppBar.md index 33018d898..da7f05209 100644 --- a/documentation/Set-PnPTemporarilyDisableAppBar.md +++ b/documentation/Set-PnPTemporarilyDisableAppBar.md @@ -20,7 +20,7 @@ Allows the SharePoint Online App Bar to be disabled. It may take some time for t ## SYNTAX ```powershell -Set-PnPTemporarilyDisableAppBar -Enabled +Set-PnPTemporarilyDisableAppBar -Enabled [-Connection ] ``` ## DESCRIPTION @@ -45,7 +45,21 @@ Shows the SharePoint Online App Bar. ## PARAMETERS -### -Enable +### -Connection +Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. + +```yaml +Type: PnPConnection +Parameter Sets: (All) + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Enabled Specifies whether to show or hide SharePoint Online App Bar. ```yaml