Skip to content

Commit b088824

Browse files
committed
More link fixes
And any other formatting or schema issues fixed
1 parent c52e6c9 commit b088824

File tree

96 files changed

+595
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+595
-640
lines changed

teams/teams-ps/teams/Add-TeamUser.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-TeamUser -GroupId <String> -User <String> [-Role <String>] [<CommonParameter
2222
This cmdlet adds an owner or member to the team, and to the unified group which backs the team.
2323

2424
> [!Note]
25-
> The command will return immediately, but the Teams application will not reflect the update immediately. The change can take between 24 and 48 hours to appear within the Teams client.
25+
> The command will return immediately, but the Teams application will not reflect the update immediately. The change can take between 24 and 48 hours to appear within the Teams client.
2626
2727
## EXAMPLES
2828

@@ -66,7 +66,7 @@ Accept wildcard characters: False
6666
```
6767
6868
### -Role
69-
Member or Owner. If Owner is specified then the user is also added as a member to the Team backed by unified group.
69+
Member or Owner. If Owner is specified then the user is also added as a member to the Team backed by unified group.
7070
7171
```yaml
7272
Type: String
@@ -81,8 +81,7 @@ Accept wildcard characters: False
8181
```
8282
8383
### CommonParameters
84-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
85-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
84+
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).
8685
8786
## INPUTS
8887

teams/teams-ps/teams/Disconnect-MicrosoftTeams.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Accept wildcard characters: False
6262
```
6363
6464
### CommonParameters
65-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
66-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
65+
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).
6766
6867
## INPUTS
6968

teams/teams-ps/teams/Get-CsTeamTemplate.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-csteamte
55
title: Get-CsTeamTemplate
66
author: serdarsoysal
77
ms.author: serdars
8-
ms.reviewer:
8+
ms.reviewer:
99
manager: farahf
1010
schema: 2.0.0
1111
---
@@ -45,15 +45,15 @@ This cmdlet supports retrieving details of a team template available to your ten
4545
### EXAMPLE 1
4646

4747
```powershell
48-
PS C:> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where Name -like 'test' | ForEach-Object {Get-CsTeamTemplate -OdataId $_.OdataId}
48+
PS C:\> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where Name -like 'test' | ForEach-Object {Get-CsTeamTemplate -OdataId $_.OdataId}
4949
```
5050

5151
Within the universe of templates the admin's tenant has access to, returns a template definition object (displayed as a JSON by default) for every custom and every Microsoft en-US template which names include 'test'.
5252

5353
### EXAMPLE 2
5454

5555
```powershell
56-
PS C:> Get-CsTeamTemplate -OdataId '/api/teamtemplates/v1.0/cefcf333-91a9-43d0-919f-bbca5b7d2b24/Tenant/en-US' > 'config.json'
56+
PS C:\> Get-CsTeamTemplate -OdataId '/api/teamtemplates/v1.0/cefcf333-91a9-43d0-919f-bbca5b7d2b24/Tenant/en-US' > 'config.json'
5757
```
5858

5959
Saves the template with specified template ID as a JSON file.
@@ -210,35 +210,35 @@ COMPLEX PARAMETER PROPERTIES
210210
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
211211
212212
INPUTOBJECT \<IConfigApiBasedCmdletsIdentity\>: Identity Parameter
213-
- `[Bssid <String>]`:
214-
- `[ChassisId <String>]`:
213+
- `[Bssid <String>]`:
214+
- `[ChassisId <String>]`:
215215
- `[CivicAddressId <String>]`: Civic address id.
216-
- `[Country <String>]`:
216+
- `[Country <String>]`:
217217
- `[GroupId <String>]`: The ID of a group whose policy assignments will be returned.
218-
- `[Id <String>]`:
219-
- `[Identity <String>]`:
220-
- `[Locale <String>]`:
218+
- `[Id <String>]`:
219+
- `[Identity <String>]`:
220+
- `[Locale <String>]`:
221221
- `[LocationId <String>]`: Location id.
222222
- `[OdataId <String>]`: A composite URI of a template.
223223
- `[OperationId <String>]`: The ID of a batch policy assignment operation.
224-
- `[OrderId <String>]`:
224+
- `[OrderId <String>]`:
225225
- `[PackageName <String>]`: The name of a specific policy package
226226
- `[PolicyType <String>]`: The policy type for which group policy assignments will be returned.
227-
- `[Port <String>]`:
228-
- `[PortInOrderId <String>]`:
227+
- `[Port <String>]`:
228+
- `[PortInOrderId <String>]`:
229229
- `[PublicTemplateLocale <String>]`: Language and country code for localization of publicly available templates.
230-
- `[SubnetId <String>]`:
231-
- `[TenantId <String>]`:
230+
- `[SubnetId <String>]`:
231+
- `[TenantId <String>]`:
232232
- `[UserId <String>]`: UserId. Supports Guid. Eventually UPN and SIP.
233233

