Skip to content

Commit

Permalink
Merge pull request #4230 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 3a5f71a + 532cb2e commit 5de978c
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 5de978c

Please sign in to comment.