Az.Communication Module
This is a Preview module. Preview modules aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.
Microsoft Azure PowerShell: Communication cmdlets
Communication Services
| Cmdlet | Description |
|---|---|
| Get-AzCommunicationService |
Get the CommunicationService and its properties. |
| Get-AzCommunicationServiceKey |
Get the access keys of the CommunicationService resource. |
| Get-AzCommunicationServiceSmtpUsername |
Get a SmtpUsernameResource. |
| Get-AzEmailService |
Get the EmailService and its properties. |
| Get-AzEmailServicedataEmailSendResult |
Gets the status of the email send operation. |
| Get-AzEmailServiceDomain |
Get the Domains resource and its properties. |
| Get-AzEmailServiceSenderUsername |
Get a valid sender username for a domains resource. |
| Invoke-AzEmailServiceInitiateDomainVerification |
Initiate verification of DNS record. |
| New-AzCommunicationService |
create a new CommunicationService or create an existing CommunicationService. |
| New-AzCommunicationServiceKey |
Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time. |
| New-AzCommunicationServiceSmtpUsername |
create an SmtpUsernameResource. |
| New-AzEmailService |
create a new EmailService or create an existing EmailService. |
| New-AzEmailServiceDomain |
Add a new Domains resource under the parent EmailService resource or create an existing Domains resource. |
| New-AzEmailServiceSenderUsername |
Add a new SenderUsername resource under the parent Domains resource or create an existing SenderUsername resource. |
| Remove-AzCommunicationService |
Operation to delete a CommunicationService. |
| Remove-AzCommunicationServiceSmtpUsername |
Operation to delete a single SmtpUsername resource. |
| Remove-AzEmailService |
Operation to delete a EmailService. |
| Remove-AzEmailServiceDomain |
Operation to delete a Domains resource. |
| Remove-AzEmailServiceSenderUsername |
Operation to delete a SenderUsernames resource. |
| Send-AzEmailServicedataEmail |
Queues an email message to be sent to one or more recipients |
| Set-AzCommunicationServiceNotificationHub |
Links an Azure Notification Hub to this communication service. |
| Stop-AzEmailServiceDomainVerification |
Cancel verification of DNS record. |
| Test-AzCommunicationServiceNameAvailability |
Checks that the CommunicationService name is valid and is not already in use. |
| Update-AzCommunicationService |
update a new CommunicationService or update an existing CommunicationService. |
| Update-AzCommunicationServiceSmtpUsername |
update an SmtpUsernameResource. |
| Update-AzEmailService |
Operation to update an existing EmailService. |
| Update-AzEmailServiceDomain |
Operation to update an existing Domains resource. |
| Update-AzEmailServiceSenderUsername |
Add a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource. |