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
Merhaba, bu sayfalarimda WSUS, Software Distribution, SMS/SCCM, MDT ve diger Microsoft Sunucu urunleri hakkindaki yazilarimi bulabilirsiniz.
25 Apr 2010
24 Apr 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
Labels:
WSUS
Subscribe to:
Posts (Atom)