New-Equipment
SYNOPSIS
Create and configure a new equipment mailbox in Exchange.
SYNTAX
New-Equipment [[-naam] <Object>] [[-locatie] <Object>] [[-klant] <Object>] [[-infratype] <Object>]
[[-infranr] <Object>] [[-beheerders] <Object>] [[-interactive] <Object>] [<CommonParameters>]
DESCRIPTION
The `New-Equipment` function creates and configures a new equipment mailbox in Exchange. It allows specifying details such as name, location, customer, and administrators. The function also handles mailbox permissions, calendar processing, and metadata configuration.
EXAMPLES
EXAMPLE 1
New-Equipment -naam "Projector 1" -locatie "Office A" -klant "CompanyX" -infratype "Task" -infranr 12345 -beheerders @("Admin1", "Admin2")
Creates a new equipment mailbox for "Projector 1" located in "Office A" with specified administrators and task details.
EXAMPLE 2
Creates a new equipment mailbox for "Car 123" located in "Garage B" without interactive prompts.
PARAMETERS
-naam
The name of the equipment (e.g., "Projector 1" or "Car 123").
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-locatie
The location of the equipment (e.g., "Office A").
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-klant
The customer or organizational unit associated with the equipment.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-infratype
The type of infrastructure task (e.g., "Call", "Task", or "Request").
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-infranr
The task number associated with the equipment creation.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-beheerders
A list of administrators who will have Full Access permissions to the equipment mailbox.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: @()
Accept pipeline input: False
Accept wildcard characters: False
-interactive
A switch to enable or disable interactive prompts during the execution.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: True
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.