Skip to content

Commit c0629fd

Browse files
committed
Removed extra spaces and carriage returns
1 parent d22e5c6 commit c0629fd

File tree

52 files changed

+216
-264
lines changed

Some content is hidden

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

52 files changed

+216
-264
lines changed

teams/teams-ps/teams/Add-TeamsAppInstallation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118118
## OUTPUTS
119119
120120
### System.Object
121+
121122
## NOTES
122123
123124
## RELATED LINKS

teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Clear-TeamsEnvironmentConfig [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
This cmdlet clears environment-specific configurations from the local machine set by running Set-TeamsEnvironmentConfig. This helps in clearing and rectifying any wrong information set in Set-TeamsEnvironmentConfig.
24+
This cmdlet clears environment-specific configurations from the local machine set by running Set-TeamsEnvironmentConfig. This helps in clearing and rectifying any wrong information set in Set-TeamsEnvironmentConfig.
2525

2626
## EXAMPLES
2727

teams/teams-ps/teams/Get-CsOnlineDialInConferencingBridge.md

Lines changed: 8 additions & 13 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/skype/get-csonlinedialinconferencingbridge
44
applicable: Microsoft Teams
55
title: Get-CsOnlineDialInConferencingBridge
@@ -55,7 +55,6 @@ Get-CsOnlineDialInConferencingBridge -Tenant 26efe125-c070-46f9-8ed0-fc02165a167
5555

5656
This example shows how to return all of the audio conferencing bridges for the given tenant.
5757

58-
5958
## PARAMETERS
6059

6160
### -Identity
@@ -64,7 +63,7 @@ Specifies the globally-unique identifier (GUID) for the audio conferencing bridg
6463
```yaml
6564
Type: Guid
6665
Parameter Sets: (All)
67-
Aliases:
66+
Aliases:
6867
Applicable: Skype for Business Online
6968

7069
Required: False
@@ -80,7 +79,7 @@ Specifies the name of the audio conferencing bridge.
8079
```yaml
8180
Type: String
8281
Parameter Sets: (All)
83-
Aliases:
82+
Aliases:
8483
Applicable: Skype for Business Online
8584

8685
Required: False
@@ -94,11 +93,11 @@ Accept wildcard characters: False
9493
Specifies the domain controller that's used by the cmdlet to read or write the specified data.
9594
Valid inputs for this parameter include:
9695
97-
Fully qualified domain name (FQDN):
96+
Fully qualified domain name (FQDN):
9897
9998
`-DomainController atl-cs-001.Contoso.com`
10099

101-
Computer name:
100+
Computer name:
102101

103102
`-DomainController atl-cs-001`
104103

@@ -125,7 +124,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
125124
```yaml
126125
Type: SwitchParameter
127126
Parameter Sets: (All)
128-
Aliases:
127+
Aliases:
129128
Applicable: Skype for Business Online
130129
131130
Required: False
@@ -141,7 +140,7 @@ This parameter is reserved for internal Microsoft use.
141140
```yaml
142141
Type: Guid
143142
Parameter Sets: (All)
144-
Aliases:
143+
Aliases:
145144
Applicable: Skype for Business Online
146145
147146
Required: False
@@ -157,7 +156,7 @@ This parameter is reserved for internal Microsoft use.
157156
```yaml
158157
Type: String
159158
Parameter Sets: (All)
160-
Aliases:
159+
Aliases:
161160
Applicable: Skype for Business Online
162161
163162
Required: False
@@ -170,18 +169,14 @@ Accept wildcard characters: False
170169
### CommonParameters
171170
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).
172171

173-
174172
## INPUTS
175173

176174
### None
177175

178-
179176
## OUTPUTS
180177

181178
### None
182179

183-
184180
## NOTES
185181

186-
187182
## RELATED LINKS

teams/teams-ps/teams/Get-CsOnlineDialInConferencingLanguagesSupported.md

Lines changed: 2 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/skype/get-csonlinedialinconferencinglanguagessupported
44
applicable: Microsoft Teams
55
title: Get-CsOnlineDialInConferencingLanguagesSupported
@@ -37,8 +37,6 @@ Get-CsOnlineDialInConferencingLanguagesSupported | fl
3737

3838
This example allows returns the list of supported languages when you are using Microsoft as your dial-in audio conferencing provider and displays them in a formatted list.
3939

40-
41-
4240
## PARAMETERS
4341

4442
### -DomainController
@@ -70,7 +68,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
7068
```yaml
7169
Type: SwitchParameter
7270
Parameter Sets: (All)
73-
Aliases:
71+
Aliases:
7472
Applicable: Skype for Business Online
7573

7674
Required: False

teams/teams-ps/teams/Get-CsOnlineLisSubnet.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,20 @@ Get-CsOnlineLisSubnet
3535

3636
Example 1 retrieves all Location Information Server (LIS) subnets.
3737

38-
3938
### -------------------------- Example 2 --------------------------
4039
```
4140
Get-CsOnlineLisSubnet -Subnet 10.106.89.12
4241
```
4342

4443
Example 2 retrieves the Location Information Server (LIS) subnet for Subnet ID "10.106.89.12".
4544

46-
4745
### -------------------------- Example 3 --------------------------
4846
```
4947
Get-CsOnlineLisSubnet -Subnet 2001:4898:e8:6c:90d2:28d4:76a4:ec5e
5048
```
5149

5250
Example 2 retrieves the Location Information Server (LIS) subnet for Subnet ID "2001:4898:e8:6c:90d2:28d4:76a4:ec5e".
5351

54-
5552
## PARAMETERS
5653

5754
### -Force
@@ -155,23 +152,16 @@ Accept wildcard characters: False
155152
### CommonParameters
156153
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).
157154
158-
159155
## INPUTS
160156
161-
162157
### System.Guid
163158
164-
165159
### System.String
166160
167-
168161
## OUTPUTS
169162
170-
171163
### System.Object
172164
173-
174165
## NOTES
175166
176-
177167
## RELATED LINKS

