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 3ebe9a4 commit 532cb2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 Fabrikam","\All Fabrikam Mailboxes","\All Fabrikam DLs","\All Fabrikam Contacts"
RoomList = "\All Fabrikam-Rooms"
OfflineAddressBook = "\Fabrikam-All-OAB"
GlobalAddressList = "\All Fabrikam"
AddressLists = "\All Distribution Lists"
RoomList = "\All Rooms"
OfflineAddressBook = "\Offline Global Address List"
GlobalAddressList = "\All Groups"
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 Fabrikam","\All Fabrikam Mailboxes","\All Fabrikam Contacts" # Updated Property
RoomList = "\All Fabrikam-Rooms"
OfflineAddressBook = "\Fabrikam-All-OAB"
GlobalAddressList = "\All Fabrikam"
AddressLists = "\All Users" # Updated Property
RoomList = "\All Rooms"
OfflineAddressBook = "\Offline Global Address List"
GlobalAddressList = "\All Groups"
Ensure = "Present"
Credential = $Credscredential
}
Expand Down

0 comments on commit 532cb2e

Please sign in to comment.