ConfigMgr Client Startup Script
http://blogs.catapultsystems.com/jsandys/archive/2010/10/19/configmgr-client-startup-script.aspx http://myitforum.com/cs2/blogs/jsandys/Script/ConfigMgrStartup.zip
All about Enterprise Mobility | Azure | MECM | SCCM | Intune
All about Enterprise Mobility | Azure | MECM | SCCM | Intune
http://blogs.catapultsystems.com/jsandys/archive/2010/10/19/configmgr-client-startup-script.aspx http://myitforum.com/cs2/blogs/jsandys/Script/ConfigMgrStartup.zip
Roger Zander Sourceforge Tools And Utilities SMS/SCCM Peer2Peer AddOn SMSTorrent is a Peer2Peer AddOn for SMS2003/SCCM2007 Clients. SMS/SCCM Clients are […]
strComputer = “MYcomputername” Set objExcel = CreateObject(“Excel.Application”) objExcel.Visible = True objExcel.Workbooks.Add intRow = 2 objExcel.Cells(1, 1).Value = “Logon Name” objExcel.Cells(1, […]
‘Below script to create number of computers in AD–for testing ‘============================================================================== ‘ ‘ Description: This script creates multiple sequential computer […]
‘Below script to create number of computers in AD–for testing ‘============================================================================== ‘ ‘ Description: This script creates multiple sequential computer […]
Collection of Computers based on Users SMS has a nice feature that allows you to create a collection based […]
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————– –Creating 1000 User Accounts Set objRootDSE = GetObject("LDAP://rootDSE")Set objContainer = GetObject("LDAP://cn=Users," & _ objRootDSE.Get("defaultNamingContext")) For i = 1 […]
Using VBScript to Export All Objects in the Marketing OU In this example, you use a text editor such as […]
Set objFirewall = CreateObject("HNetCfg.FwMgr")Set objPolicy = objFirewall.LocalPolicy.CurrentProfile Set colServices = objPolicy.ServicesSet objService = colServices.Item(0)objService.Enabled = TRUE ——————-Thanks,http://sccm07.blogspot.com/
WMI Troubleshooting Tips http://blogs.technet.com/configmgrteam/archive/2009/05/08/wmi-troubleshooting-tips.aspx ——————-Thanks,http://sccm07.blogspot.com/