Skip to content

Commit cb6ad1a

Browse files
Update Get-CsTeamsMeetingPolicy.md
Added language references to Examples code
1 parent 39c4248 commit cb6ad1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Get-CsTeamsMeetingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ The Get-CsTeamsMeetingPolicy cmdlet enables you to return information about all
3737
## EXAMPLES
3838

3939
### -------------------------- Example 1 --------------------------
40-
```
40+
```powershell
4141
Get-CsTeamsMeetingPolicy
4242
```
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

4646

4747
### -------------------------- Example 2 --------------------------
48-
```
48+
```powershell
4949
Get-CsTeamsMeetingPolicy -Identity SalesPolicy
5050
```
5151

5252
In Example 2, Get-CsTeamsMeetingPolicy is used to return the per-user meeting policy that has an Identity SalesPolicy.
5353
Because identities are unique, this command will never return more than one item.
5454

5555
### -------------------------- Example 3 --------------------------
56-
```
56+
```powershell
5757
Get-CsTeamsMeetingPolicy | Where-Object {$_.AllowMeetNow -eq $True}
5858
```
5959

0 commit comments

Comments
 (0)