GPMC Backspace Bug: Not fixed in Windows 7 / Server 2008 SP1.. but in
http://support.microsoft.com/kb/2466373
Tips, tricks, and scripts for Admins on the run. Also this serves a a brainless repository for me when I know I'll need it later.
Tuesday, February 15, 2011
Monday, February 14, 2011
Suck on it Broadcom
After hours of freaking headaches here's how I got the broadcom drivers for the VBD to integrate and be detected in MDT 2010 Update 1... May also be fixed by including system class drivers. I'm testing that next.
Dism /mount-Wim /WimFile: /mountdir:c:\image /index:1
Dism /Image:C:\image /Add-Driver /Driver: /recurse /ForceUnsigned
Dism /unmount-Wim /mountdir: /commit
Dism /mount-Wim /WimFile:
Dism /Image:C:\image /Add-Driver /Driver:
Dism /unmount-Wim /mountdir: /commit
Wednesday, February 2, 2011
MDT 2010 - Customizing Application Installs based on option sets
When you're in the consulting business like I am, deploying/repairing/rebuilding systems can be a tedious task. Especially when you want to have consistency across desktops. This is why I love MDT 2010 and you should too.
So today I wanted to discuss how I manage one specific installation task to install VMTools on ESX guest OS. In my case the guest OS is Windows. I generally like to keep my task sequences simple so by dynamically installing VMTools on the fly it saves me one more step.
Assumptions:
A. You already have a VMtools Install package working
B. You are running ESX 3.5 (you can port it to a 4.x environment too)
In MDT
1. Add a new Install Application task
2. On the properties page select Install a single Application radial box
3. Browse to your VMtools installation package and click OK
4. Click the Options Tab
5. Check Continue On Error
6. Add Query WMI
7. In the WQL query box enter Select * From Win32_ComputerSystem WHERE Model LIKE "%VMware%"
8. Image your machine
So today I wanted to discuss how I manage one specific installation task to install VMTools on ESX guest OS. In my case the guest OS is Windows. I generally like to keep my task sequences simple so by dynamically installing VMTools on the fly it saves me one more step.
Assumptions:
A. You already have a VMtools Install package working
B. You are running ESX 3.5 (you can port it to a 4.x environment too)
In MDT
1. Add a new Install Application task
2. On the properties page select Install a single Application radial box
3. Browse to your VMtools installation package and click OK
4. Click the Options Tab
5. Check Continue On Error
6. Add Query WMI
7. In the WQL query box enter Select * From Win32_ComputerSystem WHERE Model LIKE "%VMware%"
8. Image your machine
Tuesday, January 18, 2011
Microsoft Test Lab Guides
Start Here to build your lab
Download details: Test Lab Guide: Base Configuration
Go here to pick a guide.
Test Lab Guides - TechNet Articles - TechNet Wiki
Download details: Test Lab Guide: Base Configuration
Go here to pick a guide.
Test Lab Guides - TechNet Articles - TechNet Wiki
Monday, January 10, 2011
Thursday, December 23, 2010
GPMC error on Vista or above.
When clicking the settings tab on a policy I got this:
An error occurred while generating report:
Unable to cast object of type 'System.String' to type 'Microsoft.GroupPolicy.Reporting.Extensions.Registry.RegistryValue'.
\Administrative Templates\Network\Network Connections\Windows Firewall\Domain Profile\Windows Firewall: Allow Logging from Disabled to Not Configured the problem went away.
Ref: http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/665a0bd9-7ac8-4c79-8115-d4813b52369f/
Hotfix available now: "Unable to cast object of type 'System.String' to type 'Microsoft.Group.Policy.Reporting.Extensions.Registry.RegistryValue'." error message when you try to generate a report for a GPO in Windows Server 2008 R2 or in Windows 76
An error occurred while generating report:
Unable to cast object of type 'System.String' to type 'Microsoft.GroupPolicy.Reporting.Extensions.Registry.RegistryValue'.
\Administrative Templates\Network\Network Connections\Windows Firewall\Domain Profile\Windows Firewall: Allow Logging from Disabled to Not Configured the problem went away.
Ref: http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/665a0bd9-7ac8-4c79-8115-d4813b52369f/
Hotfix available now: "Unable to cast object of type 'System.String' to type 'Microsoft.Group.Policy.Reporting.Extensions.Registry.RegistryValue'." error message when you try to generate a report for a GPO in Windows Server 2008 R2 or in Windows 76
Wednesday, December 8, 2010
WTF Microsoft
Wrote a powershell script today and ProductVersion isn't returning the correct value. If I right click the file and do properties then it displays the correct version.
Subscribe to:
Posts (Atom)