Manual Menu

Convert RTF to HTML format

Execute Powershell Command

After the configuration, Execute the below command in PowerShell (Run as Administrator).

  1. Click on the Windows Start button.
  2. Search for Windows PowerShell (PowerShell should already be installed).
  3. Start PowerShell under an administrator context (right-click -> run as administrator)

Step 1:

Command: Copy & Paste it on PowerShell

Set-ExecutionPolicy Unrestricted

Result:
admin-account

Step 2:

Command: Copy & Paste it on PowerShell

$LiveCred = Get-Credential

Enter the User Name (SMTP) and Password of Office 365 account having Global Admin credentials.

Result:
live-credentials

Step 3:

Command: Copy & Paste it on PowerShell

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

Result:
session

Step 4:

Command: Copy & Paste it on PowerShell

Import-PSSession $Session

Result:
import

Result:
import-session

Step 5:

Command: Copy & Paste it on PowerShell

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.

SCHEDULE A DEMO