Forum Discussion
Taen keren
Dec 22, 2020Steel Contributor
What am I doing wrong
Got a new business computer - and trying to do some PowerShell that worked on the old pc I'm installing the module AzSK.AAD with success - but can't import the module afterwards How do I fix th...
- Dec 23, 2020
Can you find the module AzSK.AAD in one of the following directories,
$env:PSModulePath.Split(";")
farismalaeb
Dec 23, 2020Steel Contributor
Can you find the module AzSK.AAD in one of the following directories,
$env:PSModulePath.Split(";")
Taen keren
Jan 13, 2021Steel Contributor
farismalaeb - thx - I've copied the modules to all the paths listed in the $env:PSModulePath.Split(";") - and it works 🙂