diff --git a/scripts/Common/Software/PowerShell/Module.ps1 b/scripts/Common/Software/PowerShell/Module.ps1 index 49373eda..6a5a1912 100644 --- a/scripts/Common/Software/PowerShell/Module.ps1 +++ b/scripts/Common/Software/PowerShell/Module.ps1 @@ -62,7 +62,7 @@ $null = New-Module { $name = $Arguments.Name; Add-PowerShellProfileStatement ` - -DefaultUser ` + -System ` -Category $name ` -Script "Import-Module `"$name`";"; };