How to configure HCW (Hybrid Configuration Wizard) with Exchange 2016 ECP: Interne URL Externe URL https://hybrid.contoso.nl/ecp https://hybrid.contoso.nl/ecp EWS: Interne URL Externe URL https://hybrid.contoso.nl/EWS/Exchange.asmx https://hybrid.contoso.nl/ews/exchange.asmx MRS proxy-eindpunt enabled Active Sync: Interne URL Externe URL https://hybride.contoso.nl/Microsoft-Server-ActiveSync https://hybride.contoso.nl/Microsoft-Server-ActiveSync Owa Interne URL Externe URL https://webmail.contoso.nl/owa https://webmail.contoso.nl/owa To start up the hybrid configuration wizard, .Net…
BitTitan Office 365 to Office 365 Migration – While Keeping the Same Domain Name
Office 365 to Office 365 migrations with the same domain name has a different order, such as a migration from Office 365 to Office 365 with a different domain name. The reason for this is that Microsoft only allows a tenant name at a time. For these reasons, additional steps…
Mail in spambox
Error: This Sender Failed Our Fraud Detection Checks and May Not Be Who They Appear to Be
How to force Microsoft Excel to open files in new window
1. Navigate to HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command. 2. From the HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command folder right-click on the (Default) registry entry and select Modify. 3. Add a “%1” to the end of the Value data textbox. 4. Now right-click the command registry entry (this is from the same HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command folder), select Rename, and rename it to…
Add @onmicrosoft e-mail address on every mailbox with PowerShell
$users = Get-Mailbox -ResultSize Unlimited -Filter {EmailAddresses -notlike “*@contoso.mail.onmicrosoft.com*”} foreach ($user in $users) { $alias=$user.alias $email=$alias + “@contoso.mail.onmicrosoft.com” Set-mailbox $user.Identity -EmailAddresses @{add=$email} }
Install Exchange Windows features
Install-WindowsFeature NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS
Send items in correct postvak send items
Locatie: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences Value: DWORD Sleutel: DelegateSentItemsStyle Waardegegevens: 1
Add SSO for Chrome & Edge
To Check: Get-AdfsProperties | Select -ExpandProperty wiasupporteduseragents Add: Set-ADFSProperties -WIASupportedUserAgents @(“MSIE 6.0”, “MSIE 7.0”, “MSIE 8.0”, “MSIE 9.0”, “MSIE 10.0”, “Trident/7.0”, “MSIPC”, “Windows Rights Management Client”, “Mozilla/5.0”,”Edge/12”)
Applications that use the Cryptography API cannot validate an X.509 certificate in Windows Server 2003
Hotfix are available: https://support.microsoft.com/en-us/kb/938397
SHA-256 Compatibility
SHA-2 is a set of cryptographic hash functions which includes SHA-224, SHA-256, and SHA-512. The 256 in SHA-256 represents the bit size of the hash output or digest when the hash function is performed. Not all software supports every digest size within the SHA-2 family. This article focuses specifically on…