Month: October 2016

Netapp Snapdrive Migration from Version. 6.5.0.5474 to 7.0.2.6322 Exchange 2010

Product: Netapp Snapdrive Migration from Version. 6.5.0.5474 to 7.0.2.6322. Product running on it: Exchange 2010 DAG (Cluster components) Following hotfixes are NEW additional required for Netapp Snapdrive Version 7.0.2.6322 P2 on an Exchange 2010 DAG Mailbox Server. However all three of them have been Superseded by newer Patches through Microsoft. You are able to select Continue […]

Mcafee Security for Exchange 8.5 Patch 1 Update fails on 2010 SP3 CAS with HUB roll

Problem: Mcafee Security for Exchange 8.5 Patch 1 Update fails on 2010 SP3 CAS with HUB roll Product: McAfee Security for Microsoft Exchange — Error 1920.Service MSExchangeIS (MSExchangeIS) failed to start. Verify that you have sufficient privileges to start system services. Migration Groupshield Mcafee Security for Exchange 8.6 to Patch 1 We first thought this was related […]

WIN 10 Debug Unattend Setup and malformed or Deprecated Options 1607.1

hanges in Windows 10 CBB Version 1607.1 There seem to be some Unattend option which don’t work anymore or have changed. For some reason nothing of that info can be found under: https://msdn.microsoft.com/en-us/windows/hardware/commercialize/customize/desktop/unattend/changed-answer-file-settings-for-windows-10-build-1607 We talk about this CBB 1607 Release which included updates from November 2016. SW_DVD5_WIN_ENT_10_1607.1_64BIT_German_MLF_X21-27039.ISO Here is the error you see: Open the […]

Powershell RUS Adressrichtlinien Setzen fuer Exchange

Wie mache ich ein Adressrichtlinie im Exchange 2007/2010 Zur Auswahl in der GUI stehen nur einige Optionen. Leider nicht die Option: Erster Buchstabe Vorname . Nachname @ Domain s.muster@kunde.ch Diese muss man im PowerShell machen: new-EmailAddressPolicy -Name ‘kunde.ch’ -IncludedRecipients ‘AllRecipients’ -Priority ‘Lowest’ -EnabledEmailAddressTemplates ‘SMTP:%1g.%s@kunde.ch’ So kann man alle Werte der RUS-Richtlinie ansehen: Get-EmailAddressPolicy -identity “kunde.ch” | […]