I cannot connect to powershell. At this command
Import-PSSession $Session
It will give me error messages
Import-Module : There were errors in loading the format data file:
Microsoft.PowerShell, , C:\Users\dcooley.CCDOMAIN\AppData\Local\Temp\tmp_265ef8de-2125-41e3-a805-d8c1aad
s0p\tmp_265ef8de-2125-41e3-a805-d8c1aadd2dfd_wtdyj5on.s0p.format.ps1xml : File skipped because of the fo
ion exception: File C:\Users\dcooley.CCDOMAIN\AppData\Local\Temp\tmp_265ef8de-2125-41e3-a805-d8c1aadd2df
tmp_265ef8de-2125-41e3-a805-d8c1aadd2dfd_wtdyj5on.s0p.format.ps1xml cannot be loaded because the executi
s disabled on this system. Please see "get-help about_signing" for more details..
Microsoft.PowerShell, , C:\Users\dcooley.CCDOMAIN\AppData\Local\Temp\tmp_747dcb5a-c3e5-45f7-94be-abcc738
odz\tmp_747dcb5a-c3e5-45f7-94be-abcc7381e6ef_qgi2fvx0.odz.format.ps1xml : File skipped because of the fo
ion exception: File C:\Users\dcooley.CCDOMAIN\AppData\Local\Temp\tmp_747dcb5a-c3e5-45f7-94be-abcc7381e6e
tmp_747dcb5a-c3e5-45f7-94be-abcc7381e6ef_qgi2fvx0.odz.format.ps1xml cannot be loaded because the executi
s disabled on this system. Please see "get-help about_signing" for more details..
At line:3 char:30
+ Import-Module <<<< -Name $name -Alias * -Function * -Prefix $prefix -DisableNameCheck
eChecking -PassThru -ArgumentList @($session)
+ CategoryInfo : InvalidOperation: (:) [Import-Module], RuntimeException
+ FullyQualifiedErrorId : FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand