New-ADMAccount
SYNOPSIS
Maakt een nieuw adm2- of adm3-account aan
SYNTAX
New-ADMAccount [-Gebruiker] <Object> [-Referte] <Object> [[-Type] <String>] [-TaskNr] <String> [-PassThru]
[-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Dit script maakt een nieuw adm2- of adm3-account aan voor een bestaande (gewone) gebruiker op basis van een referte-adm-account
EXAMPLES
Example 1
{{ Add example description here }}
PARAMETERS
-Gebruiker
De gebruiker waarvoor een adm account aangemaakt wordt
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Referte
Referte-adm-account waarvan de rechten overgenomen worden
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Type
HEAT aanvraag type (SR/I/T), standaard T(ask)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: T
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-TaskNr
HEAT aanvraag nummer
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-PassThru
Switch, indien meegegeven geeft het script het aangemaakte object terug
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.