Forum Discussion
Red Flag
Jun 10, 2021Iron Contributor
New-GlobalAddressList Error with -RoomList
I'm getting error while creating new GAL Policy: All room list "IT Rooms" was not found. Please make sure you typed the identity correctly. However the group exists - showing the GroupType: Universa...
- Jun 10, 2021You need to provide an address list object, not a room list (distribution group).
VasilMichev
Jun 10, 2021MVP
You need to provide an address list object, not a room list (distribution group).
- Red FlagJun 11, 2021Iron Contributor
You're right!
The paramater for -RoomList is not a RoomList but AddressList. Same as for -AddressLists. Even if this will be an empy list.
Docs:
New-AddressBookPolicy [-Name] <String> -AddressLists <AddressListIdParameter[]> -GlobalAddressList <GlobalAddressListIdParameter> -OfflineAddressBook <OfflineAddressBookIdParameter> -RoomList <AddressListIdParameter>Thank you!