Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 29.6.2009.
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (81)
- Performance Analyse (3)
- Programmieren (2)
- Projektmanagement (2)
- Tools (34)
- VMWare (10)
- Windows 2000 (11)
- Windows 2003 (14)
- Windows 2008 (30)
- Windows 7 (14)
- 25.8.2011: Authoritative Restore of Active Directory Objects
- 17.8.2011: User State Migration Tool GUI - MUST
- 12.8.2011: Auflisten von Änderungen eines Active Directory Objektes mittels "repadmin"
- 29.6.2011: PKI , Kerberos and Smart Cards
- 22.6.2011: Active Directory Domain member: Maximum machine account password age
- 16.6.2011: Export and import GPO from one domain to another
- 26.5.2011: Unable To Reconnect To Terminal Server In Application Mode
- 11.5.2011: How to use the EventCombMT utility to search event logs
- 5.5.2011: Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller
- 4.5.2011: Forest Trust - Name Suffix Routing
- August 2011
- Juni 2011
- Mai 2011
- März 2011
- Februar 2011
- Januar 2011
- Dezember 2010
- November 2010
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Juni 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
Archive für 29.6.2009
MCSE Updaten von W2k03 auf W2k08
29.6.2009 von Thomas_Punzo.
Für jeden gestandenen Admin sinnvoll,
unten stehende Links bringen etwas Licht ins Dunkel ![]()
http://www.microsoft.com/learning/en/us/certification/mcitp.aspx#tab2
Windows Server
MCITP: Enterprise Administrator
Exam 70-640 + Exam 70-642 + Exam 70-643
plus either Exam 70-620 or Exam 70-624
and Exam 70-647
MCITP: Server Administrator Exam 70-640 + Exam 70-642 + Exam 70-646
Mit am wichtigsten ist jedoch m.E. der Übungsserver von Certbase,
den finde ich sehr gut!
http://www.mcse-certification-training.com/default.asp?article=goo402&gclid=CJLYw9mZr5sCFQUUzAodkUXT3w
http://www.certbase.de/Default.aspx
Geschrieben in Microsoft, Betriebsysteme | Drucken | Keine Kommentare »
Windows Server 2008 Hibernation
29.6.2009 von Thomas_Punzo.
Unfortunately it seems that W2K8 Server enables hibernation by default, this is very funny because i don’t know how man administrators hibernate a server. But we should think about it and deal with it.
Windows creates a file named hiberfil.sys in the root of the system drive for systems where hibernation is enabled.
The hiberfil.sys file is always the same size as physical RAM.
But you can’t disable hibernation anywhere in the GUI. It must be disabled from the command line using the command:
powercfg.exe /hibernate off
Important:
http://connect.microsoft.com/WindowsServerFeedback/feedback/ViewFeedback.aspx?FeedbackID=335940
Quote: “….By default, in Windows Server 2008, the Hibernation feature is disabled (power options), yet the hiberfil.sys file is created. The hyberfil.sys file has the size of the servers’ physical memory, which can be many gigabytes. This is pointless because hibernation is not supposed to be used on production servers at all. A complete waste of resources. It may even be included in backups … (haven’t verified this)
At best, the hibernation feature may be used in Windows Server 2008 test/demo environments. Even there it shouldn’t be enabled by default and there shouldn’t be a hyberfil.sys file.”
Geschrieben in Windows 2008 | Drucken | 1 Kommentar »