diff --git a/scripts/Common/Software/PowerShell/Module.ps1 b/scripts/Common/Software/PowerShell/Module.ps1 index 27116cdba..37c6fef6a 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`";"; };