About 94 results
Open links in new tab
  1. Powershell 5.1 unable to install-module or update NuGet any ... - Reddit

    Apr 18, 2024 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), …

  2. Module could not be loaded, assembly with same name : r/PowerShell

    Jun 4, 2024 · And when I run that, i get Import-Module: Assembly with same name is already loaded Ive tried uninstalling the modules, removing them (remove-module, uninstall-module) and then installed …

  3. How do I install the DFSR module for Powershell on Windows Server …

    Aug 13, 2019 · How do I install and access the DFSR module in Powershell? EDIT: I just discovered that the server is actually running Windows Server 2012, not 2012r2. That's why the built-in DFSR …

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

    Oct 12, 2023 · PowerShell - Failure to load built-in modules due to software restrictions Ask Question Asked 2 years, 1 month ago Modified 2 years, 1 month ago

  5. How do I install Powershell's IISAdministration Module

    Apr 6, 2017 · It turns out that the IISAdministration powershell module is a server feature. With PowerShell you enable it with Install-WindowsFeature web-scripting-tools Or from the Server …

  6. Silent Install-Module without prompt confirmation : r/PowerShell - Reddit

    Sep 24, 2021 · PowerShell includes a command-line shell, object-oriented scripting language, and a set of tools for executing scripts/cmdlets and managing modules.

  7. dfs - How to install DFSN module in powershell? - Server Fault

    Jul 13, 2022 · It turns out you can't install this through powershell directly, but rather it's an "Optional windows feature" you have to enable. The fix for me was going to the start menu and searching for …

  8. Learning how to write modules : r/PowerShell - Reddit

    Oct 19, 2023 · A module is usually just a .psm1 file that has your functions in it. Of course you can have compiled DLLs and all sorts in a module but very basic, it’s a file that holds functions re-use.

  9. Can somebody explain modules to me? : r/PowerShell - Reddit

    Aug 19, 2021 · Powershell.exe -NoProfile -ExecutionPolicy Bypass -Command “my command here” This post doesn’t explain module scopes per se or what to when you can’t find it but it is a general …

  10. Query AD without AD module : r/PowerShell - Reddit

    Apr 2, 2021 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), …