Skip to content

Commit

Permalink
Fixes Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jan 23, 2024
1 parent 532cb2e commit 97d5826
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 97d5826

Please sign in to comment.