PowerShell Logo Small

New-ADResourcePropertyList



This is the built-in help made by Microsoft for the command 'New-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

Creates a new resource property list in Active Directory.

SYNTAX


New-ADResourcePropertyList [-Name] <String> [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-Description <String>] [-Instance
<ADResourcePropertyList>] [-PassThru [<SwitchParameter>]] [-ProtectedFromAccidentalDeletion <Boolean>] [-Server <String>] [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-ADResourcePropertyList cmdlet creates a resource property list in Active Directory.



<

RELATED LINKS


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

REMARKS

<

Examples


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

C:\PS>New-ADResourcePropertyList "Corporate Resource Property List"



Description

-----------

Creates a new resource property list named "Corporate Resource Property List".




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

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



Description

-----------

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




-------------------------- EXAMPLE 3 --------------------------

C:\PS>Get-ADResourcePropertyList "Corporate Resource Property List" | New-ADResourcePropertyList "Finance Resource Property List"



Description

-----------

Create a new resource property list using the property values from a 'Corporate Resource Property List'.