Set-RegistrySecurity
PackageDeployment Module Help |
Package Deployment Module (DSM eScript Commands) |
Set-RegistrySecurity Cmdlet |
Version 4.0.0.5 |
Set-RegistrySecurity
Synopsis
Change Permissions in the Registry
Syntax
Set-RegistrySecurity [-KeyPath] <String> [[-Mode] <String>] [[-AccountRights] <String[]>] [-ContinueOnError] [-SetSubKeys] [-Wow64] [[-Context] <String>] [<CommonParameters>]
Description
Use this command to change the permissions in the registry.
Parameters
-AccountRights <String[]> |
||||||
Enter the users or groups in this list you want to add to, remove from or replace in the access permissions. |
||||||
|
-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 |
||||||
|
-KeyPath <String> |
||||||
Specify the registry key you want to change the permissions for. |
||||||
|
-Mode <String> |
||||||
Add: Adds the entries contained in the user and group list to the list of existing access permissions.(Existing access permissions are automatically extended.) |
||||||
|
-SetSubKeys <SwitchParameter> |
||||||
Changes the permissions for all subkeys. |
||||||
|
-Wow64 <SwitchParameter> |
||||||
For reasons of compatibilty, Ivanti DSM maps file and registry access to the default storage location for 32 bit applications (provided that the storage location differs from that of 64-bit applications). File access: whenever a 32-bit application attempts to access %windir%\System32, the access is redirected to %windir%\SysWOW64. Registry commands: when accessing HKEY_LOCAL_MACHINE\SOFTWARE the calls are redirected to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node. The x64-switch stops this redirection of file and registry accesses when running the script command on a x64 computer; the eScript command runs on the specified path. CallScript command: the script runs in a 64-bit process. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |