Sign in
Aaron Czechowski, MCS
Tags
CMD
ConfigMgr
DCM
IIS
MDT
OpsMgr
PowerShell
Security
SQL
USMT
VBScript
Vista
Windows
WinPE
WSUS
Browse by Tags
TechNet Blogs
>
Aaron Czechowski, MCS
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Using Windows PowerShell to convert collection membership rules
Aaron Czechowski [Microsoft]
I developed some automation for a customer to help them manage the lifecycle of collections used for assignment of DCM baselines as they are revised. Part of this required the ability to convert a collection from query-based membership to direct membership rules and vice versa. I realize...
on
7 Feb 2012
Blog Post:
Verifying Configuration Manager Backup Task with Windows PowerShell
Aaron Czechowski [Microsoft]
A seemingly simple requirement for a Desired Configuration Management configuration item is to verify that the Configuration Manager 2007 site backup maintenance task is enabled. What became the difficult part of this was tracking down the specific location in WMI that this data exists. I...
on
23 Jan 2012
Blog Post:
Using SMBIOS GUID to import computer information for VMware guest
Aaron Czechowski [Microsoft]
To import computer information into Configuration Manager for OS deployment you have to enter the computer name and then one or both of the following unique identifiers: MAC address or SMBIOS GUID, aka UUID. Many customers use the MAC address because it is shorter and typically more accessible. However...
on
4 Jan 2012
Blog Post:
Generating a random password with PowerShell
Aaron Czechowski [Microsoft]
Instead of bashing on the keyboard, I’m a proponent of using a tool to generate a random password, such as when creating a service account or new user accounts. A colleague of mine recently discovered that this is doable with Windows PowerShell, in only two lines! Add-Type -Assembly System.Web...
on
8 Dec 2011
Blog Post:
Windows PowerShell Script Library for MDT
Aaron Czechowski [Microsoft]
At the Microsoft Management Summit 2011 in March I presented session BF21, Accelerated Scripting with the MDT Framework . The session focused on using the VBScript libraries built-in to MDT to reduce the amount of time to write custom scripts and using a common framework and best practices for more lasting...
on
29 Jun 2011
Blog Post:
MMS 2011 Session
Aaron Czechowski [Microsoft]
A little self-promotion.... BF21 Accelerated Scripting with the MDT Framework Speaker(s): Aaron Czechowski Track(s): Server Management Technologies, Solution Accelerators, Systems Management Session Type: Breakout Session Product(s): Configuration Manager 2007 R2 & R3, Microsoft Deployment...
on
13 Mar 2011
Blog Post:
Check-WsusContentHash.ps1
Aaron Czechowski [Microsoft]
I wrote the attached script to recursively parse a WsusContent directory and compare the file name to the SHA1 hash of the file. This performs a basic verification that the content is valid. WSUS does this by itself, but when moving the content across to a disconnected network I recommend validating...
on
11 Nov 2009
Blog Post:
PowerShell to change ConfigMgr Client Cache size
Aaron Czechowski [Microsoft]
Don Hite has a VBS Script To Change A Remote SMS Clients Cache Size , but I wanted to do it with PowerShell: $Cache = Get-WmiObject -namespace root\ccm\SoftMgmtAgent -class CacheConfig $Cache.size = 10240 $Cache.InUse = "True" $Cache.Put() Restart-Service ccmexec I added line 3 after trying the size...
on
12 Feb 2009
Blog Post:
ConfigMgr Software Updates on an Isolated Network
Aaron Czechowski [Microsoft]
The Windows Server Update Services (WSUS) 3 Deployment Guide documents a process by which update metadata and update content can be transferred from one server to another isolated server. Since Configuration Manager 2007 relies upon WSUS for the software update plumbing, a similar process can be used...
on
11 Nov 2008
Page 1 of 1 (9 items)