Peter33
Established Members-
Posts
755 -
Joined
-
Last visited
-
Days Won
30
Everything posted by Peter33
-
Did you check the driver model and version for the RAID controller in your manual build? Only inject this specific SAS RAID driver to your PE, not the AHCI drivers. If this won't work, check the hardware ID of the controller (something like PCI\VEN_8086&DEV_1D6B) and search in your driver sources ini files for the value. From windows PE mount the driver sources with "net use" and load the inf files with drvload. After each inf file check if you can access the HDD with diskpart.
-
Some applications not copying to second DP (SCCM 2012 SP1)
Peter33 replied to steven_h's topic in Configuration Manager 2012
Pull distribution points are a new feature of SP1. http://technet.microsoft.com/en-us/library/jj591552.aspx#BKMK_WhatsNewSP1_Software The easiest way to manage your problem is probably powershell. You would still need to write a script. Maybe someone from the community has already something like that. -
Sysprep and SCCM 2007 R2
Peter33 replied to mogwuy's question in Deploy software, applications and drivers
Are you sure that you are already in Windows mode and not in PE when you try to install your Apps and packages? The request is not supported. (Error: 00000032 I would say you are still in PE, where you can't install Apps and packages. -
Change Application Purpose from Available to Required
Peter33 replied to 5ean's topic in Configuration Manager 2012
Yes it is required, but you can fill in anything you want. Also the detection rule is required, but there you need to use the correct product code. Anyways, i would suggest to create a real application. Sooner or later you will need one, because Adobe will replace the latest MSI installer with an update. -
Just delete them. It's safe (and a must).
-
Change Application Purpose from Available to Required
Peter33 replied to 5ean's topic in Configuration Manager 2012
OK, then just create a new application with or without content for the reader. Only the uninstall command is needed for the supersedence (msiexec /x {productcode} /norestart /q). -
Change Application Purpose from Available to Required
Peter33 replied to 5ean's topic in Configuration Manager 2012
Use the supersedence feature. -
Best advice to you i can give is to install one of the machines manually. Then check the device manager for the correct driver. I had the same problem with the Lenovo ThinkStation S30 and the stupid C600 Raid controller. This controller is a nitemare for OSD. I got the PE working with the C600 SAS Raid driver from Intel.
-
Deploy apps via TS - Stand-alone media
Peter33 replied to Gomz's question in Deploy software, applications and drivers
Did you assign a boot image to the task sequence? -
OSD in SCCM 2012 Sp1 - Cleint installation Issues
Peter33 replied to 00thatcher00's topic in Configuration Manager 2012
What a mess, jeez. I was reading about this problem today on here already. Lots of people had suddenly problems to deploy the client. Thanks lord i have not upgraded our production environment to SP1 yet. -
SCCM 2012 Boundaries Best Practice
Peter33 replied to jazzlara's topic in Configuration Manager 2012
1.) No, you have to publish the subnets 2.) Why not just using the AD Sites as boundaries and assign the subnets to this sites in the AD? 3 boundaries is fitting your environment though. Just use the AD sites intead of boundaries. -
Issues with Windows 7 OSD after WinPE
Peter33 replied to SethCarter's topic in Configuration Manager 2012
Hi Seth, i guess you have to dig through the updates you have injected and check the prereqs of them. Have you checked the setupact.log as described there? -
There is nothing wrong. The Primary Server holds the information about your PXE advertisments of your task sequnces. The WDS is just a helper tool. If there is no connection to your Managment Point it just can't get the required informations to service your clients.
-
OSD in SCCM 2012 Sp1 - Cleint installation Issues
Peter33 replied to 00thatcher00's topic in Configuration Manager 2012
The client requires at least .net 3 as prerequisite. Check out the prereqs here. -
OSD in SCCM 2012 Sp1 - Cleint installation Issues
Peter33 replied to 00thatcher00's topic in Configuration Manager 2012
So i guess your base image has not .net4 installed. I would recommend to add it though. This also saves a lot of time during imaging. You can try install the client with /skipprereq:dotnetfx40_client_x86_x64.exe as a workaround. -
OSD in SCCM 2012 Sp1 - Cleint installation Issues
Peter33 replied to 00thatcher00's topic in Configuration Manager 2012
Did you create a new package from definition for the client package after updating to SP1? -
Did the clients run a hardware inventory since the software updates got installed?
-
Java Update Suppress Reboot
Peter33 replied to doppers's question in Deploy software, applications and drivers
Hi doppers, thanks for sharing the solution. I did'nt even think about that the antivirus could be the blocker. I will modify our script to disable the service before the uninstall routine when the next patch is released. Hopefully this will improve the initial success rate. Our helpdesk will be grateful for less calls where they have to tell people to reboot their machine. -
Issues with Windows 7 OSD after WinPE
Peter33 replied to SethCarter's topic in Configuration Manager 2012
Check your unattended.xml file. This is usually caused by a setting in this file which is not compliant with the installed operating system. -
How can I speed up my client deployment time and ADR's for lab purposes.
Peter33 replied to midiman's question in How do I ?
Are you serious about these times? 5 minutes for the evaluation cycle sounds like a benchmark test for the SCCM environment. I have set this value to 12 hours at the moment. -
SCCM2012 Automatic Computername in OSD^
Peter33 replied to easybernd's topic in Configuration Manager 2012
OK, just seen the scanning comment up there. So it's left to the MDT database. You even don't need to import them into SCCM if you use unknown computer suppport. -
SCCM2012 Automatic Computername in OSD^
Peter33 replied to easybernd's topic in Configuration Manager 2012
Hi hassel, my first pick for your approach of computer naming would be to use the MDT database for the naming part. There are a lot of scripts around to import data from csv files. As h4x0r asked already: if you are using the serial number of the machine you can just use MDTs customsettings.ini to apply the name. No importing needed. -
Maybe it just means what it says, and your remote registry service is not running on this machine, or blocked by the firewall.
-
Run the following command as admin on your primary server, where XXX is the site code of your secondary site which you want to remove. Microsoft Configuration Manager\bin\X64\00000409\preinst.exe /delsite XXX Also uninstall the SQL Server and the SCCM client on this secondary (if installed) and reboot the server. Then remove the registry key HKLM\Software\Microsoft\SMS on this server. You should be able to install the server without any problems after that.
-
Correct me if i'm wrong, but there is no update installer for SP1 on MSDN yet. Only the full installer including SP1.