PowerShell を実行していて、PowerShell から Exchange PowerShell に接続したい
のですが、2 つのファイルの違いはターゲットにあります (右クリック = プロパティ)。
「通常の」powershell ターゲット = 「%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe」
"exchange" powershell target = "C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe -PSConsoleFile "C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1" -noexit -command ". 'C:\Program Files\Microsoft\Exchange Server\bin\Exchange.ps1'""
コードで取引所のpowershellに接続する方法はありますか??、私の推測では、ターゲットのようにこれら2行を追加することです...