Gets object identifier information.
Get-SystoLockMspkiEnterpriseOid [[-Oid] <String>] [-DomainController <String>] [<CommonParameters>]
The Get-SystoLockMspkiEnterpriseOid
cmdlet gets object identifier (OID)-related information, such as display name, or performs a search for all existing SystoLOCK OIDs entries.
PS C:\> Get-SystoLockMspkiEnterpriseOid
Returns all SystoLOCK object identifier entries.
PS C:\> Get-SystoLockMspkiEnterpriseOid -Oid 1.3.6.1.4.1.37708.1.5.3
Returns specified object identifier information.
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 object identifier string.
Type: String
Parameter Sets: (All)
Aliases:
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.
Object identifier.
Contains object identifier information.
DisplayName: OID display name.
DN: OID entry distinguished name.
Flags: specifies object identifier type.
IsPresent: indicating whether the OID entry is present in the directory $true
; otherwise $false
.
Oid: object identifier string.
New-SystoLockMspkiEnterpriseOid
Test-SystoLockMspkiEnterpriseOid