Skip to content

Commit f403c27

Browse files
authored
Merge pull request MicrosoftDocs#4316 from YuriySamorodov/patch-19
Fixed error in Example 7
2 parents cc84852 + 8e35807 commit f403c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $group = New-DistributionGroup "Room 221 Booking Allowed"
114114
$members = @()
115115
116116
$members = $members | Get-Mailbox
117-
Add-DistributionGroupMember -Identity $group -Members $users -BypassSecurityGroupManagerCheck:$true
117+
Add-DistributionGroupMember -Identity $group -Members $members -BypassSecurityGroupManagerCheck:$true
118118
Set-CalendarProcessing -Identity "Room 221" -AutomateProcessing AutoAccept -BookInPolicy $group -AllBookInPolicy $false
119119
```
120120

0 commit comments

Comments
 (0)