Tag not monitored by Microsoft.
Designing Windows PowerShell cmdlets is not currently supported here on QnA.
The supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am sending a mail through Powershell with the body as (for example):
$body = @"
Hi,
We are sending this mail for reminder. Please check you email and reply us soon.
Before you send the mail, you need to follow the steps mentioned in the Link.
Please confirm ASAP.
Thanks
"@
So the requirement is to give hyperlink in place of "us" (id@Stuff .com) and "Link"( URL).
Please help me to give hyperlink in the email through Powershell.
Please let me know if you have any further query on this.
Tag not monitored by Microsoft.
Designing Windows PowerShell cmdlets is not currently supported here on QnA.
The supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).
Simply set the body format to HTML and use the relevant tags for links.