Can someone guide me where to start creating table format to be included in the body of the email in HTML format to look something like this with an company logo in top left?
I was able to get it to work using an HTML file and using Get-Content in the Powershell. but due to security reason the start and end time values show up blank in the email because it blocks javascript.
What exactly do you mean with “adding” HTML code in a PowerShell script? You could save it as a template in a file and read that file from a PowerShell script.
Please keep in mind - we cannot see your screen and we cannot read your mind. If you need help with a particular piece of code you wrote you should share this code here. So we might be able to help you further.