Skip to content

Commit

Permalink
Merge pull request #4233 from NikCharlebois/Integration
Browse files Browse the repository at this point in the history
Fixes Integration
  • Loading branch information
NikCharlebois authored Jan 23, 2024
2 parents ac3a165 + 97d5826 commit d8457b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Configuration Example
Name = "All Fabrikam ABP"
AddressLists = "\All Distribution Lists"
RoomList = "\All Rooms"
OfflineAddressBook = "\Offline Global Address List"
GlobalAddressList = "\All Groups"
OfflineAddressBook = "\Default Offline Address Book"
GlobalAddressList = "\Default Global Address List"
Ensure = "Present"
Credential = $Credscredential
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Configuration Example
EXOAddressBookPolicy 'ConfigureAddressBookPolicy'
{
Name = "All Fabrikam ABP"
AddressLists = "\All Users" # Updated Property
AddressLists = "\All Users"
RoomList = "\All Rooms"
OfflineAddressBook = "\Offline Global Address List"
GlobalAddressList = "\All Groups"
OfflineAddressBook = "\Default Offline Address Book"
GlobalAddressList = "\Default Global Address List"
Ensure = "Present"
Credential = $Credscredential
}
Expand Down

0 comments on commit d8457b0

Please sign in to comment.