New-RijksRegisterNummer
SYNOPSIS
Generate a fake RijksRegisterNummer
SYNTAX
New-RijksRegisterNummer [-Date] <DateTime> [-Gender] <String> [-BIS] [-District09] [<CommonParameters>]
DESCRIPTION
Generates a fake RijksRegisterNummer for a user that has no RijksRegisterNummer
EXAMPLES
EXAMPLE 1
Generate a RijksRegisterNummer for a male born on april 21 1987
EXAMPLE 2
Generate a RijksRegisterNummer for a female born on november 02 1990
EXAMPLE 3
Generate a RijksRegisterNummer for a person of unknown gender born on august 29 1972
EXAMPLE 4
Generate a RijksRegisterNummer for a foreign male born on june 05 2014
PARAMETERS
-Date
The date of birth for the new RijksRegisterNummer
Type: DateTime
Parameter Sets: (All)
Aliases: DateOfBirth
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Gender
The gender for the new RijksRegisterNummer - Male - Female - Unkown
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-BIS
Add 20 to the month for foreigners with a known gender, 40 if the gender is unknown
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-District09
Add 80 to the month for foreigners
Type: SwitchParameter
Parameter Sets: (All)
Aliases: Digipolis
Required: False
Position: 4
Default value: False
Accept pipeline input: True (ByPropertyName)
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.