Forum Discussion

Taen keren's avatar
Taen keren
Steel Contributor
Dec 22, 2020

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?  

 

 

 

 

 

  • Taen keren 

    Can you find the module AzSK.AAD in one of the following directories,  

    $env:PSModulePath.Split(";")

     

  • farismalaeb's avatar
    farismalaeb
    Steel Contributor

    Taen keren 

    Can you find the module AzSK.AAD in one of the following directories,  

    $env:PSModulePath.Split(";")

     

    • Taen keren's avatar
      Taen keren
      Steel Contributor

      farismalaeb  - thx - I've copied the modules to all the paths listed in the $env:PSModulePath.Split(";") - and it works 🙂 

Resources