Section courante

A propos

Section administrative du site

Set-ItemProperty

Fixe l'élément de propriété
PowerShell

Syntaxe

Set-ItemProperty [-Path] String[] [-Name] String [-Value] Object [-PassThru] [-Force] [-Filter String] [-Include String[]] [-Exclude String[]] [-Credential PSCredential] [-WhatIf] [-Confirm] [-Type RegistryValueKind] [CommonParameters]
Set-ItemProperty [-Path] String[] -InputObject PSObject [-PassThru] [-Force] [-Filter String] [-Include String[]] [-Exclude String[]] [-Credential PSCredential] [-WhatIf] [-Confirm] [-Type RegistryValueKind] [CommonParameters]
Set-ItemProperty -LiteralPath String[] [-Name] String [-Value] Object [-PassThru] [-Force] [-Filter String] [-Include String[]] [-Exclude String[]] [-Credential PSCredential] [-WhatIf] [-Confirm] [-Type RegistryValueKind] [CommonParameters]
Set-ItemProperty -LiteralPath String[] -InputObject PSObject [-PassThru] [-Force] [-Filter String] [-Include String[]] [-Exclude String[]] [-Credential PSCredential] [-WhatIf] [-Confirm] [-Type RegistryValueKind] [CommonParameters]

Description

Cette commande permet de créer ou de modifier la valeur d'une propriété d'un élément.



Dernière mise à jour : Jeudi, le 14 Janvier 2021