Forum Discussion
Taen keren
Dec 22, 2020Iron 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 this?
Can you find the module AzSK.AAD in one of the following directories,
$env:PSModulePath.Split(";")
2 Replies
- farismalaebIron Contributor
Can you find the module AzSK.AAD in one of the following directories,
$env:PSModulePath.Split(";")
- Taen kerenIron Contributor
farismalaeb - thx - I've copied the modules to all the paths listed in the $env:PSModulePath.Split(";") - and it works 🙂