About 339,000 results
Open links in new tab
  1. Powershell Import-Module doesn't work when in script

    Jul 13, 2020 · Import-Module -Name ActiveDirectory ./script.ps1 Everything works just dandy. But putting the import statement at the top of the script and running the script only, without …

  2. powershell - Import-Module Azure fails - Server Fault

    When I open just a plain PS window and do Import-Module Azure it fails with: import-module : The specified module 'Azure' was not loaded because no valid module file was found in any …

  3. iis - Powershell import-module webadministration - Server Fault

    @David: does the computer you are running the command on have the webadministration module installed and imported?

  4. Importing NTFSSecurity module from UNC path fails - Server Fault

    May 10, 2012 · I've created a central repository for Powershell modules, but I'm having trouble loading one in particular. The NTFSSecurity module is failing to import with the following …

  5. Why is the GroupPolicy module not found when RSAT is installed?

    Jul 7, 2022 · I'm trying to use the Get-GPO PowerShell module. I installed RSAT, but the GroupPolicy module is missing: PS Install-WindowsFeature RSAT Success Restart Needed …

  6. windows - LAPS PS module fails to import - Server Fault

    Jul 24, 2017 · On a Windows Small Business Server 2011 Essentials server, elevated PowerShell command Import-Module AdmPwd.PS failed and outputted the following: Import-Module : …

  7. Import Powershell AD Module during MDT Task Sequence

    Oct 10, 2014 · The warning is because when the module imports it will automatically try to bind using the current credentials which aren't valid, this would be expected. If the commands are …

  8. windows - PowerShell - Failure to load built-in modules due to …

    Oct 12, 2023 · Yesterday, I was working with PowerShellEditorServices to develop a tool. Internally, it uses named pipes to communicate between the client and server. They are both …

  9. active directory - Issues with LAPS - Server Fault

    May 10, 2020 · For the past three hours I've sat at my desk ready to smash my Dell R710 in with a baseball bat. After installing all features of LAPS and running import-module AdmPwd.PS, I …

  10. The specified module 'MSOnline' was not loaded because no valid …

    Nov 21, 2017 · Adding a debug flag to the module import in the code allowed us to drag down the problem to the import-module MSOnline command. We got the error : The specified module …