Get-RASInvitationEmailSettings
Last updated
Get-RASInvitationEmailSettings
Retrieves Parallels RAS invitation email settings.
-none-
Retrieves configuration settings of the Parallels RAS invitation email.
To see the complete list of invitation email properties, use the Format-List cmdlet (see examples).
(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation. -none-
---------- EXAMPLE 1 ----------
Get-RASInvitationEmailSettings
Retrieves the Parallels RAS invitation configuration settings. ---------- EXAMPLE 2 ----------
Get-RASInvitationEmailSettings | Format-List
Retrieves Parallels RAS invitation settings.
The Format-List cmdlet formats the display output to include all available invitation properties.
Last updated