Skip to content

Get-RijksRegisterNummer

SYNOPSIS

Gets the RijksRegisterNummer from an account

SYNTAX

Get-RijksRegisterNummer [-Identity] <String[]> [<CommonParameters>]

DESCRIPTION

Gets the RijksRegisterNummer from an Active Directory useraccount

EXAMPLES

EXAMPLE 1

Get-RijksRegisterNummer -Identity 'CN=Smith John,OU=Users,DC=domain,DC=local'

Get the RijksRegisterNummer using a distinguished name as the identity

EXAMPLE 2

Get-RijksRegisterNummer -Username 'Smith John'

Get the RijksRegisterNummer using the alias for the identity parameter 'UserName'

EXAMPLE 3

Get-ADUser -LDAPFilter "(Name=*Smith*)" | Get-RijksRegisterNummer

Using objects on the pipeline, it will accept any object it can convert to a string and that is accepted by the identity parameter of Get-ADUser

PARAMETERS

-Identity

Active Directory user identity

Type: String[]
Parameter Sets: (All)
Aliases: User, Username

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES