怎么使用powershell连接exchange2010
在命令行打开powershell,输入get-mailbox提示“无法将get-mailbox”项识别为cmdlet,函数,脚本文件。。。...
在命令行打开powershell,输入get-mailbox提示“无法将get-mailbox”项识别为cmdlet,函数,脚本文件。。。
展开
展开全部
可以用以下命令行连接:
$session=New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://mail.yourdomain.com/powershell -Authentication Kerberos -Credential domain\username
Import-PSSession $session
注:
确认你的Exchange服务器开启了远程Powershell连接,这个在网上有很多资料可以参考。
用你的邮箱服务器代替http://mail.yourdomain.com/powershell。
用你的邮箱管理员帐号代替domain\username。
如有其它问题,请追问。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询