< Back

Send-RDLicenseReport

Sat Jan 18, 2020 4:58 pm

NAME Send-RDLicenseReport



SYNOPSIS

Sends RD License Report in a mail





SYNTAX

Send-RDLicenseReport [-SMTPServer] <Object> [-To] <String[]> [-Computername] <String> [-Organisation] <String>

[<CommonParameters>]





DESCRIPTION

Sends RD License Report in a mail





PARAMETERS

-SMTPServer <Object>

The SMTP server used to send the mai



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-To <String[]>

Mail address to send the mail to



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Computername <String>

License server ComputerName



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Organisation <String>

The organisation where the report is run



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Int32





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Send-RDLicenseReport -SMTPServer contoso-com.mail.protection.outlook.com -to test@contoso.com -computername

LIC001 -Organisation "Contoso"















RELATED LINKS