grafische Powershell powershell_ISE für Exchange konfigurieren
Microsoft hats wiedermal kompliziert gemacht. if (!(test-path $profile )) {new-item -type file -path $profile -force}
Damit wurde die Datei c:\users\benutzername\documents\windowspowershell\Microsoft.PowerShellISE_profile.ps1
erstellt. Add.PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
Speichere diese ab und starte die powershell_ise erneut. |