About 1,140,000 results
Open links in new tab
  1. How do I install the DFSR module for Powershell on Windows …

    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 …

  2. How do I get the DNS server cmdlets to work on PowerShell in …

    Jul 1, 2019 · If you are using a non-server OS like Windows 10, you can add a bunch of Remote Server Admin Tools (RSAT) as an optional feature. Starting with Windows 10 October 2018 …

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

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

  5. r/PowerShell on Reddit: MSGraph Modules import extremely …

    Feb 2, 2024 · Yesterday the fastest I had the full Microsoft.Graph module load time => 13min. Another attempt today : 1 session => Graph.Beta Import, 1 session => just Graph import.

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

  7. Multiple versions of modules all over the place : r/PowerShell

    The first folder is in your own user folder so those modules are only available to you. The second is the PS7 default module folder for all users. The third is the PS5.1 (and possibly earlier …

  8. How do load the modules for Veeam PowerShell? - Reddit

    Apr 18, 2023 · How do I use Veeam PowerShell commands such as Connect-VBRServer, etc? What versions of PowerShell is it compatible with? See output below, bit perplexed. Veeam …

  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 …

  10. Install RSAT: ADUC in Windows 11 via PowerShell or CMD - Reddit

    Sep 24, 2023 · If you need to install the RSAT "Active Directory Users and Computers" feature (or the Active Directory PowerShell Module) via command line using PowerShell or CMD, this …