PowerShell fomat.ps1xml not reachable
Posted
by
blsub6
on Server Fault
See other posts from Server Fault
or by blsub6
Published on 2010-12-21T18:50:15Z
Indexed on
2010/12/21
20:56 UTC
Read the original article
Hit count: 391
I'm trying to load Exchange Management Shell and it gives me a big 'ol red error that says:
Import-Module : There were errors in loading the format data file: Microsoft.PowerShell, , %APPDATA%\Roaming\Microsoft\Exchange\RemotePowerShell
\
DOMAINNAME.format.ps1xml :
File skipped because of the following validation exception: File %APPDATA%\Roaming\Microsoft\Exchange\RemotePowerShell\
DOMAINNAME.format.ps1xml cannot be loaded.
The file %APPDATA%\Roaming\Microsoft\ExchangeRemotePowerShell\
DOMAINNAME\
DOMAINNAME.format.ps1xml is not digitally signed. The script will not execute on the system. Please see "get-help about_signing" for more details...
The %APPDATA% is stored on an external server on my network (that I can ping to without problems). I am missing a ton of PS cmdlets too, which I'm presuming are stored in '*.format.ps1xml'
I tried finding the directory in which format.ps1xml is supposed to reside on the external server and it's not even created.
Can someone tell me where to start?
© Server Fault or respective owner