About 97 results
Open links in new tab
  1. Module could not be loaded, assembly with same name : …

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

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

    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.

  3. Best practice for breaking code out into different files? : r/PowerShell

    Mar 12, 2024 · A module would definitely be considered "best practice" but depending on the circumstances, you could break the functions out into files and dot source them into the main …

  4. Import-Module vs. Install-Module : r/PowerShell - Reddit

    Mar 16, 2017 · Install-Module will obtain the module from the gallery and install it on your local machine, making it available for use. Import-Module will bring the module and its functions into …

  5. Introducing the IntuneEndpointTools PowerShell Module : r/Intune …

    Sep 17, 2022 · I put together this PS module mainly with my help desk staff in mind. This module contains a set of tools for managing and diagnosing Intune MDM on Windows endpoints. …

  6. Importing available module into PowerShell v2.0 results in error

    I'm trying to import a PowerShell module to do some SSH work. I've unlocked all of the files I'm trying to import in the module. The module itself is located in a directory where modules are to be

  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 …

  8. 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, 4 months ago Modified 2 years, 4 months ago

  9. Manually install PS Module : r/PowerShell - Reddit

    Nov 21, 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, …

  10. Trying to understand module location in vscode for powershell

    Oct 20, 2022 · 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, …