Monday, May 19, 2014

Exchange 2010 - Random Scripts 5

Powershell script to pull Calendar permissions

#script to 'get' Calendar permissions
$username = Read-Host "Please enter the username"


$username | ForEach-Object {
Get-MailboxFolderPermission -Identity $_":\Calendar"

No comments:

Post a Comment