Search notes:

PowerShell cmdLet Set-Item

set-item sets the value of an item.
In the (special?) case of the item being a registry key, set-item assigns a value to the key's default value, See also this example.

See also

The method SetItem() in System.Management.Automation.Provider.ItemCmdletProvider.
The command parameter -credential.
Powershell command noun: item

Index