Sign in
Aaron Czechowski, MCS
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
CMD
ConfigMgr
DCM
IIS
MDT
OpsMgr
PowerShell
Security
SQL
USMT
VBScript
Vista
Windows
WinPE
WSUS
Archive
Archives
June 2012
(1)
February 2012
(1)
January 2012
(5)
December 2011
(5)
October 2011
(2)
August 2011
(1)
June 2011
(2)
March 2011
(3)
January 2011
(1)
September 2010
(1)
July 2010
(1)
May 2010
(2)
April 2010
(3)
November 2009
(1)
June 2009
(1)
April 2009
(1)
February 2009
(3)
November 2008
(2)
August 2008
(2)
May 2008
(2)
March 2008
(3)
February 2008
(2)
January 2008
(2)
December 2007
(2)
November 2007
(3)
October 2007
(1)
September 2007
(4)
July 2007
(3)
May 2007
(2)
April 2007
(1)
March 2007
(7)
TechNet Blogs
>
Aaron Czechowski, MCS
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Aaron Czechowski, MCS
Short File Name Prerequisite for SCCM 2007
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
A common security/performance setting is to disable short file names (aka 8.3 file names), and is recommended as part of the Microsoft Solutions for Security (MSS) (Disable Auto Generation of 8.3 File Names [NtfsDisable8dot3NameCreation]). However, as...
Aaron Czechowski, MCS
Command Line Timestamp
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
4
Comments
I often write little batch scripts, sometimes just as a way to save a lengthy command line. Frequently I also want to output the result to a file and give it a unique (and meaningful) filename. However the built-in %date% and %time% variables expand to...
Aaron Czechowski, MCS
ConfigMgr Software Updates on an Isolated Network
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
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...
Aaron Czechowski, MCS
Customizing USMT Estimation with ConfigMgr Task Sequence
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
One of the advantages of integrating MDT 2008 with ConfigMgr 2007 is a more dynamic state capture process. The MDT task "Determine Local or Remote" (ZTIUserState.wsf) gives you the ability to estimate the amount of space required for the state store,...
Aaron Czechowski, MCS
Using SMBIOS GUID to import computer information for VMware guest
Posted
over 1 year ago
by
Aaron Czechowski [Microsoft]
0
Comments
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...
Aaron Czechowski, MCS
MMS 2007 Day 4 (29 March)
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
Unfortunately I missed the keynote address today because I had some work I had to do. It was a customer and partner panel discussion with live Q&A: executives from Dell, EDS, Carnival Cruise Lines and Virgin Entertainment talking about their experiences...
Aaron Czechowski, MCS
About the gpt.ini version
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
I recently did some research on the version variable in gpt.ini, what it means, and how to modify it. Unfortunately I found some discrepancies: http://technet2.microsoft.com/windowsserver/en/technologies/featured/gp/faq.mspx says to increase the value...
Aaron Czechowski, MCS
Bitsadmin script
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
Attached is a script that I wrote to automate downloading a large file (e.g., ISO, WIM) by using BITS. There are variables at the start that need to be updated with the URL from which to download the file(s), and then the file name(s). If only one file...
Aaron Czechowski, MCS
SMS 2003 MP and SLP test query strings
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
Methods to test MP and SLP functionality through the browser. http://sms2003/sms_mp/.sms_aut?MPLIST Seemingly blank page; view source: <?xml version="1.0" ?> <MPList> <MP Name="SMS2003" FQDN="SMS2003.contoso.local"/> </MPList>...
Aaron Czechowski, MCS
Error starting RemoteFX VM with unsupported GPU
Posted
over 2 years ago
by
Aaron Czechowski [Microsoft]
3
Comments
A bit off-topic for most of the posts on this blog...I didn't see this posted anywhere else in this context so I thought I'd share. I'm working on a RemoteFX prototype for a customer and have a HP Z600 Workstation with a Nvidia Quadro NVS 450 video adapter...
Aaron Czechowski, MCS
Scripts for WSUS Import/Export
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
2
Comments
The WSUS Deployment Guide has good general guidance on how to export/import content and metadata to a disconnected network. Here are some quick scripts that I whipped up to ease the process, as it's something that you'll probably want to do regularly...
Aaron Czechowski, MCS
MMS 2007 Day 2 (27 March)
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
First of all, the delay on this post must be because I'm too techsexy . The first event Tuesday morning was the kick-off keynote by Bob Muglia , Senior Vice President, Server and Tools Business. Actually, the keynote session first opened with Rodney...
Aaron Czechowski, MCS
MMS 2007 Day 3 (28 March)
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
This morning's keynote was presented y Kirill Tatarinov, Corporate Vice President, Windows Enterprise Management Division. He continued the DSI discussion and the idea of System Center as "ERP for IT" - embedded knowledge, model-based policy and automation...
Aaron Czechowski, MCS
Generating a random password with PowerShell
Posted
over 2 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
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...
Aaron Czechowski, MCS
Deploying Windows 7 Language Packs via ConfigMgr
Posted
over 2 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
During a Windows 7 64-bit deployment project the customer gave me a requirement to allow users to install a variety of language packs without adding all of them to the baseline image to keep the size down. They are already using ConfigMgr to advertise...
Aaron Czechowski, MCS
BDD Workbench Error: Unable to open the specified WIM file
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
A Vista LTI is captured to the BDD server and during import as an Operating System the following error occurs: An unexpected error occurred while updating the view. Unable to open the specified WIM file. The details s how the dump, with "System...
Aaron Czechowski, MCS
Running netsh in ConfigMgr task sequence on x64 client
Posted
over 3 years ago
by
Aaron Czechowski [Microsoft]
2
Comments
In deploying Windows 7 x64 via a ConfigMgr 2007 SP2 task sequence I have a custom script to change the TCP Global Receive Window Auto-Tuning Level. The command that is executed via the script is: cmd /c netsh interface tcp set global autotuning=highlyrestricted...
Aaron Czechowski, MCS
SMS 2003 security templates, MP functionality
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
I was troubleshooting a problem with a MP today. I ran the MP Troubleshooter - Pre-Install and everything applicable passed. I had already installed SQL 2005 SP2 Standard, running under the context of a domain user account, sms_sql_user (nothing fancy...
Aaron Czechowski, MCS
How to restore from the OS backup
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
A customer requirement for a recent pilot project was to migrate user workstations to Vista for only a few weeks; we have to restore to the previous OS at the end of the pilot. There are other scenarios in which you'd need to restore a system using the...
Aaron Czechowski, MCS
MMS 2008
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
For the past week I've been out in Las Vegas for the Microsoft Management Summit (MMS) 2008 . Last year I did a better job of posting after each day, but I attribute a lot of that to the fact that a) I had just started my job at Microsoft the week before...
Aaron Czechowski, MCS
Script to set Windows Vista audit policy
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
There's probably a sexier way to do it, but the attached script (rename to .cmd) can be used to set Windows Vista SP1 audit policy using auditpol. The current settings are based on the FDCC 2008 Q1 settings. It must be run elevated. I suggest using something...
Aaron Czechowski, MCS
How to generate a custom LGPO based on FDCC
Posted
over 5 years ago
by
Aaron Czechowski [Microsoft]
1
Comments
One of my customers requires additional security settings beyond the OMB-mandated Federal Desktop Core Configuration (FDCC) and I need to apply the settings as local policy during the MDT build process so that disconnected systems still get a baseline...
Aaron Czechowski, MCS
IE7 search providers and ConfigMgr RP
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
2
Comments
I was doing some research/testing on IE7 search providers today and thought up a neat trick for quicker access to some common ConfigMgr reports. See Microsoft Support Article ID 918238 for some of the technical details on IE7 search providers. We strongly...
Aaron Czechowski, MCS
PowerShell to change ConfigMgr Client Cache size
Posted
over 4 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
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...
Aaron Czechowski, MCS
Additional Windows 2000 Prerequisite for BDD
Posted
over 6 years ago
by
Aaron Czechowski [Microsoft]
0
Comments
The BDD 2007 Lite Touch Installation Guide (specifically, Ensuring That the Required Infrastructure Exists ) lists the prerequisites for target computers. The lowest possible system is Windows 2000 SP4 with WSH 5.6, MSXML 3, and MDAC 2. While testing...
Page 1 of 3 (70 items)
1
2
3