$rooms = Import-csv c:\tools\csv\rooms.csv
foreach($room in $rooms){
Set-CalendarProcessing `
-Identity $room.roomalias `
-BookinPolicy $room.UserAliases `
-AllBookInPolicy $false
}
Can anyone help me out here?
ASKER
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.
TRUSTED BY
https://www.experts-exchange.com/questions/27973344/Exchange-2010-Room-Resource-Add-bulk-users-to-BookInPolicy.html