Month: November 2008

  • How To Assign Mailbox Permission In Exchange 2007 Using The Shell

    In order to grant a user read access permission to other user mailbox we need to use the: Add-mailboxpermission cmdlet in Exchange 2007 Shell In this example I’ll give User A, a read access permission to User B mailbox. [PS] C:\>Add-MailboxPermission -Identity “UserA” -AccessRights readpermission –user “UserB” We can also assign the following permission with…

  • Microsoft PowerShell Command Guide – Part 1

    As PowerShell become more and more important tool in our day to day administration I have put up most of the basic commands that are being used by administrators and engineers. Part 1 will give cover the basic commands and what they are doing. Part 1 Terms Cmdlets – command built into PowerShell Get command…