Skip to content

Commit 924ec4f

Browse files
authored
Merge branch 'master' into patch-90
2 parents faefa2d + 2dbfb95 commit 924ec4f

File tree

10 files changed

+392
-378
lines changed

10 files changed

+392
-378
lines changed

exchange/docs-conceptual/exchange-server/find-exchange-cmdlet-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ What if there are no results?
112112
- To see all users who are assigned a specific role, run the following command:
113113

114114
```PowerShell
115-
Get-ManagementRoleAssignment -Role "<Role name>" -GetEffectiveUsers -Delegating $false | Where-Object {$_.EffectiveUserName -ne "All Group Members"} | Format-Table -Auto EffectiveUserName,Role,RoleAssigneeName,AssignmentMethod
115+
Get-ManagementRoleAssignment -Role "<Role name>" -GetEffectiveUsers -Delegating $false | Where-Object {$_.EffectiveUserName -ne "All Group Members"} | Format-Table -Auto EffectiveUserName,Role,RoleAssigneeName,AssignmentMethod
116116
```
117117

118118
For example:

skype/skype-ps/skype/Set-CsVideoInteropServiceProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Use the Set-CsVideoInteropServiceProvider to update information about a supporte
4141

4242
### Example 1
4343
```powershell
44-
PS C:\> {{ Add example code here }}
44+
PS C:\> Set-CsVideoInteropServiceProvider -Identity cviprovider -AllowAppGuestJoinsAsAuthenticated $true
4545
```
4646

47-
{{ Add example description here }}
47+
This example enables a VTC device joining anonymously to shown in the meeting as authenticated, for a supported CVI partner your organization uses.
4848

4949
## PARAMETERS
5050

0 commit comments

Comments
 (0)