I've had a request to get some stats on US room bookings, as management is thinking of turning some of the lesser-used rooms into offices.
After some searching, this is the only example that I found that looks like it would give me what I want: http://stackoverflow.com/questions/10921563/extract-the-report-of-room-calendar-from-exchage-server-using-powershell-scripti But this line baffles me, as I don't see anything like that path or DLL on my systems - we have a CAS server and an HT/DB server in the US office: Add-Type -Path "C:\Program Files\Microsoft\Exchange\Web Services\1.2\Microsoft.Exchange.WebServices.dll" Also, the script references Exchange2010 SP2, but as I stated above, we're at SP3, so I don't know if I can just modify the line that references that in the script. Can anyone point me to a script they've used for this? Kurt
