Skip to content

Commit 82a232b

Browse files
fix links
1 parent f3578c2 commit 82a232b

13 files changed

+7
-33
lines changed

teams/teams-ps/teams/Get-CsOnlineAudioFile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,4 @@ If you call the cmdlet without having uploaded any audio files, with a non-exist
127127
128128
[Import-CsOnlineAudioFile](Import-CsOnlineAudioFile.md)
129129
130-
[New-CsOnlineAudioFile](New-CsOnlineAudioFile.md)
131-
132130
[Remove-CsOnlineAudioFile](Remove-CsOnlineAudioFile.md)

teams/teams-ps/teams/Get-CsOnlineDialInConferencingUser.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
268268
## NOTES
269269

270270
## RELATED LINKS
271-
[Enable-CsOnlineDialInConferencingUser](Enable-CsOnlineDialInConferencingUser.md)
272-
273-
[Disable-CsOnlineDialInConferencingUser](Disable-CsOnlineDialInConferencingUser.md)
274271

275272
[Set-CsOnlineDialInConferencingUser](Set-CsOnlineDialInConferencingUser.md)

teams/teams-ps/teams/Get-CsOnlineVoiceUser.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,5 +399,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
399399

400400
## RELATED LINKS
401401
[Set-CsOnlineVoiceUser](Set-CsOnlineVoiceUser.md)
402-
403-
[Set-CsOnlineVoiceUserBulk](Set-CsOnlineVoiceUserBulk.md)

teams/teams-ps/teams/Get-CsTenantFederationConfiguration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
164164

165165
## RELATED LINKS
166166

167-
[Get-CsTenantPublicProvider](Get-CsTenantPublicProvider.md)
168-
169167
[Set-CsTenantFederationConfiguration](Set-CsTenantFederationConfiguration.md)

teams/teams-ps/teams/New-CsCustomPolicyPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Accept wildcard characters: False
6262
6363
### -PolicyList
6464
65-
A list of one or more policies to be added in the package. To specifiy the policy list, follow this format: "\<PolicyType\>, \<PolicyName\>". Delimiters of ' ', '.', ':', '\t' are also acceptable. Supported policy types are listed [here](https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages#what-is-a-policy-package). To get the list of available policy names on your tenant, please use the SkypeForBusiness module and refer to cmdlets such as [Get-CsTeamsMeetingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingpolicy?view=teams-ps) and [Get-CsTeamsMessagingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmessagingpolicy?view=teams-ps).
65+
A list of one or more policies to be added in the package. To specifiy the policy list, follow this format: "\<PolicyType\>, \<PolicyName\>". Delimiters of ' ', '.', ':', '\t' are also acceptable. Supported policy types are listed [here](https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages#what-is-a-policy-package). To get the list of available policy names on your tenant, please use the SkypeForBusiness module and refer to cmdlets such as [Get-CsTeamsMeetingPolicy](Get-CsTeamsMeetingPolicy.md) and [Get-CsTeamsMessagingPolicy](Get-CsTeamsMessagingPolicy.md).
6666
6767
```yaml
6868
Type: String[]

teams/teams-ps/teams/New-CsOnlineVoicemailPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Accept wildcard characters: False
194194
```
195195
196196
### -PrimarySystemPromptLanguage
197-
The primary (or first) language that voicemail system prompts will be presented in. Must also set SecondarySystemPromptLanguage. When set, this overrides the user language choice. Please see [Set-CsOnlineVoicemailUserSettings](/powershell/module/teams/set-csonlinevoicemailusersettings?view=teams-ps) -PromptLanguage for supported languages.
197+
The primary (or first) language that voicemail system prompts will be presented in. Must also set SecondarySystemPromptLanguage. When set, this overrides the user language choice. Please see [Set-CsOnlineVoicemailUserSettings](Set-CsOnlineVoicemailUserSettings.md) -PromptLanguage for supported languages.
198198
199199
```yaml
200200
Type: String
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
```
211211
212212
### -SecondarySystemPromptLanguage
213-
The secondary language that voicemail system prompts will be presented in. Must also set PrimarySystemPromptLanguage and may not be the same value as PrimarySystemPromptanguage. When set, this overrides the user language choice. Please see [Set-CsOnlineVoicemailUserSettings](/powershell/module/teams/set-csonlinevoicemailusersettings?view=teams-ps) -PromptLanguage for supported languages.
213+
The secondary language that voicemail system prompts will be presented in. Must also set PrimarySystemPromptLanguage and may not be the same value as PrimarySystemPromptanguage. When set, this overrides the user language choice. Please see [Set-CsOnlineVoicemailUserSettings](Set-CsOnlineVoicemailUserSettings.md) -PromptLanguage for supported languages.
214214
215215
```yaml
216216
Type: String

teams/teams-ps/teams/New-CsTenantDialPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can use this cmdlet to create a new tenant dial plan. Tenant dial plans prov
2727
The Conferencing Attendant application also uses tenant dial plans for dial-in conferencing.
2828
A tenant dial plan determines such things as which normalization rules are applied.
2929

30-
You can add new normalization rules to a tenant dial plan by calling the [New-CsVoiceNormalizationRule](https://learn.microsoft.com/powershell/module/teams/New-CsVoiceNormalizationRule) cmdlet.
30+
You can add new normalization rules to a tenant dial plan by calling the [New-CsVoiceNormalizationRule](New-CsVoiceNormalizationRule.md) cmdlet.
3131

3232
## EXAMPLES
3333

teams/teams-ps/teams/New-CsVoiceNormalizationRule.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,16 +371,8 @@ This cmdlet creates an object of type Microsoft.Rtc.Management.WritableConfig.Po
371371
372372
## RELATED LINKS
373373
374-
[Remove-CsVoiceNormalizationRule](Remove-CsVoiceNormalizationRule.md)
375-
376-
[Set-CsVoiceNormalizationRule](Set-CsVoiceNormalizationRule.md)
377-
378-
[Get-CsVoiceNormalizationRule](Get-CsVoiceNormalizationRule.md)
379-
380374
[Test-CsVoiceNormalizationRule](Test-CsVoiceNormalizationRule.md)
381375
382-
[New-CsDialPlan](New-CsDialPlan.md)
383-
384376
[Get-CsDialPlan](Get-CsDialPlan.md)
385377
386378
[New-CsTenantDialPlan](New-CsTenantDialPlan.md)

teams/teams-ps/teams/Remove-CsOnlineAudioFile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ The cmdlet is available in Teams PS module 2.4.0-preview or later.
7373
7474
[Import-CsOnlineAudioFile](Import-CsOnlineAudioFile.md)
7575
76-
[New-CsOnlineAudioFile](New-CsOnlineAudioFile.md)

teams/teams-ps/teams/Set-CsCallQueue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This example updates the Call Queue with identity e7e00636-47da-449c-a36b-1b3d6e
9292
Set-CsCallQueue -Identity e7e00636-47da-449c-a36b-1b3d6ee04440 -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -MusicOnHoldAudioFileId $audioFile.Id
9393
```
9494

95-
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://learn.microsoft.com/powershell/module/teams/import-csonlineaudiofile)
95+
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](Import-CsOnlineAudioFile.md)
9696

9797
## PARAMETERS
9898

0 commit comments

Comments
 (0)