Edit-OutOfOffice
SYNOPSIS
Manage Out of Office settings for a user.
SYNTAX
DESCRIPTION
The `Edit-OutOfOffice` function opens the appropriate web interface to manage Out of Office settings for a specified user. It determines whether the user is an Exchange Online or on-premises Exchange recipient and redirects to the corresponding URL.
EXAMPLES
EXAMPLE 1
Edit-OutOfOffice -Identity "[email protected]"
Opens the web interface to manage Out of Office settings for the user `user@example.com`.
PARAMETERS
-identity
The identity of the user (e.g., UserPrincipalName or DistinguishedName) whose Out of Office settings will be managed.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False