234234
## RELATED LINKS
235235

236-
[Get-CsTeamTemplateList](Get-CsTeamTemplateList.md)
236+
[Get-CsTeamTemplateList](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
237237

238-
[Get-CsTeamTemplate](Get-CsTeamTemplate.md)
238+
[Get-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplate)
239239

240-
[New-CsTeamTemplate](New-CsTeamTemplate.md)
240+
[New-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate)
241241

242-
[Update-CsTeamTemplate](Update-CsTeamTemplate.md)
242+
[Update-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/update-csteamtemplate)
243243

244-
[Remove-CsTeamTemplate](Remove-CsTeamTemplate.md)
244+
[Remove-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/remove-csteamtemplate)

teams/teams-ps/teams/Get-CsTeamTemplateList.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-csteamte
55
title: Get-CsTeamTemplateList
66
author: serdarsoysal
77
ms.author: serdars
8-
ms.reviewer:
8+
ms.reviewer:
99
manager: farahf
1010
schema: 2.0.0
1111
---
@@ -14,7 +14,7 @@ schema: 2.0.0
1414

1515
## SYNOPSIS
1616

17-
This cmdlet supports retrieving information of all team templates available to your tenant, including both first party Microsoft team templates as well as custom templates. The templates information retrieved includes OData Id, template name, short description, count of channels and count of applications.
17+
This cmdlet supports retrieving information of all team templates available to your tenant, including both first party Microsoft team templates as well as custom templates. The templates information retrieved includes OData Id, template name, short description, count of channels and count of applications.
1818
Note: All custom templates will be retrieved, regardless of the locale specification. If you have hidden templates in the admin center, you will still be able to see the hidden templates here.
1919

2020
## SYNTAX
@@ -40,7 +40,7 @@ Get a list of available team templates
4040
### EXAMPLE 1
4141

4242
```powershell
43-
PS C:> Get-CsTeamTemplateList
43+
PS C:\> Get-CsTeamTemplateList
4444
```
4545

4646
Returns all en-US templates within the universe of templates the admin's tenant has access to.
@@ -50,7 +50,7 @@ Note: All 1P Microsoft templates will always be returned in the specified locale
5050
### EXAMPLE 2
5151

5252
```powershell
53-
PS C:> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where ChannelCount -GT 3
53+
PS C:\> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where ChannelCount -GT 3
5454
```
5555

5656
Returns all en-US templates that have 3 channels within the universe of templates the admin's tenant has access to.
@@ -136,12 +136,12 @@ Eventually UPN and SIP.
136136
137137
## RELATED LINKS
138138
139-
[Get-CsTeamTemplateList](Get-CsTeamTemplateList.md)
139+
[Get-CsTeamTemplateList](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
140140
141-
[Get-CsTeamTemplate](Get-CsTeamTemplate.md)
141+
[Get-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplate)
142142
143-
[New-CsTeamTemplate](New-CsTeamTemplate.md)
143+
[New-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate)
144144
145-
[Update-CsTeamTemplate](Update-CsTeamTemplate.md)
145+
[Update-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/update-csteamtemplate)
146146
147-
[Remove-CsTeamTemplate](Remove-CsTeamTemplate.md)
147+
[Remove-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/remove-csteamtemplate)

teams/teams-ps/teams/Get-CsTeamsMediaLoggingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
108108
109109
## RELATED LINKS
110110
111-
[Grant-CsTeamsMediaLoggingPolicy](Grant-CsTeamsMediaLoggingPolicy.md)
111+
[Grant-CsTeamsMediaLoggingPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmedialoggingpolicy)

teams/teams-ps/teams/Get-CsTeamsMeetingBrandingPolicy.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ manager: stanlythomas
1515
## SYNOPSIS
1616
The **CsTeamsMeetingBrandingPolicy** cmdlet enables administrators to control the appearance in meetings by defining custom backgrounds, logos, and colors.
1717

18-
1918
## SYNTAX
2019

2120
### Identity (Default)
@@ -82,6 +81,8 @@ Accept wildcard characters: False
8281
### CommonParameters
8382
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).
8483

84+
## INPUTS
85+
8586
## OUTPUTS
8687

8788
### TeamsMeetingBrandingPolicy.Cmdlets.TeamsMeetingBrandingPolicy
@@ -92,12 +93,12 @@ Available in Teams PowerShell Module 4.9.3 and later.
9293

9394
## RELATED LINKS
9495

95-
[Get-CsTeamsMeetingBrandingPolicy](Get-CsTeamsMeetingBrandingPolicy.md)
96+
[Get-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingbrandingpolicy)
9697

97-
[Grant-CsTeamsMeetingBrandingPolicy](Grant-CsTeamsMeetingBrandingPolicy.md)
98+
[Grant-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmeetingbrandingpolicy)
9899

99-
[New-CsTeamsMeetingBrandingPolicy](New-CsTeamsMeetingBrandingPolicy.md)
100+
[New-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingbrandingpolicy)
100101

101-
[Remove-CsTeamsMeetingBrandingPolicy](Remove-CsTeamsMeetingBrandingPolicy.md)
102+
[Remove-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/remove-csteamsmeetingbrandingpolicy)
102103

103-
[Set-CsTeamsMeetingBrandingPolicy](Set-CsTeamsMeetingBrandingPolicy.md)
104+
[Set-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingbrandingpolicy)

teams/teams-ps/teams/Get-CsTeamsMeetingBroadcastConfiguration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,16 @@ Accept wildcard characters: False
115115
```
116116
117117
### CommonParameters
118-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
119-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
118+
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).
120119
121120
## INPUTS
122121
123122
### None
123+
124124
## OUTPUTS
125125
126126
### System.Object
127+
127128
## NOTES
128129
129130
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.author: tomkau
1010
ms.reviewer: williamlooney
1111
---
1212

13-
1413
# Get-CsTeamsMeetingBroadcastPolicy
1514

1615
## SYNOPSIS
@@ -114,15 +113,16 @@ Accept wildcard characters: False
114113
```
115114
116115
### CommonParameters
117-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
118-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
116+
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).
119117
120118
## INPUTS
121119
122120
### None
121+
123122
## OUTPUTS
124123
125124
### System.Object
125+
126126
## NOTES
127127
128128
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsMeetingConfiguration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ Accept wildcard characters: False
112112
113113
### CommonParameters
114114
115-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
116-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
115+
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).
117116
118117
## INPUTS
119118

