Howto Powershell remotely
How can run the powershell command cmdlets on exchange from my computer or remote administration of exchsnge using powershell.thanks
March 22nd, 2009 9:56am
Just install Exchange Management Tools on your workstation and run powershell cmdlets in EMS with required identity to target remote exchange server or user.How to Install the Exchange 2007 Management Toolshttp://technet.microsoft.com/en-us/library/bb232090.aspxCmdlet Listhttp://technet.microsoft.com/en-us/library/bb123703.aspxExample:Get-MailboxDatabase -Identity Server01\StorageGroup01\MailboxDatabase01 -Status | format-listThis will show the status of Mailbox Database named "MailboxDatabase01" of Server01.Amit Tank | MVP - Exchange | MCITP:EMA MCSA:M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2009 11:00am
Try this link for remote PowerShel:http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun06/hey0621.mspx Andrew Sword, MVP
March 24th, 2009 2:15pm