Convert RTF to HTML format
Execute Powershell Command
After the configuration, Execute the below command in PowerShell (Run as Administrator).
- Click on the Windows Start button.
- Search for Windows PowerShell (PowerShell should already be installed).
- Start PowerShell under an administrator context (right-click -> run as administrator)
Step 1:
Command:
Set-ExecutionPolicy Unrestricted
Result:
Step 2:
Command:
$LiveCred = Get-Credential
Enter the User Name (SMTP) and Password of Office 365 account having Global Admin credentials.
Result:
Step 3:
Command:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
Result:
Step 4:
Command:
Import-PSSession $Session
Result:
Result:
Step 5:
Command:
Set-RemoteDomain Default -TNEFEnabled $false;
Streamline Email Signature Management with a Free On-demand Demo from Sigsync
Sigsync email signature service provides effortless, centralized signature management for Office 365 and Exchange. Our team can assist you in quickly setting up company-wide signatures. Request a free on-demand demo to see how Sigsync can simplify your email signature management process.
