Share via


GetGPResultantSetOfPolicyCommand.Computer Property

 

Gets and sets the value of the Computer parameter of the Get-GPResultantSetOfPolicy cmdlet.

Namespace:   Microsoft.GroupPolicy.Commands
Assembly:  Microsoft.GroupPolicy.Commands (in Microsoft.GroupPolicy.Commands.dll)

Syntax

[ParameterAttribute]
public string Computer { get; set; }
public:
[ParameterAttribute]
property String^ Computer {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
member Computer : string with get, set
<ParameterAttribute>
Public Property Computer As String

Property Value

Type: System.String

Returns String.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Get-GPResultantSetOfPolicy in the Microsoft TechNet library.

For Help at the command line, type:

get-help get-gpresultantsetofpolicy

See Also

GetGPResultantSetOfPolicyCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top