diff --git a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 index 449c711..959c816 100644 --- a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 @@ -1 +1,2 @@ -Get-Module -ListAvailable PowerCLI.* | Import-Module +# With PowerCLI installed via ps-get this isn't needed anymore +#Get-Module -ListAvailable PowerCLI.* | Import-Module