
r/PowerShell on Reddit: MSGraph Modules import extremely slowly ...
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.
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.), …
Windows PowerShell can not find modules - Server Fault
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\ Now I know that you only see a user-specific directory up …
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 Exit Code Feature …
Get-WindowsAutopilotInfo & WindowsAutopilotIntune - All you need …
Jun 13, 2023 · The get-windowsautopilotinfo.ps1 script and accompanying WindowsAutopilotIntune module were both using the AzureAD module for online authentication and especially for adding …
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 …
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 …
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 …
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 documentation …
How to set a default domain controller for all PowerShell AD cmdlets?
Another option which would work with version 2 or 3, is to use the AD Module's provider to create a new PSDrive. By default when you import the AD Module, it creates an "AD:" PSDrive which connects to …