Month: October 2018

Missing entry in Fortigate Application Filter ROOT.CERTIFICATE.URL and OCSP source of W10 Setup failing

Fortigate Application Filter Certificate wrong/missing Entry sample for an important laptop driver (W10 Deployment fails because of signed Driver Revocation Lookup) OR HOW a missing small ENTRY I a FORTIGATE FIREWALL IPS/APP filter can ruin your Windows 10 OS-Deployment work.   Reason: Missing entry in Fortigate Application Filter “ROOT.CERTIFICATE.URL” and “OCSP” source of failing deployment […]

Deployment: Find GUID to Uninstall Software Silent W7/8 32/64BIT

    Go through these Key Recursive and check for the value “UninstallString” under the GUID’s. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall MsiExec.exe /I{2F72F540-1F60-4266-9506-952B21D6640D} So Uninstall Silent of possible would be: MsiExec.exe /x{2F72F540-1F60-4266-9506-952B21D6640D } /qn REBOOT=ReallySuppress If the Uninstall works depends on the software and if the, as example, MSI Source file is STILL under The location mentioned in […]

Exchange Public Folder Migration, Fixing malformed Category VBA Script Swiss version

The store driver couldn’t deliver the public folder replication message “Backfill Request (SMTP Address)” because the following error occurred: Property: [0x3ff00102] , PropertyErrorCode: UnknownError, PropertyErrorDescription: 0x8004010 > Was solved finally on Exchange 2010 SP3 WITH Rollup 2 > Please see end of document  During Public Folder Migration you may have invalid Categories in Exchange 2003/2007. […]

Exchange 2007/2010 Delete default Mailbox Database / remove last Mailbox/SG

Exchange 2007/2010 Delete default Mailbox Database / remove last Mailbox/SG When you are migrating an Exchange from 2003 to 2007/2010 if you want to delete remove old or default mailboxes there are always mailboxes, which prevent you.  Here is the Microsoft Error as it shows up: MDB01FailedError:This mailbox database contains one or more mailboxes, mailbox plans, […]