PowerShell Logo Small

Set-ADResourcePropertyList



This is the built-in help made by Microsoft for the command 'Set-ADResourcePropertyList', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Modifies a resource property list in Active Directory.

SYNTAX


Set-ADResourcePropertyList [-Identity] <ADResourcePropertyList> [-Add <Hashtable>] [-AuthType <ADAuthType>] [-Clear <String[]>] [-Credential
<PSCredential>] [-Description <String>] [-PassThru [<SwitchParameter>]] [-ProtectedFromAccidentalDeletion <Boolean>] [-Remove <Hashtable>]
[-Replace <Hashtable>] [-Server <String>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Set-ADResourcePropertyList [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-PassThru [<SwitchParameter>]] [-Server <String>] -Instance
<ADResourcePropertyList> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-ADResourcePropertyList cmdlet can be used to modify a resource property list in Active Directory.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=216419

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

C:\PS>Set-ADResourcePropertyList "Corporate Resource Property List" -Description "For corporate documents."



Description

-----------

Sets the resource property list named "Corporate Resource Property List" with the description "For corporate documents."




-------------------------- EXAMPLE 2 --------------------------

C:\PS>Get-ADResourcePropertyList "Corporate Resource Property List" | Set-ADResourcePropertyList -Description "For corporate documents."



Description

-----------

Gets the resource property list named "Corporate Resource Property List" and then sets its description to "For corporate documents."