How do I bypass the First Use Wizard in Signature Manager Office 365 Edition?
- Open %ProgramData%\Exclaimer Ltd\Signature Manager Office 365 Edition\Config2\ExclaimerConfiguration.config with Notepad.
- Search for "Exclaimer.ConfigurationWizard.Completed"
- Above it you will see:
- Change this to read:
<value xsi:type="xsd:boolean">true</value>
- The console will now open bypassing the First Use Wizard.
- Open PowerShell and add credentials for Office 365 using the following command:
- Run the following PowerShell script:
- Specify the Office 365 Administrator credentials.
- Run the following PowerShell script in the Office 365 connected PowerShell window.
- Open the Exclaimer console and navigate to Exclaimer > Signature Manager Office 365 Edition > Settings tab > Configure button.
- Enter the Office 365 admin credentials of the user specified on step 8.
- Click Save.
<value xsi:type="xsd:boolean">false</value>
$credential = (get-credential)
When prompted, please enter account details for an Office 365 administrator.
Import-PSSession (New-PSSession -ConfigurationName Microsoft.Exchange -Credential $credential -ConnectionURI https://ps.outlook.com/powershell -Authentication Basic -AllowRedirection) -AllowClobber
New-RoleGroup -Name "Exclaimer Service Accounts" -Roles ApplicationImpersonation -Members YourOffice365AccountHere@Domain.OnMicrosoft.comNote: Replace YourOffice365AccountHere@Domain.OnMicrosoft.com with your actual default Office 365 Global Administrator account.
Customer support service by UserEcho