Hi,
Thanks for supplying the tools. I am running into a problem. Do you have any suggestions?
Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly
'file:///C:\alex\Microsoft.IdentityModel.Clients.ActiveDirectory.dll' or one of its dependencies. Operation is not
supported. (Exception from HRESULT: 0x80131515)"
At C:\alex\ProjectImport.psm1:32 char:1
+ [Reflection.Assembly]::LoadFrom("$path\Microsoft.IdentityModel.Client ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : FileLoadException
Import-Module : The specified module '.\ProjectImport.psm1' was not loaded because no valid module file was found in
any module directory.
At line:1 char:1
+ Import-Module .\ProjectImport.psm1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (.\ProjectImport.psm1:String) [Import-Module], FileNotFoundExceptio
n
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand