Skip to content

Commit 80a084a

Browse files
committed
Link fixes per build report
1 parent f51f8d9 commit 80a084a

12 files changed

+155
-54
lines changed

teams/teams-ps/teams/Disable-CsOnlineSipDomain.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ ms.reviewer: rogupta
1515
## SYNOPSIS
1616

1717
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows organizations with multiple on-premises deployments of Skype For Business Server or Lync Server to safely synchronize users from multiple forests into a single Office 365 tenant.
18-
18+
1919
## SYNTAX
2020

2121
```powershell
22-
Disable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters>]
22+
Disable-CsOnlineSipDomain -Domain <String>
23+
[-Confirm]
24+
[-Force]
25+
[<CommonParameters>]
2326
```
2427

2528
## DESCRIPTION
@@ -40,6 +43,7 @@ This cmdlet facilitates consolidation of multiple Skype for Business Server depl
4043
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Microsoft Entra Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision online any users with an assigned Skype for Business license, despite there being users on-premises. While the correct fix is to update the configuration for Microsoft Entra Connect to sync those attributes, using Disable-CsOnlineSipDomain can also mitigate the problem until that configuration change can be made. If this cmdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
4144

4245
Important: This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
46+
4347
- Their SIP addresses will be removed.
4448
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
4549
- These users will no longer be able to login to the Skype for Business Online environment.
@@ -107,20 +111,15 @@ Accept pipeline input: False
107111
Accept wildcard characters: False
108112
```
109113
110-
111114
### CommonParameters
112115
113116
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
114117
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
115118
116119
## INPUTS
117120
118-
### None
119-
120121
## OUTPUTS
121122
122-
### None
123-
124123
## NOTES
125124
126125
This cmdlet is for advanced scenarios only. Organizations that are pure online or have only 1 on-premises deployment need not run this cmdlet.

teams/teams-ps/teams/Get-CsTeamsFirstPartyMeetingTemplateConfiguration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,12 @@ Accept wildcard characters: False
7777
### CommonParameters
7878
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7979
80+
## INPUTS
81+
82+
## OUTPUTS
83+
84+
## NOTES
85+
8086
## RELATED LINKS
81-
[Get-CsTeamsMeetingTemplateConfiguration](Get-CsTeamsMeetingTemplateConfiguration.yml)
87+
88+
[Get-CsTeamsMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingyemplateconfiguration)

teams/teams-ps/teams/Get-CsTeamsMediaConnectivityPolicy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
4646

4747
## OUTPUTS
4848

49+
## NOTES
50+
4951
## RELATED LINKS
5052

51-
[New-CsTeamsMediaConnectivityPolicy](New-CsTeamsMediaConnectivityPolicy.md)
53+
[New-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsMediaconnectivitypolicy)
5254

53-
[Remove-CsTeamsMediaConnectivityPolicy](Remove-CsTeamsMediaConnectivityPolicy.yml)
55+
[Remove-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/remove-csteamsMediaconnectivitypolicy)
5456

55-
[Set-CsTeamsMediaConnectivityPolicy](Set-CsTeamsMediaConnectivityPolicy.yml)
57+
[Set-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsMediaconnectivitypolicy)
5658

57-
[Grant-CsTeamsMediaConnectivityPolicy](Grant-CsTeamsMediaConnectivityPolicy.yml)
59+
[Grant-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsMediaconnectivitypolicy)

teams/teams-ps/teams/Get-CsTeamsMeetingTemplateConfiguration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Accept wildcard characters: False
7474
### CommonParameters
7575
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7676
77+
## INPUTS
78+
79+
## OUTPUTS
80+
81+
## NOTES
7782
7883
## RELATED LINKS
79-
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.yml)
84+
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsfirstpartymeetingtemplateconfiguration)

teams/teams-ps/teams/Grant-CsTeamsMediaConnectivityPolicy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179179

180180
## OUTPUTS
181181

182+
## NOTES
183+
182184
## RELATED LINKS
183185

184-
[New-CsTeamsMediaConnectivityPolicy](New-CsTeamsMediaConnectivityPolicy.md)
186+
[Get-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsMediaconnectivitypolicy)
185187

186-
[Remove-CsTeamsMediaConnectivityPolicy](Remove-CsTeamsMediaConnectivityPolicy.yml)
188+
[New-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsMediaconnectivitypolicy)
187189

188-
[Get-CsTeamsMediaConnectivityPolicy](Get-CsTeamsMediaConnectivityPolicy.yml)
190+
[Remove-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/remove-csteamsMediaconnectivitypolicy)
189191

190-
[Set-CsTeamsMediaConnectivityPolicy](Set-CsTeamsMediaConnectivityPolicy.yml)
192+
[Set-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsMediaconnectivitypolicy)

teams/teams-ps/teams/New-CsTeamsHiddenMeetingTemplate.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ schema: 2.0.0
1111
# New-CsTeamsHiddenMeetingTemplate
1212

1313
## SYNOPSIS
14-
This cmdlet is used to create a `HiddenMeetingTemplate` object for use with the [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.yml) and [Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.yml) cmdlets.
14+
This cmdlet is used to create a `HiddenMeetingTemplate` object for use with the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/Set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
1515

1616
## SYNTAX
1717

1818
```powershell
19-
New-CsTeamsHiddenMeetingTemplate -Id <string> [<CommonParameters>]
19+
New-CsTeamsHiddenMeetingTemplate -Id <string> [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
2323

24-
Creates an object that can be supplied as `HiddenMeetingTemplate` to the [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.yml) and [Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.yml) cmdlets.
24+
Creates an object that can be supplied as `HiddenMeetingTemplate` to the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/Set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
2525

2626
## EXAMPLES
2727

@@ -35,7 +35,7 @@ PS> $hiddentemplate_1 = New-CsTeamsHiddenMeetingTemplate -Id customtemplate_9ab0
3535

3636
Creates a new HiddenMeetingTemplate object with the given template ID.
3737

38-
For more examples of how this can be used, see the examples for [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.yml).
38+
For more examples of how this can be used, see the examples for [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy).
3939

4040
## PARAMETERS
4141

@@ -58,9 +58,15 @@ Accept wildcard characters: False
5858
### CommonParameters
5959
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6060
61+
## INPUTS
62+
63+
## OUTPUTS
64+
65+
## NOTES
66+
6167
## RELATED LINKS
62-
[Get-CsTeamsMeetingTemplatePermissionPolicy](Get-CsTeamsMeetingTemplatePermissionPolicy.yml)
68+
[Get-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingtemplatepermissionpolicy)
6369
64-
[New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.yml)
70+
[New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy)
6571
66-
[Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.yml)
72+
[Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingtemplatepermissionpolicy)

teams/teams-ps/teams/New-CsTeamsMediaConnectivityPolicy.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet creates a Teams media connectivity policy.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsTeamsMediaConnectivityPolicy -Identity <String>
21+
New-CsTeamsMediaConnectivityPolicy -Identity <String> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -34,10 +34,10 @@ Identity DirectConnection
3434
-------------------------
3535
Tag:Test Enabled
3636
```
37+
3738
Creates a new Teams media connectivity policy with the specified identity.
3839
The newly created policy with value will be printed on success.
3940

40-
4141
## PARAMETERS
4242

4343
### -Identity
@@ -58,12 +58,17 @@ Accept wildcard characters: False
5858
### CommonParameters
5959
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6060
61+
## INPUTS
62+
63+
## OUTPUTS
64+
65+
## NOTES
6166
6267
## RELATED LINKS
63-
[Remove-CsTeamsMediaConnectivityPolicy](Remove-CsTeamsMediaConnectivityPolicy.yml)
68+
[Remove-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/remove-csteamsmediaconnectivitypolicy)
6469
65-
[Get-CsTeamsMediaConnectivityPolicy](Get-CsTeamsMediaConnectivityPolicy.yml)
70+
[Get-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmediaconnectivitypolicy)
6671
67-
[Set-CsTeamsMediaConnectivityPolicy](Set-CsTeamsMediaConnectivityPolicy.yml)
72+
[Set-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmediaconnectivitypolicy)
6873
69-
[Grant-CsTeamsMediaConnectivityPolicy](Grant-CsTeamsMediaConnectivityPolicy.yml)
74+
[Grant-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmediaconnectivitypolicy)

teams/teams-ps/teams/New-CsTeamsMeetingTemplatePermissionPolicy.md

Lines changed: 68 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ Creates a new instance of the TeamsMeetingTemplatePermissionPolicy.
1616
## SYNTAX
1717

1818
```powershell
19-
New-CsTeamsMeetingTemplatePermissionPolicy [-Identity] <string> [-HiddenMeetingTemplates<PSListModifier[HiddenMeetingTemplate]>] [-Description <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
New-CsTeamsMeetingTemplatePermissionPolicy [-Identity] <string>
20+
[-HiddenMeetingTemplates <HiddenMeetingTemplate[]>]
21+
[-Confirm]
22+
[-Description <string>]
23+
[-Force]
24+
[-WhatIf]
25+
[<CommonParameters>]
2026
```
2127

2228
## DESCRIPTION
23-
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The template IDs passed into the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first-party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](Get-CsTeamsMeetingTemplateConfiguration.yml) and [Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.yml) respectively.
29+
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The template IDs passed into the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first-party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingtemplateconfiguration) and [Get-CsTeamsFirstPartyMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsfirstpartymeetingtemplateconfiguration) respectively.
2430

2531
## EXAMPLES
2632

@@ -60,16 +66,15 @@ Accept pipeline input: False
6066
Accept wildcard characters: False
6167
```
6268
63-
### -HiddenMeetingTemplates
69+
### -Confirm
6470
65-
The list of meeting template IDs to hide.
66-
The HiddenMeetingTemplate objects are created with [New-CsTeamsHiddenMeetingTemplate](New-CsTeamsHiddenMeetingTemplate.yml).
71+
Prompts you for confirmation before running the cmdlet.
6772
6873
```yaml
69-
Type: HiddenMeetingTemplate[]
74+
Type: SwitchParameter
7075
Parameter Sets: (All)
71-
Aliases:
72-
Applicable: Microsoft Teams
76+
Aliases: cf
77+
7378
Required: False
7479
Position: Named
7580
Default value: None
@@ -93,9 +98,64 @@ Accept pipeline input: False
9398
Accept wildcard characters: False
9499
```
95100
101+
### -Force
102+
Suppresses all confirmation prompts that might occur when running the command.
103+
104+
```yaml
105+
Type: SwitchParameter
106+
Parameter Sets: (All)
107+
Aliases:
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
116+
### -HiddenMeetingTemplates
117+
118+
The list of meeting template IDs to hide.
119+
The HiddenMeetingTemplate objects are created with [New-CsTeamsHiddenMeetingTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamshiddenmeetingtemplate).
120+
121+
```yaml
122+
Type: HiddenMeetingTemplate[]
123+
Parameter Sets: (All)
124+
Aliases:
125+
Applicable: Microsoft Teams
126+
Required: False
127+
Position: Named
128+
Default value: None
129+
Accept pipeline input: False
130+
Accept wildcard characters: False
131+
```
132+
133+
### -WhatIf
134+
135+
Shows what would happen if the cmdlet runs.
136+
The cmdlet is not run.
137+
138+
```yaml
139+
Type: SwitchParameter
140+
Parameter Sets: (All)
141+
Aliases: wi
142+
143+
Required: False
144+
Position: Named
145+
Default value: None
146+
Accept pipeline input: False
147+
Accept wildcard characters: False
148+
```
149+
96150
### CommonParameters
97151
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
98152
153+
## INPUTS
154+
155+
## OUTPUTS
156+
157+
## NOTES
158+
99159
## RELATED LINKS
100160
[New-CsTeamsHiddenMeetingTemplate](New-CsTeamsHiddenMeetingTemplate.md)
101161

teams/teams-ps/teams/Remove-CsTeamsMediaConnectivityPolicy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5858
5959
## OUTPUTS
6060
61+
## NOTES
62+
6163
## RELATED LINKS
6264
63-
[New-CsTeamsMediaConnectivityPolicy](New-CsTeamsMediaConnectivityPolicy.md)
65+
[New-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmediaconnectivitypolicy)
6466
65-
[Get-CsTeamsMediaConnectivityPolicy](Get-CsTeamsMediaConnectivityPolicy.yml)
67+
[Get-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmediaconnectivitypolicy)
6668
67-
[Set-CsTeamsMediaConnectivityPolicy](Set-CsTeamsMediaConnectivityPolicy.yml)
69+
[Set-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmediaconnectivitypolicy)

teams/teams-ps/teams/Remove-CsTeamsMeetingTemplatePermissionPolicy.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,17 @@ Accept wildcard characters: False
7171
### CommonParameters
7272
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7373
74+
## INPUTS
75+
76+
## OUTPUTS
77+
78+
## NOTES
7479
7580
## RELATED LINKS
76-
[Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.yml)
81+
[Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingtemplatepermissionpolicy)
7782
78-
[Get-CsTeamsMeetingTemplatePermissionPolicy](Get-CsTeamsMeetingTemplatePermissionPolicy.yml)
83+
[Get-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingtemplatepermissionpolicy)
7984
80-
[New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.yml)
85+
[New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy)
8186
82-
[Grant-CsTeamsMeetingTemplatePermissionPolicy](Grant-CsTeamsMeetingTemplatePermissionPolicy.yml)
87+
[Grant-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmeetingtemplatepermissionpolicy)

0 commit comments

Comments
 (0)