Jump to content

mehrdadi

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation

0 Neutral

About mehrdadi

Personal Information

  • Interests
    Motorcycle, Snowboarding, IT
  • Location
    Toronto
  1. SOLVED: Group Policy gpt.ini Event ID 1058 & 1030 - Daryl Hunter - Network Cowboy
  2. Group Policy settings are not applied on member computers that are running Windows Server 2008 or Windows Vista SP1 when certain SMB signing policies are enabled
  3. Also you can try this: 1. Delete or rename the HOSTS file in c:\windows\system32\drivers\etc\ 2. Go to each GPO and bring up it's Security settings. Uncheck and recheck all the boxes in there that had their switches ON. Do the save for the one's that were OFF. Click apply. This should force a re-write of the ACLs on the GPOs. 3. Move the computer object out of the OU it is currently in and move it back. 4. Restart the netlogon service on the Domain Controller that the user is authenticating with. 5. Restart the File Replication service on DC. 6. Run these commands in order: Dfsutil /purgemupcache Dfsutil /pktflush Dfsutil /spcflush IPCONFIG /FlushDNS IPCONFIG /RegisterDNS GPUpdate /force 6. Like Duke said, leave the domain and rejoin.
  4. This worked for me: Event ID 1058
  5. Awesome thank you! I will definitely take a look at generating my own UUID's with Hyper-V VMs. Did not know this was possible but it will make my life so much easier. I will probably get the MAC addresses and/or UUID's for the physical blades so that should be pretty straightforward. Thanks again guys! You've been a big help!
  6. Thanks for that! Since my last post I managed to find a way to import the new computer names (and other variables) using a basic PowerShell script. The MDT database option definitely looks like the way I'd like to go. This however brings up a new question. MDT gives us the option to deploy images (with certain configurations like OSDComputerName, OrgName, etc.. preconfigured) however part of the process requires us to attach those names to a unique identifier on the new boxes (eg: UUID, MAC address, Asset Tag). My question is, how would I find the UUID or Mac address of those machines with minimal time/effort keeping in mind they are all VM's being build on VMware and Hyper-V platforms...? If I can find a list of all the UUID's or MAC addresses to deploy to, this would make the deployment pretty straightforward. I would prefer to use UUIDs because the MAC address may be Dynamic as per my management team. The setup I have is as follows: We have 6 new racks each with about 12 new blade servers. We have to deploy images to those blades at first and then deploy images to the VM's that will reside on those blades (we're looking at about 200 machines in total that will require deployment). Thanks for any further help you guys can provide. As with anything I do, I'm not looking for someone to hand me an answer in full but more so provide me with some direction as to what I can look up and research myself. -Mehrdad
  7. Thanks Chris! Anything in particular that I should be looking for? I'm in the process of downloading SQL 2008 Express on a test machine as we speak.
  8. Hi All, I was wondering what the best approach would be to assign multiple machines each with their own unique computer name during my deployment. I have been given the responsibility to deploy about 100 computers in an environment and needed to assign different computer names to each machine. Currently I have a setup using MDT for the actual deployment and WDS that is used for the PXE boot. Is there a way (preferable without using a PowerShell script) that I can deploy these machines? The reason I say preferably without PowerShell script is because I'm a rookie with scripting. If there is any other way to do this, please let me know! Thanks for any help you guys can provide! -Mehrdad
×
×
  • Create New...