Asagidaki vb scriptini kullanarak bilgisayarlarinizin IP adreslerini statik almalari yerine DHCP almalari icin konfigure edebilirsiniz. Dilerseniz bu scripti Group Policy ile belli bir OU da topladiginiz istemcilerinize yayarak Statik Ip yonetiminden Dinamige geciyorsaniz isinizi kolaylastirmak icin kullanabilirsiniz.
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colNetAdapters = objWMIService.ExecQuery _
("Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE")
For Each objNetAdapter In colNetAdapters
errEnable = objNetAdapter.EnableDHCP()
Next
Sunday, 25 April 2010
Saturday, 24 April 2010
WSUS 3 Docs/Links
Description of Windows Server Update Services 3.0 Service Pack 2
Windows® Server Update Services 3.0 Service Pack 2 (WSUS 3.0 SP2) release notes
Microsoft Windows Server Update Services 3.0 SP2 Step By Step Guide
Windows Server Update Services 3.0 SP2 Download
Microsoft Windows Server Update Services 3.0 SP1 OverviewDeploying Microsoft Windows Server Update Services 3.0 SP1
Microsoft Windows Server Update Services 3.0 SP1 Operations Guide
Step-by-Step Guide to Getting Started with Microsoft Windows Server Update Services 3.0 SP1
Release Notes for Microsoft Windows Server Update Services 3.0
WSUS Client Diagnostic Tool
WSUS Server Diagnostic Tool
Tuesday, 6 April 2010
Opening Command Prompt during GUI Setup
I needed that while I am preparing my images with BDD/MDT, it is very simple but very very useful hot-key, to open command prompt during GUI mode setup just press Shift+F10.
Subscribe to:
Posts (Atom)