Powershell调用RemoteExchange.ps1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Powershell调用RemoteExchange.ps1相关的知识,希望对你有一定的参考价值。
If ((Get-PSSnapin | where {$_.Name -match "Microsoft.Exchange.Management.PowerShell.E2010"}) -eq $null) { Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 . $env:ExchangeInstallPath\bin\RemoteExchange.ps1 Connect-ExchangeServer -auto -AllowClobber }
以上是关于Powershell调用RemoteExchange.ps1的主要内容,如果未能解决你的问题,请参考以下文章
powershell 使用路径和参数调用Powershell脚本
如何从其他powershell脚本调用powershell脚本并且脚本是在powershell对象而不是文件中分配的