Skip to content

Commit acd97bd

Browse files
authored
Merge pull request MicrosoftDocs#4762 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 7a75d2f + 5497164 commit acd97bd

File tree

12 files changed

+401
-379
lines changed

12 files changed

+401
-379
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:

exchange/exchange-ps/exchange/client-access/Set-MailboxRegionalConfiguration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Set-MailboxRegionalConfiguration -Identity "Alice Jakobsen" -Language da-dk -Dat
5353

5454
This example sets Alice Jakobsen's mailbox language to Danish Denmark, sets the date in the day/month/year format and localizes the default folder names in Danish.
5555

56+
57+
### Example 4
58+
```powershell
59+
Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited | Set-MailboxRegionalConfiguration -Language es-es -DateFormat "dd/MM/yyyy" -TimeFormat H:mm -LocalizeDefaultFolderName
60+
```
61+
62+
This example sets all User Mailboxes language to Spanish Spain, sets the date in the day/month/year format, sets the time in the H:mm format and localizes the default forder names in Spanish.
63+
5664
## PARAMETERS
5765

5866
### -Identity

exchange/exchange-ps/exchange/mailboxes/Set-CalendarProcessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Accept wildcard characters: False
413413
```
414414
415415
### -BookInPolicy
416-
The BookInPolicy parameter specifies users or groups who are allowed to submit in-policy meeting requests to the resource mailbox that are automatically approved. You can use any value that uniquely Exchange Online object. For example:
416+
The BookInPolicy parameter specifies users or groups who are allowed to submit in-policy meeting requests to the resource mailbox that are automatically approved. You can use any value that uniquely identifies the user or group. For example:
417417
418418
- Name
419419

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)