Jump to content


ogeccut

Established Members
  • Posts

    102
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ogeccut

  1. I am not able to install the client to DC. and getting the following in the ccmsetup.log: GetDPLocations failed with error 0x80072ee7 ccmsetup Failed to get DP locations as the expected version from MP 'SCCM-RC.server2008r2.lab.local'. Error 0x80072ee7 ccmsetup (0x0FC8) ClientInstall is a local admin. firewall is off. Not sure what i need to check?> Thank you,
  2. I installed new server 2008r2. Created AD, DNS and DHCP. And trying to create a new AD local admin user. Creating a GPO using restricted groups When i am adding a user "ClientInstall" i am getitng the following error: "specified domain either does not exist or could not be contacted" I tried rebuilding from the start and same error. What am i missing? Thank you.
  3. I am getting the same error with SCCM2012.... And i am not able to ping the domain name from the SCCM sever. What do i need to check in the DNS? Thank u.
  4. I need to start from the begging, and rebuild my lab. I had a link before which has a step by step process starting with AD, DHCP, DNS and WDS. I been looking for this link for a while now. All i can find is already starting with those steps configured. Can anyone please share this link? Thank you very much.
  5. I got stuck on a Step 6. I added a new workstation as a single computer. And able to see it in "All systems". A new VM without any OS installed. However it was not added to a "Deploy windows 7X64" collection. I am trying to add it manually by right clicking the client /Add Selected Item/Add Selected Items to Existing Device Collection. When i go back to the collection i see "No items Found." What am i missing? Thank you.
  6. when you say "Create new Build and Capture Windows 7 X64 collection" I think i am missing something. I can create a "Device" and "User" collections. where do i have to create "Build and Capture Collection"? Thank you.
  7. I was only able to came back to my lab today. Everything is fine and my windows 7 does have a client installed. I do have question, say i missed adding clientinstall account to the local admin "this is doen via GPO" and server is not able to start the push of the client. Will it still generate ccmsetup.log on the client? Thank you for your work.
  8. Well i am having the same issue with client not installing. But before i start installing .net 4 and installclient to the local admin and if that does not work disable wire.....I would like to know what logs do you guys look at? CCMSetup.Log has to be on the client, or the server. I cant find anything related to sccm on the client. Thank you,
  9. Solved. Created a new "SMSadmin" under login in sms and make sure you check sysadmin under server roles.
  10. Thanks for the tutorial. I got stuck when SCCM is trying to create a database during installation and failing. When i try to open a SQL Server Management Studio and connect with Windows Authentication "logged in as SMSAdmin" i am failing to connect. SQL has been installed under administrator. So i think its a permission issue. I am not sure what rights i need to grant to SMSAdmin in order to resolve this? Thank you.
  11. I tested and got this working this in MDT: <job id="setEnv"> <script language="VBScript" src="..\ZTIUtility.vbs"/> <script language="VBScript"> Dim oTSProgressUI 'set oTSProgressUI = CreateObject("Microsoft.SMS.TSProgressUI") 'oTSProgressUI.CloseProgressDialog() ' Clean up any existing C:\MININT directory If oFSO.FolderExists("C:\MININT") then On Error Resume Next oFSO.DeleteFolder "C:\MININT", true On Error Goto 0 End If ' Clean up any existing C:\_smstasksequence directory If oFSO.FolderExists("C:\_smstasksequence") then On Error Resume Next oFSO.DeleteFolder "C:\_smstasksequence", true On Error Goto 0 End If On error resume next Dim fso, WShell, oFile Set WShell = CreateObject("WScript.Shell") Set fso = CreateObject("scripting.filesystemobject") scriptroot = oEnvironment.Item("SCRIPTROOT") MsgBox "Please click OK to shutdown the computer.",0, "Task Sequence Aborted" WShell.Run "wpeutil shutdown",0, True </script> </job>
  12. Thanks guys, this works great. However........Lets say a user inputs a wrong password.....and we shutdown!!!! Then a user boots again and.....i am guessing wrong password is saved in MININT directory on the local drive and there will be no more prompt to enter a password. I am going to try to edit the script to delete MININT right before the shutdown from shutdown.wsf.
  13. I got it. Sorry for multiple post. If anyone else is havign same issue here is the fix: If you don't see the expected version of ASP.NET listed under "Web Service Extensions", it's typically because IIS was installed after .NET. You can run the aspnet_regiis.exe utility to remedy this: Get to a command prompt, e.g. Start>Run "cmd". Enter "CD /D C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322" or "CD /D C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" depending on which version of ASP.NET. Enter "aspnet_regiis.exe -i". Wait for the finished message; "Start installing ASP.NET (1.1.4322.0)" or "Start installing ASP.NET (2.0.50727.0)" depending on which version of ASP.NET. Follow the previous set of steps to enabled ASP.NET in Web Service Extensions.
  14. I dont see ASP.NET view....and not sure where to change this setting????
  15. I tried installing and configuring webservice one more time with the same result. What am i missing? Thanks for the help.... https://picasaweb.google.com/113087378504038044691/September14201102#5652292298134978066
  16. ogeccut

    OSDComputerName

    Thank you for the answer. I do have a working script. But to my understanding i need to assign a value to %OSDComputerName% still in WinPE stage. I need to run my script as a user to make a connection to AD. But you can not run a script as a user in WinPE. Is there any way around it? Thank you.
  17. ogeccut

    OSDComputerName

    I am trying to find a way to query an OU and find next available object "001, 002, 003...." and assign this value to a %Computername% I see that there is a thread with some examples http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/39eaa0e9-1b24-4123-a072-2a01ed1e7e6b#d73d7914-c8c3-4851-be31-f435cbcc2ebf, but not able to get it to work. Has any one done something similar with naming workstations? Is there a way to assign a value to a OSDComputerName from the script in the TS or is has to be done from Customsetting.ini file from integrated MDT? Can i add "Set TS variable" task and in the "ts variable" set "OSDComputerName=????" Is there a way to assign an output from the script?
  18. One more try. I have an image here "https://picasaweb.google.com/113087378504038044691/September14201102#5652292298134978066" for some reason not able to post this link.
  19. Yes, i think i have everything correct. I have been trying for a while and always got stock at this step. When i try to post a pic, i need to point to URL? sorry for the questions, but dont know where/how i can upload a pic.
  20. How come on the step 10 i do not have "Application Settings" Is there a way for me to insert an image here?
  21. I am trying to test SCCM 2010 using vhd from Microsoft. I am using MSFT server in hyper-V and created a client in hyper-v as well. I have followed the guide to create a TS and update to boot media. However my client will not boot from PXE. 1. I am using External Virtual Networks on both server and the client. And getting ip from DHCP server 2. I can ping client and the server from each other. Not even sure where to start troubleshooting. Thanks for any help.
  22. ogeccut

    IE8 GPO

    Thank you for reply. By converting and copy files to the server will that apply older policy to IE8? I've never set GPO before. IS there any way to control which container sets GPO for IE8? If there are multiple versions of the browser used? Thnk you for any help.
  23. ogeccut

    IE8 GPO

    If i am posting in a wrong section please forgive me. I am looking for some help with setting GPO for IE8 or "migrating old GPO from IE6" Is there a process of migrating? Or setting test GPO for IE8? Converting current .adm files "inetres.adm" to .admx and copy to %SystemRoot%\system32\GroupPolicy\Adm" on windows 7 for testing is enough? Please point me in a proper direction. Thank you.
  24. ogeccut

    TS Windows Set up

    Hello, Not sure if i am posting this in the right place. I am trying to do a ZTI. And i am getting as far as "Set Up Windows" screen. 1. Then i am prompted for region and time and keyboard. 2. User name and PC name and pwd windows for user name. 3. License agreement window. 4. Update setting window. 5. Time and date settings. 6. And select your computer "network" location. I have Time Zone set in the Apply windows Settings TS. Also when i try to edit the window to join domain in TS if i enter "server08r2.local\administrator" red dot will not go away. How can i substitute it with the %Variable%. Or what am i doing wrong. Thank you for all the help. Again as you can see very noob questions. Does any one know if those settings should be set from TS or on the image level?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.