-
Posts
197 -
Joined
-
Last visited
-
Days Won
6
Everything posted by Oneone
-
Endpoint Protection stopped deploying to new computers
Oneone replied to Tay's topic in Configuration Manager 2012
Have you dubblel checked the default client settings for Endpoint protection? One other log you could check is Queries > All systems > "system name you are trying to install" good luck! -
Remove the object from the collection where the advertisment resides via direct membership, re-add the computer after you have updates the collection membership and you clearly se that the computer is no longer a member of the collection. God luck!
-
You need MDT and the ADK. http://www.microsoft.com/en-us/download/details.aspx?id=30652
-
I would guess that you need to configure your Network access accounts , and doublecheck your rights to the sources folder (or the site folder where the client files are located). And where you need to upload your wim file for the capture
-
So the drivers on x64 and x32 thats is located on the lenovo site does not work? You could try this. Add the drivers to a USB drive, Boot into winPE F8 drvload "e:drivers\nic\mynic.inf" (obviosly use the path yo the driver on the usb) then do a ipconfig until u find the right drivers. Good luck!
-
Remove the computer from the collection via direct membership , then add it again after updating collection membership. You could wait a couple of extra minutes after removing the computer from the collection just to be sure.
-
Are you having problems importing the drivers to the boot img? I recently added drivers for Lenovo laptops to my PE , i needed to rename the .inf files to get it working because the boot.wims never like when you have multiple drivers for the same NIC.
-
You will be able to use 2012 SQL as soon as the SP1 for CM 2012 is released. And you still dont need a CAS for 1500 clients, maybe if you where running 10k clients or more.
- 14 replies
-
PXE boot SCCM2012 on Windows Server 2012
Oneone replied to LimeLover's topic in Configuration Manager 2012
Yes this has happend to me before. Remove the WDS role, remove all the PXE checkboxes on the boot img and DP. after uninstalling everyhing reboot and remove all the folders manually. Reinstall WDS Add the PXE options to DP and boot img Good luck! -
Assistance required to install sccm on windows server 2012
Oneone replied to wakasavan's topic in Configuration Manager 2012
If you have the components installed it should work, dubblecheck that you have the IIS 6 Compatability components installed,- 1 reply
-
- Installation
- SCCM2012
-
(and 2 more)
Tagged with:
-
PXE boot SCCM2012 on Windows Server 2012
Oneone replied to LimeLover's topic in Configuration Manager 2012
Have you checked the PXE option on the boot images? check out step 3. http://www.windows-noob.com/forums/index.php?/topic/6353-using-system-center-2012-configuration-manager-part-7-build-and-capture-windows-7-x64-sp1/ -
Software Updates not installing in Build & Capture TS
Oneone replied to rkh's topic in Configuration Manager 2012
Does the client join the domain when u do the update? i guess it does not, so try using SMSSITECODE="your site" and "SMSMP=yourmp" when installing the client (smsclient) -
Is it on a remote DP or is it on the local sccm DP?
-
You def dont need a CAS when running 500 clients. Primary site Run the rest as DPs
- 14 replies
-
PXE boot SCCM2012 on Windows Server 2012
Oneone replied to LimeLover's topic in Configuration Manager 2012
Hello! I am currently running Server 2012 and CM 2012 on my system, and if you want to be able to PXE boot , you will have to add the WDS role on the server first, then add the PXE options to the DP. Start the WDS Config util but dont make any img or anything, just the initial configuration, se if that helps. -
How to Disable Sysprep in a MDT 2010 Sysprep and Capture
Oneone replied to e11tc's topic in Configuration Manager 2012
Aslong as you´r not capturing WindowsXP it should work just fine. -
If you want to be able to deploy it that way you will need to have two images that you deploy depending on what office needs the computers. If you install Office in the TS you can have one img and use a query to identify what office version needs to be installed, much more dynamic than using two images.
-
Install everything first, side-by-side . And then move all the objects you need to the new clean installation. edit, what do you mean by upgrading sql? u need to install CU 6 to be able to install the SCCM databse on the SQL server.
-
Try deploying the task sequance you want to be available to the "All unknown computers collection" and make sure the task sequance is available for PXE. If you want to seach for you´r missing computers via MAC adress try this. Go to Membership rules on a collection Click membership rules Add rule > Direct rule Resource class: system resource attribute name : MAC Addresses type in the mac adress of the computer like so 00:00:00:00:00:00 Now if you have the computer in the database it will propably show up as "unknown" add it to the collection and delete the object. Then readd the computer to the collection you want. good luck.