Tests whether SystoLOCK related Group Policy objects exist.
Test-SystoLockGroupPolicyObject [[-Type] <GroupPolicyObjectType>] [-DomainController <String>] [<CommonParameters>]
The Test-SystoLockGroupPolicyObject
cmdlet tests whether one or more SystoLOCK related Group Policy objects exist and have a canonical form.
PS C:\> Test-SystoLockGroupPolicyObject
Tests all SystoLOCK related Group Policy objects.
PS C:\> Test-SystoLockGroupPolicyObject -Type OfflineAutonomousComputers
Tests specified SystoLOCK related 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 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.
Get-SystoLockGroupPolicyObject
New-SystoLockGroupPolicyObject