Gets SystoLOCK related Group Policy object.
Get-SystoLockGroupPolicyObject [[-Type] <GroupPolicyObjectType>] [-DomainController <String][<CommonParameters>]
The Get-SystoLockGroupPolicyObject
cmdlet gets SystoLOCK service related Group Policy object or performs a search to get multiple objects.
PS C:\> Get-SystoLockGroupPolicyObject
Returns all SystoLOCK related Group Policy objects.
PS C:\> Get-SystoLockGroupPolicyObject -Type OfflineAutonomousComputers
Returns specified (OfflineAutonomousComputers) Group Policy object.
Specifies domain controller host name or IP address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies SystoLOCK Group Policy object type.
Type: GroupPolicyObjectType
Parameter Sets: (All)
Aliases:
Accepted values: OfflineAutonomousComputers, ClientStationDefault
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Contains a type of a SystoLOCK related Group Policy object.
OfflineAutonomousComputers: GPO associated with autonomous offline login computers group.
ClientStationDefault: Default GPO associated with client station settings.
Contains SystoLOCK related Group Policy object information.
Type: object type.
DisplayName: object display name.
Id: object identifier
IsPresent: boolean value indicating whether the Group Policy object exists.
IsCanonical: boolean value indicating whether the Group Policy object has the canonical form.
Links: list of AD objects linked with GPO.
ApplyTo: list of AD objects to which this GPO is applied.
New-SystoLockGroupPolicyObject
Test-SystoLockGroupPolicyObject