Get-RijksRegisterNummer
SYNOPSIS
Gets the RijksRegisterNummer from an account
SYNTAX
DESCRIPTION
Gets the RijksRegisterNummer from an Active Directory useraccount
EXAMPLES
EXAMPLE 1
Get the RijksRegisterNummer using a distinguished name as the identity
EXAMPLE 2
Get the RijksRegisterNummer using the alias for the identity parameter 'UserName'
EXAMPLE 3
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.