Tag Archives: Windows

Analysing VSS issues and truncate transacation logs in commandline

start a CMD as administrator if UAC is enabled. get the GUID of the root path: vssadmin list volumes C:\windows\system32>vssadmin list volumes vssadmin 1.1 – Volume Shadow Copy Service administrative command-line tool (C) Copyright 2001-2013 Microsoft Corp. Volume path: \\?\Volume{30d639e8-0000-0000-0000-100000000000}\ … Continue reading

Posted in Microsoft | Tagged , | Comments Off on Analysing VSS issues and truncate transacation logs in commandline

Win2012 Server Core: GUI installation

powershell Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Restart -Source wim:d:\sources\install.wim:2 to check for the correct source wim file: Get-windowsimage –imagepath d:\sources\install.wim the volume license ISO has the following images included: 1: enterprise core 2: enterprise with gui 3: datacenter core 4: datacenter with gui

Posted in Microsoft | Tagged , | Comments Off on Win2012 Server Core: GUI installation

Set Default OU for Computer Accounts

Computer Accounts werden im ActiveDirectory immer im Ordner “Computers” erstellt. Dies ist meistens nicht erwünscht, da man die Computer Accounts danach immer manuell verschieben muss. Lösung: seit Windows 2003 gibt es den Commandline Befehl REDIRCMP. Die OU muss vorher erstellt … Continue reading

Posted in Microsoft | Tagged | Comments Off on Set Default OU for Computer Accounts

Computer Accounts mit Netdom in einer OU erstellen

Man kann dem Domain Join über netdom.exe von den Support Tools machen. Dazu konfiguriert man in der VMware vCenter Customization Specification nur die Workgroup. Beim “Administrator Password” lässt man dem Administrator einmal automatisch einloggen. Unter “Run Once” fügt man den … Continue reading

Posted in VMware | Tagged | Comments Off on Computer Accounts mit Netdom in einer OU erstellen

Windows Server 2008: disable hybernation

Win2008 erstellt bei der Installation automatisch das File hiberfil.sys, welches für den Hibernation Mode zuständig ist. es ist so gross wie das RAM, also normalerweise mehrere GB. man kann es auch nicht einfach im Explorer löschen. das Ausschalten von Hybernation … Continue reading

Posted in Microsoft | Tagged | Comments Off on Windows Server 2008: disable hybernation