/d The data to assign to the registry ValueName being added. /f Force overwriting the existing registry entry without prompt. /reg:32 Specifies the key should be accessed using the 32-bit registry view. /reg:64 Specifies the key should be accessed using the 64-bit registry view. Examples: REG ADD \\ABC\HKLM\Software\MyCo Adds a key HKLM\Software\MyCo on remote machine ABC REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead Adds a value (name: Data, type: REG_BINARY, data: fe340ead) REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail Adds a value (name: MRU, type: REG_MULTI_SZ, data: fax\0mail\0\0) REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d ^%systemroot^% Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%) Notice: Use the caret symbol ( ^ ) inside the expand string
/Cleanup-Wim Deletes resources associated with a corrupted mounted image. This command does not unmount a mounted image; ...
/Commit-Image /MountDir: /Append /CheckIntegrity Applies changes to the mounted image. The image remains mounted until the ...
/Commit-Wim /MountDir: Applies changes to the mounted image. The image remains mounted until the /Unmount-Wim option is used. ...
/ConfigurationSetLevel:{ |3|4|5} Optional. Specifies the configuration set level for a new unique AD LDS instance; the default ...
/d The data to assign to the registry ValueName being added. /f Force overwriting the existing registry entry without prompt. ...
/DataFilesPath:"path_name" Optional. By default, the data is stored under "Program Files\Microsoft ADAM\instance_name\data" ...
/delete The delete command will remove a RepsFrom attribute on the destination domain controller for the specified naming ...
/Delete-Image /ImageFile: {/Index: | /Name: } /CheckIntegrity Deletes the specified volume image from a WIM file that has ...
/Disable-Feature /FeatureName: /PackageName: /Remove Disables the feature specified by the FeatureName command argument. ...