Skip to content

Commit a508d39

Browse files
authored
Merge branch 'master' into patch-3
2 parents 652506f + 869800d commit a508d39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the `Remove-SPOSiteGroup` cmdlet to remove a group from a site collection by
2828

2929
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the `Remove-SPOSiteGroup` cmdlet.
3030

31-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832> (<https://go.microsoft.com/fwlink/p/?LinkId=251832).>
31+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3232

3333
## EXAMPLES
3434

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteRename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
188188
### -Confirm
189189
190-
PARAMVALUE: SwitchParameter
190+
Prompts you for confirmation before executing the command. For more information, type the following command: `get-help about_commonparameters`
191191

192192
```yaml
193193
Type: SwitchParameter

skype/skype-ps/skype/Set-CsCallQueue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ This example updates the Call Queue with identity e7e00636-47da-449c-a36b-1b3d6e
4040

4141
### -------------------------- Example 2 --------------------------
4242
```
43-
Set-CsCallQueue -Identity e7e00636-47da-449c-a36b-1b3d6ee04440 -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -MusicOnHoldAudioFileId 4d7361c1-5b46-4f69-b125-cf35a098a341
43+
Set-CsCallQueue -Identity e7e00636-47da-449c-a36b-1b3d6ee04440 -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -MusicOnHoldAudioFileId $audioFile.Id
4444
```
4545

46-
This example updates the Call Queue with new distribution lists and references a new music on hold audio file.
46+
This example updates the Call Queue with new distribution lists and references a new music on hold audio file using the audio file ID from the stored variable $audioFile created with the [Import-CsOnlineAudioFile cmdlet](https://docs.microsoft.com/powershell/module/skype/import-csonlineaudiofile)
4747

4848
## PARAMETERS
4949

0 commit comments

Comments
 (0)