Hello
I used the following command to create a roomlist and add members:
New-DistributionGroup -Name "<name>" -OrganizationalUnit "domain/Groups" -RoomList
Add-DistributionGroupMember -Identity "" -Member room1@domain.com
Now I want to do the same for the equipment for all the locations. So is there a command to create a distributiongroup for equipments and assign the equipment specific for every location?
Thanks for the help.