GetGPInheritanceCommand Class
The Get-GPInheritance cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
This API is not CLS-compliant.
Namespace: Microsoft.GroupPolicy.Commands
Assembly: Microsoft.GroupPolicy.Commands (in Microsoft.GroupPolicy.Commands.dll)
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.GroupPolicy.Commands.GetGPInheritanceCommand
Syntax
[CmdletAttribute("Get", "GPInheritance", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=216699")]
[CLSCompliantAttribute(false)]
[OutputTypeAttribute(new Type[] { ... })]
public class GetGPInheritanceCommand : PSCmdlet
[CmdletAttribute("Get", "GPInheritance", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=216699")]
[CLSCompliantAttribute(false)]
[OutputTypeAttribute(new array<Type^>^ { ... })]
public ref class GetGPInheritanceCommand : PSCmdlet
[<CmdletAttribute("Get", "GPInheritance", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=216699")>]
[<CLSCompliantAttribute(false)>]
[<OutputTypeAttribute([| ... |])>]
type GetGPInheritanceCommand =
class
inherit PSCmdlet
end
<CmdletAttribute("Get", "GPInheritance", HelpUri := "https://go.microsoft.com/fwlink/?LinkId=216699")>
<CLSCompliantAttribute(False)>
<OutputTypeAttribute(New Type() { ... })>
Public Class GetGPInheritanceCommand
Inherits PSCmdlet
Constructors
Name | Description | |
---|---|---|
GetGPInheritanceCommand() | Creates a new GetGPInheritanceCommand object. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes. |
Properties
Name | Description | |
---|---|---|
CommandOrigin | (Inherited from InternalCommand.) |
|
CommandRuntime | (Inherited from Cmdlet.) |
|
CurrentPSTransaction | (Inherited from Cmdlet.) |
|
Domain | Gets and sets the value of the Domain parameter of the Get-GPInheritance cmdlet. |
|
Events | (Inherited from PSCmdlet.) |
|
Host | (Inherited from PSCmdlet.) |
|
InvokeCommand | (Inherited from PSCmdlet.) |
|
InvokeProvider | (Inherited from PSCmdlet.) |
|
JobManager | (Inherited from PSCmdlet.) |
|
JobRepository | (Inherited from PSCmdlet.) |
|
MyInvocation | (Inherited from PSCmdlet.) |
|
PagingParameters | (Inherited from PSCmdlet.) |
|
ParameterSetName | (Inherited from PSCmdlet.) |
|
Server | Gets and sets the value of the Server parameter of the Get-GPInheritance cmdlet. |
|
SessionState | (Inherited from PSCmdlet.) |
|
Stopping | (Inherited from Cmdlet.) |
|
Target | Gets and sets the value of the Target parameter of the Get-GPInheritance cmdlet. |
Methods
Remarks
This cmdlet retrieves Group Policy inheritance information for a specified domain or organizational unit (OU). For more information about this cmdlet, see Get-GPInheritance in the Microsoft TechNet library.
For Help at the command line, type:
get-help get-gpinheritance
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.
See Also
Microsoft.GroupPolicy.Commands Namespace
Return to top