Search found 3 matches

by RobertDerheld
Thu Apr 24, 2014 6:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test Exchange Powershell
Replies: 4
Views: 12868

I tried the script with the 32 and the 64 bit version of powershell. using the 64 version everyting worked fine. using the 32 bit version terminated with errors. the exchange Snapin was only registered for the 64 bit version, not for the 32 bit version (as far as I can see the Snapin is only availab...
by RobertDerheld
Thu Apr 24, 2014 3:17 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test Exchange Powershell
Replies: 4
Views: 12868

Thank you for your quick response.

to make a copy of the 64bit version of the powershell.exe to another folder not managed by the OS solved the problem.
by RobertDerheld
Wed Apr 23, 2014 8:42 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Test Exchange Powershell
Replies: 4
Views: 12868

Test Exchange Powershell

I want to use a Test with help of the Script Manager. I created the script below: Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin $statusOK = "ScriptRes:Ok:" $statusBad = "ScriptRes:Bad:" $statusBadContents = "ScriptRes:Bad contents:" $PFPath = $args[0] $out...