Source : gallery.technet.microsoft.com If you need to create an vhd file from an ISO please read the article link above. Convert-WindowsImage is the new version of WIM2VHD designed specifically for Windows 10. It also works fine with Windows 8 and Windows 8.1. Completely rewritten in PowerShell, the Convert-WindowsImage command-line tool allows you to create generalized (“sysprepped”) VHD…

Windows 7 applications loosing their icon’s.

Windows 7 applications loosing their icon’s. I lost my icon from outlook 2007 below the fix for the problem, the simple way to rebuild the windows icon cache. The icon cache can be cleared and rebuild by deleting the file : IconCache.db this is a hidden file. Here the way how to solve the issue. Start…

Exchange 2003 memory optimalization

Maximizing virtual address space It is best to monitor the virtual address space for the Information Store on large mailbox servers to make sure that performance and stability does not decrease. The easiest way to do this is to monitor the VM Largest Block Size counter of the MSExchangeIS performance object in the Performance utility.…

Remove disconnected Mailboxes on Exchange 2007

In Exchange 2007 you can’t remove disconnected mailboxes from the GUI you can do this from the powershell. Show the disconnected mailboxes on the server. Get-MailboxStatistics | where-object { $_.DisconnectDate -ne $null } | Select DisplayName,MailboxGuid Remove one disconnected mailbox. Remove-Mailbox -Database -StoreMailboxIdentity -confirm:$false To remove all mailboxes at ones we have to set a…

Eseutil

LET OP VOLGENDE ACTIES OP EIGEN VERANDWOORDING !!!!

Het volgende probleem :Exchange mail Store kan niet meer gestart worden.

 Exchange 2003

  • controleer de exchange mail store file : Eseutil.exe /mh  "[drive]:ExchsrvrMDBData[storage group][mail store]MAILSTOREFILE.edb" (Pas pad aan naar eigenomgeving)
  • Indien er dan in beeld komt dat er een State: "Dirty Shutdown" is geweest, dan is er de mogelijkheid de database te repareren.
  • Voer een reparatie uit op het database bestand : Eseutil.exe /p "D:ExchsrvrMDBData[storage group][mail store]MAILSTOREFILE.edb" (DIt kan enige tijd duren)
  • De mail store kan nu weer gestart worden.

 

 

FSMO Rollen

Different FSMO roles. query  : netdom query FSMO (from a machine in the domain) Schema Master – One master role holder per forest. The schema master FSMO role holder is the domain controller responsible for performing updates to the directory schema.        Domain Naming Master – One master role holder per forest. The domain naming master…