AddComputerCommand.OUPath Property
Gets and sets the value of the OUPath parameter of the Add-Computer cmdlet. This property is introduced in Windows PowerShell 2.0.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Usage
'Usage
Dim instance As AddComputerCommand
Dim value As String
value = instance.OUPath
instance.OUPath = value
Syntax
'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute(ParameterSetName:="Domain")> _
<AliasAttribute(System.String[])> _
Public Property OUPath As String
[ValidateNotNullOrEmptyAttribute]
[ParameterAttribute(ParameterSetName="Domain")]
[AliasAttribute(System.String[])]
public string OUPath { get; set; }
[ValidateNotNullOrEmptyAttribute]
[ParameterAttribute(ParameterSetName=L"Domain")]
[AliasAttribute(System.String[])]
public:
property String^ OUPath {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_OUPath ()
/** @property */
public void set_OUPath (String value)
public function get OUPath () : String
public function set OUPath (value : String)
Property Value
A String object that contains the organizational unit (OU) for the domain account.
Remarks
This topic is included in this SDK for completeness only. For more information about this cmdlet, see Add-Computer in the Microsoft TechNet library.
For Help at the command line, type:
get-help add-computer
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
AddComputerCommand Class
AddComputerCommand Members
Microsoft.PowerShell.Commands Namespace