About 342,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

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

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

  5. How do I install Powershell's IISAdministration Module

    Apr 6, 2017 · web-mgmt-console is not the feature that enables IIS Management Scripts and Tools. It is web-scripting-tools. i.e. Install-WindowsFeature web-scripting-tools. Followed by, …

  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. 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 …

  8. 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 …

  9. 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 …

  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 …