I'm trying to customise my Microsoft email Encryption emails by replacing the Microsoft logo with my own. I'm basically just following instructions here: https://docs.microsoft.com/en-us/office365/securitycompliance/add-your-organization-brand-to-encrypted-messages.
Could someone help me understand how I adapt this for MacOs, specially the file location part?
Set-OMEConfiguration -Identity "Branding Template 1" -Image (Get-Content "C:\Temp\contosologo.png" -Encoding byte)
When I enter (Get-Content"/User/Desktop/filename.png" -Encoding byte)I get an error message. My questions is: How do I point to a file on my desktop on the Mac?
Thanks for any help. I'm lost.