├── .gitignore ├── README.md ├── RoomListManager.jpg └── RoomListManager.ps1 /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meeting-Room-365/interactive-powershell-scripts/HEAD/README.md -------------------------------------------------------------------------------- /RoomListManager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meeting-Room-365/interactive-powershell-scripts/HEAD/RoomListManager.jpg -------------------------------------------------------------------------------- /RoomListManager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meeting-Room-365/interactive-powershell-scripts/HEAD/RoomListManager.ps1 --------------------------------------------------------------------------------