teams/teams-ps/teams/Get-CsSdgBulkSignInRequestStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use this cmdlet to get granular device level details of a bulk sign in request.
2525

2626
### Example 1
2727
```powershell
28-
$newBatchResponse = New-CsSdgBulkSignInRequest  -DeviceDetailsFilePath .\Example.csv  -Region APAC
28+
$newBatchResponse = New-CsSdgBulkSignInRequest -DeviceDetailsFilePath .\Example.csv -Region APAC
2929
$newBatchResponse.BatchId
3030
$getBatchStatusResponse = Get-CsSdgBulkSignInRequestStatus -Batchid $newBatchResponse.BatchId
3131
$getBatchStatusResponse | ft

teams/teams-ps/teams/Get-CsTeamsCortanaPolicy.md

Lines changed: 4 additions & 3 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-csteamscortanapolicy
44
applicable: Microsoft Teams
55
title: Get-CsTeamsCortanaPolicy
@@ -64,7 +64,7 @@ Accept wildcard characters: False
6464
6565
### -Identity
6666
67-
Unique identifier for the policy to be returned. To return the global policy, use this syntax: -Identity global. To return a policy configured at the site scope, use syntax similar to this: -Identity "site:Redmond". To return a policy configured at the service scope, use syntax similar to this: -Identity "Registrar:atl-cs-001.litwareinc.com".
67+
Unique identifier for the policy to be returned. To return the global policy, use this syntax: -Identity global. To return a policy configured at the site scope, use syntax similar to this: -Identity "site:Redmond". To return a policy configured at the service scope, use syntax similar to this: -Identity "Registrar:atl-cs-001.litwareinc.com".
6868
6969
Policies can also be configured at the per-user scope. To return one of these policies, use syntax similar to this: -Identity "SalesDepartmentPolicy".
7070
If this parameter is not included then all of Cortana voice assistant policies configured for use in your organization will be returned.
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
100100
### -Tenant
101101
102-
Globally unique identifier (GUID) of the Skype for Business Online tenant account whose Cortana voice assistant policies are being returned.
102+
Globally unique identifier (GUID) of the Skype for Business Online tenant account whose Cortana voice assistant policies are being returned.
103103
104104
```yaml
105105
Type: System.Guid
@@ -123,6 +123,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
123123
## OUTPUTS
124124
125125
### System.Object
126+
126127
## NOTES
127128
128129
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsEventsPolicy.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get-CsTeamsEventsPolicy [-Filter <String>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
26-
Returns information about the Teams Events policy. TeamsEventsPolicy is used to configure options for customizing Teams Events experiences.
26+
Returns information about the Teams Events policy. TeamsEventsPolicy is used to configure options for customizing Teams Events experiences.
2727

2828
## EXAMPLES
2929

@@ -34,15 +34,13 @@ PS C:\> Get-CsTeamsEventsPolicy
3434

3535
Returns information for all Teams Events policies available for use in the tenant.
3636

37-
3837
### Example 2
3938
```powershell
4039
PS C:\> Get-CsTeamsEventsPolicy -Identity Global
4140
```
4241

4342
Returns information for Teams Events policy with identity "Global".
4443

45-
4644
## PARAMETERS
4745

4846
### -Filter
@@ -63,7 +61,6 @@ Accept wildcard characters: False
6361
### -Identity
6462
Unique identifier assigned to the Teams Events policy.
6563
66-
6764
```yaml
6865
Type: String
6966
Parameter Sets: Identity
@@ -79,14 +76,14 @@ Accept wildcard characters: False
7976
### CommonParameters
8077
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).
8178
82-
8379
## INPUTS
8480
8581
### None
8682
8783
## OUTPUTS
8884
8985
### System.Object
86+
9087
## NOTES
9188
9289
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsMobilityPolicy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ manager: ritikag
88
ms.reviewer: ritikag
99
---
1010

11-
1211
# Get-CsTeamsMobilityPolicy
1312

1413
## SYNOPSIS
15-
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
14+
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
1615

1716
## SYNTAX
1817

@@ -28,13 +27,12 @@ Get-CsTeamsMobilityPolicy [-Tenant <System.Guid>] [-Filter <String>] [-LocalStor
2827
```
2928

3029
## DESCRIPTION
31-
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
30+
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
3231

3332
The Get-CsTeamsMobilityPolicy cmdlet allows administrators to get all teams mobility policies.
3433

3534
NOTE: Please note that this cmdlet was deprecated and then removed from this PowerShell module. This reference will continue to be listed here for legacy purposes.
3635

37-
3836
## EXAMPLES
3937

4038
### Example 1
@@ -85,6 +83,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8583
## OUTPUTS
8684
8785
### System.Object
86+
8887
## NOTES
8988
9089
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsNotificationAndFeedsPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9393
## OUTPUTS
9494
9595
### System.Object
96+
9697
## NOTES
9798
9899
## RELATED LINKS

teams/teams-ps/teams/Get-CsTeamsRecordingRollOutPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: ronwa
1414

1515
## SYNOPSIS
1616

17-
The CsTeamsRecordingRollOutPolicy controls roll out of the change that governs the storage for meeting recordings.
17+
The CsTeamsRecordingRollOutPolicy controls roll out of the change that governs the storage for meeting recordings.
1818

1919
## SYNTAX
2020

teams/teams-ps/teams/Get-CsTeamsVdiPolicy.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The CsTeamsVdiPolicy cmdlets enable administrators to control the type of meetin
2727

2828
Teams Vdi policies can be configured at the global and per-user scopes. The Get-CsTeamsVdiPolicy cmdlet enables you to return infomration about all the Vdi policies that have been configured for use in your organization.
2929

30-
3130
## EXAMPLES
3231

3332
### Example 1
@@ -37,7 +36,6 @@ PS C:\> Get-CsTeamsVdiPolicy
3736

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

40-
4139
### Example 2
4240
```powershell
4341
PS C:\> Get-CsTeamsVdiPolicy -Identity SalesPolicy
@@ -52,7 +50,6 @@ PS C:\> Get-CsTeamsVdiPolicy | where-Object {$_.VDI2Optimization -eq "Enabled"}
5250

5351
The preceding command returns a collection of all the meeting policies where the VDI2Optimization property is Enabled. To do this, Get-CsTeamsVdiPolicy is first called without any parameters in order to return a collection of all the policies configured for use in the organization. This collection is then piped to the Where-Object cmdlet, which selects only those policies where the VDI2Optimization property is equal to Enabled.
5452

55-
5653
## PARAMETERS
5754

5855
### -Filter

teams/teams-ps/teams/Get-TeamChannel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-teamchan
55
schema: 2.0.0
66
---
77

8-
# Get-TeamChannel
8+
# Get-TeamChannel
99

1010
## SYNOPSIS
1111
This cmdlet supports retrieving channels hosted by a team.

teams/teams-ps/teams/Get-TeamChannelUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-teamchan
55
schema: 2.0.0
66
---
77

8-
# Get-TeamChannelUser
8+
# Get-TeamChannelUser
99

1010
## SYNOPSIS
1111
Returns users of a channel.

teams/teams-ps/teams/Get-TeamsAppInstallation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111
## OUTPUTS
112112
113113
### System.Object
114+
114115
## NOTES
115116
116117
## RELATED LINKS

teams/teams-ps/teams/Grant-CsTeamsCortanaPolicy.md

Lines changed: 2 additions & 1 deletion
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-csteamscortanapolicy
44
applicable: Microsoft Teams
55
title: Grant-CsTeamsCortanaPolicy
@@ -216,6 +216,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216216
## OUTPUTS
217217
218218
### System.Object
219+
219220
## NOTES
220221
221222
## RELATED LINKS

0 commit comments

Comments
 (0)