File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Fetches the instances of the policy. Each policy object contains a property call
34
34
35
35
### Example 1
36
36
``` powershell
37
- Get-CsTeamsTemplatePermissionPolicy
37
+ PS > Get-CsTeamsTemplatePermissionPolicy
38
38
```
39
39
``` output
40
40
Identity HiddenTemplates Description
@@ -48,7 +48,7 @@ Fetches all the policy instances currently available.
48
48
### Example 2
49
49
50
50
``` powershell
51
- Get-CsTeamsTemplatePermissionPolicy -Identity Foobar
51
+ PS > Get-CsTeamsTemplatePermissionPolicy -Identity Foobar
52
52
```
53
53
``` output
54
54
Identity HiddenTemplates Description
@@ -61,7 +61,7 @@ Fetches an instance of a policy with known identity.
61
61
### Example 3
62
62
63
63
``` powershell
64
- Get-CsTeamsTemplatePermissionPolicy -Filter *Foo*
64
+ PS > Get-CsTeamsTemplatePermissionPolicy -Filter *Foo*
65
65
```
66
66
``` output
67
67
Identity HiddenTemplates Description
You can’t perform that action at this time.
0 commit comments