Adding a hyperlink to an email generated through PowerShell
问题 I have a script that currently does several things. It creates a user account in Active Directory, writes data to a SQL table and sends an email to the account requestor with the account's user name and password. We'd love to add a hyperlink to that email so that the requestor can click to view their original request form, but I can't quite seem to get the syntax right. Because double quotes are used in the PowerShell syntax as well as the HTML link, I defined the link as a variable and