I hope to turn this site into a repository of all things related to MDT and Windows OS Deployment.
If you are interesting in contributing an article, please contact me ( mdt "at" mdt2012.com), and I will get you setup with an account.
published by dot45 on Wed, 11/28/2012 - 21:49
#Import the Module, and silently continue if its already loaded.
Import-Module "ActiveDirectory" -Force -ErrorAction SilentlyContinue
#This is the new group we are creating, we will add the users to this group.
New-ADGroup -Name CorpUsers -GroupCategory Security -GroupScope Universal -Path "ou=Vendors,dc=dot45,dc=mine,dc=nu" -DisplayName "Corp Users" -Description "Members of this group are able to authenticate to the network using Cisco ISE"
published by dot45 on Mon, 04/16/2012 - 23:29
published by dot45 on Sat, 04/07/2012 - 17:49
Default User wsf file for injecting reg key
published by dot45 on Mon, 04/02/2012 - 17:30
published by dot45 on Mon, 12/05/2011 - 15:53
published by dot45 on Wed, 11/30/2011 - 02:03
published by dot45 on Fri, 11/25/2011 - 15:41
published by dot45 on Fri, 11/25/2011 - 15:40
http://poshcode.org/2870
This script searches ActiveDirectory for computers. It then queries each computer for the list of users who are in the local Administrators group.
published by dot45 on Fri, 11/25/2011 - 15:38
published by dot45 on Fri, 11/25/2011 - 15:35
published by dot45 on Fri, 11/25/2011 - 15:32
http://poshcode.org/3068
Script used to perform user entitlement audits based on an XML report containing local groups, members of the local groups and systems that house the local groups. The script joins that data to data containing users and global groups grabbed directly from AD using the Quest AD Cmdlets and outputs the final report in CSV.
published by dot45 on Thu, 11/10/2011 - 16:37
published by dot45 on Thu, 11/10/2011 - 16:27
I was attempting to connect a new hp desktop ( Z400 Workstation ) to a MDT share hosted on a Server 2k3 machine.
When booting the target machine into Windows PE to connect to the share, it consistently threw up the following error:
System error 1326 has occurred.
Logon failure: unknown user name or bad password
The issue ended up being the Authentication Method needed to connect to (Server 2k3 / XP) shares; is not supported by default in Windows PE 3.0
The following registry entry needs to be created in the Windows PE OS:
published by dot45 on Wed, 11/09/2011 - 15:41
Extract the contents of the attached zip file, into the "Boot" folder of your mdt share.
Simply run the script from there, just need to have a file named "bootmgr" (no extension)
present on the thumb drive you wish to turn into bootable media.
This script will happily attempt to format network drives, so please use with caution.
published by dot45 on Fri, 11/04/2011 - 15:12
published by dot45 on Fri, 11/04/2011 - 15:11
published by dot45 on Fri, 11/04/2011 - 15:09
published by dot45 on Wed, 11/02/2011 - 16:02
published by dot45 on Mon, 10/31/2011 - 15:34
Pages