teams/teams-ps/teams/Get-CsTeamsMeetingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingpolicy
44
applicable: Microsoft Teams
55
title: Get-CsTeamsMeetingPolicy
@@ -43,7 +43,6 @@ Get-CsTeamsMeetingPolicy
4343

4444
In Example 1, Get-CsTeamsMeetingPolicy is called without any additional parameters; this returns a collection of all the teams meeting policies configured for use in your organization.
4545

46-
4746
### -------------------------- Example 2 --------------------------
4847
```powershell
4948
Get-CsTeamsMeetingPolicy -Identity SalesPolicy
@@ -73,7 +72,6 @@ NewMeetingRecordingExpirationDays : 60
7372
The above command returns expiration date setting currently applied on TMR. For more details, see:
7473
[Auto-expiration of Teams meeting recordings](https://learn.microsoft.com/microsoftteams/cloud-recording#auto-expiration-of-teams-meeting-recordings).
7574

76-
7775
## PARAMETERS
7876

7977
### -Filter
@@ -135,11 +133,13 @@ Accept pipeline input: False
135133
Accept wildcard characters: False
136134
```
137135
136+
### CommonParameters
137+
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).
138+
138139
## INPUTS
139140
140141
### None
141142
142-
143143
## OUTPUTS
144144
145145
### System.Object

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ Fetches the list of custom templates on the tenant. Each template object contain
2727
### Example 1 - Fetching all custom meeting templates on the tenant
2828

2929
```powershell
30-
Get-CsTeamsMeetingTemplateConfiguration
31-
```
30+
PS C:\> Get-CsTeamsMeetingTemplateConfiguration
3231
33-
```output
3432
Identity : Global
3533
TeamsMeetingTemplates : {default, customtemplate_1cb7073a-8b19-4b5d-a3a6-14737d006969,
3634
customtemplate_21ecf22c-eb1a-4f05-93e0-555b994ebeb5,
@@ -74,6 +72,11 @@ Accept wildcard characters: False
7472
### CommonParameters
7573
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).
7674
75+
## INPUTS
76+
77+
## OUTPUTS
78+
79+
## NOTES
7780
7881
## RELATED LINKS
79-
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.yml)
82+
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsfirstpartymeetingtemplateconfiguration)

0 commit comments

Comments
 (0)