Invoke-ScriptAs
PackageDeployment Module Help |
Package Deployment Module |
Invoke-ScriptAs Cmdlet |
Version 4.0.0.5 |
Invoke-ScriptAs
Synopsis
Run Windows script as different user
Syntax
Invoke-ScriptAs [-ScriptPath] <String> [[-CLRVersion] <String>] [[-RunAs] <String>] [-ContinueOnError] [-LeastPrivilege] [-Wow64] [[-UserName] <String>] [[-Password] <String>] [[-Logon] <String>] [[-Context] <String>] [<CommonParameters>]
Description
Run Windows script as different user.
Parameters
-CLRVersion <String> |
||||||
.NET Framework version. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-LeastPrivilege <SwitchParameter> |
||||||
With the User Account Control (UAC) activated, RunAsEx always executes the application as an administrator, unless this option is enabled. |
||||||
|
-Logon <String> |
||||||
NoProfile: The user profile is not loaded. No changes are written into the user profile after the application has been executed. |
||||||
|
-Password <String> |
||||||
The password for the selected user account |
||||||
|
-RunAs <String> |
||||||
UserName: The application is executed using the account information entered. |
||||||
|
-ScriptPath <String> |
||||||
Please enter the name of the script file you want to run through a scripting engine. The Installer recognizes the scripting language used by its file extension: VB Script (Visual Basic Script *.vbs), JScript (extended JavaScript *.js), Perl Script (*.pl), PowerShell (*.ps1). |
||||||
|
-UserName <String> |
||||||
The user account under which the application is to be executed. |
||||||
|
-Wow64 <SwitchParameter> |
||||||
By default, the PackageDeployment module assumes to run in a 64-bit PowerShell process on 64-bit systems, and therefore defaults to the 64-bit application location (if different from the 32-bit application location) for file and registry accesses. If you want to access the 32-bit counterparts (in the file system %WinDir%\SysWOW64 instead of %WinDir%\System32, in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node instead of HKEY_LOCAL_MACHINE\SOFTWARE), use the -Wow64 switch. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |