Skip to content

Commit 8013247

Browse files
authored
Merge pull request #13046 from MicrosoftDocs/chrisda
More fixes per build report
2 parents 7eb37c2 + 4550969 commit 8013247

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

skype/skype-ps/SkypeForBusiness/Get-CsUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For example, the Get-CsAdUser cmdlet returns information such as the department
4343

4444
To see a complete list of the attribute values returned by the Get-CsUser cmdlet, type this command at the Windows PowerShell command prompt:
4545

46-
'Get-CsUser | Get-Member'
46+
`Get-CsUser | Get-Member`
4747

4848
The Get-CsUser cmdlet provides numerous ways for you to filter the collection of users actually returned when you run the cmdlet.
4949
For example, if you don't want to return all your Skype for Business Server user accounts you can apply the optional parameters Filter or LdapFilter.

teams/teams-ps/MicrosoftTeams/Grant-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Accept wildcard characters: False
165165
```
166166
167167
### -Tenant
168+
{{ Fill Tenant Description }}
168169
169170
```yaml
170171
Type: Guid

teams/teams-ps/MicrosoftTeams/Grant-CsTeamsMessagingPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Accept wildcard characters: False
179179
```
180180
181181
### -Tenant
182+
{{ Fill Tenant Description }}
182183
183184
```yaml
184185
Type: Guid

teams/teams-ps/MicrosoftTeams/New-CsTeamsShiftsConnection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Accept wildcard characters: False
267267
268268
### -Proxy
269269
The URI for the proxy server to use
270+
270271
```yaml
271272
Type: Uri
272273
Parameter Sets: (All)

teams/teams-ps/MicrosoftTeams/New-CsTeamsShiftsConnectionInstance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ Accept wildcard characters: False
228228
229229
### -Proxy
230230
The URI for the proxy server to use.
231+
231232
```yaml
232233
Type: Uri
233234
Parameter Sets: (All)

teams/teams-ps/MicrosoftTeams/Set-CsTeamsGuestMessagingConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Accept wildcard characters: False
245245
```
246246
247247
### -Tenant
248+
{{ Fill Tenant Description }}
248249
249250
```yaml
250251
Type: Guid

0 commit comments

Comments
 (0)