teamfox201
Established Members-
Posts
90 -
Joined
-
Last visited
-
Days Won
1
Everything posted by teamfox201
-
SCCM 2012 SP1 Problem with client push installation
teamfox201 replied to freehat's topic in Configuration Manager 2012
In the System Center console are these clients Approved? Do you have Automatically approve computers in trusted domains enabled under Hierarchy Settings? -
You can take classes here: http://www.quickstart.com/courses/system-center-training.aspx and depending how motivated you are at learning System Center 2012 , technet: http://technet.microsoft.com/en-us/library/gg682041.aspx
- 3 replies
-
- Sccm 2012training
- off-site
-
(and 2 more)
Tagged with:
-
Looks like your network adapter gets one IP address: Found network adapter "IntelĀ® 82566DM-2 Gigabit Network Connection" with IP Address 172.16.9.241 Then you have a hook to change it? Custom hook from X:\\TSConfig.INI is netsh interface ipv4 set dns name="Local Area Connection" source=static address=172.16.8.251 Set command line: netsh interface ipv4 set dns name="Local Area Connection" source=static address=172.16.8.251 Executing command line: netsh interface ipv4 set dns name="Local Area Connection" source=static address=172.16.8.251 Are you sure you can ping MHE10.city.medicine-hat.ab.ca, do you have your boundaries set correctly ?
-
Can a WSUS Update be a Dependency for an Application
teamfox201 replied to dverbern's topic in Configuration Manager 2012
Sorry no software updates cannot a be dependency only other applications. -
Can a WSUS Update be a Dependency for an Application
teamfox201 replied to dverbern's topic in Configuration Manager 2012
Why cant you package the app and update together so that when it installs it runs the KB first then Autodesk DWG TrueView 2013 ? That way the KB only gets installed on machines that receive that package. We have a few packages that we use vbscript to perform actions like that. -
Your Ideas for Config Manager 2012
teamfox201 replied to teamfox201's topic in Configuration Manager 2012
You can check out http://sourceforge.net/projects/smsclictr/ . That tool lets you connect to a single computer and import an advertisement policy to it so you don't have to add it to a collection. Plus it does a bunch of other stuff . :-) -
Hello everyone! I work with SCCM 2007 / CM 2012 on a daily basis but my focus is mostly OSD and Packages. I would like to create some enterprise tools to address the needs and lack of features you guys are finding in CM 2012. I am looking for your feedback as to what tools, ideas, etc. you might have that would make your job easier. If you have had an idea or said "I wish I can do so and so with CM 2012 or I wish it had this feature." I would like to hear those ideas. I like to program in my free time and I enjoy with SCCM / CM. Thank you, Dan
-
Followed guides - still putting OS on D: drive
teamfox201 replied to basicchannel's topic in Configuration Manager 2012
When the image is done is it still on the D: drive or does it change to C:? If you have a recovery partition, during WinPE it will make that C: and the second partition (rest of the drive (OS)) D: but after everything is done it should change the OS drive to C: -
Supply .wim to hardware manufacturer for pre-imaging
teamfox201 replied to jc1875's topic in Configuration Manager 2012
Your hardware supplier should have all that documented and they should be able to answer those questions. I know Dell has you set up your task sequence a certain way so that after the generic steps run at the factory and custom settings ( domain join) happen When you turn it on. -
In the console: Select Software Library Expand Application Management Select Packages Single Click your EndNote package. Select the Programs tab at the bottom. Double Click the program name. Select the Environment tab. You will see the Run mode set to "Run with user's rights" or "Run with administrative rights" Select "Run with user's rights" After you save the changes, wait for the program change to replicate (depending on your environment setup). Test the install again through SCCM.
-
There are no task sequences available to this computer
teamfox201 replied to abouelse's topic in Configuration Manager 2012
have you tried to right click the computer name and select "Clear Required PXE deployments" ? -
Verifying packages before deployment
teamfox201 replied to teamfox201's topic in Configuration Manager 2012
Does it integrate into CM 2012 at all or after the workflow is complete everything is manually moved into production? -
Looking for some guidance with MBAM and SCCM SP1
teamfox201 replied to Punintended's topic in Configuration Manager 2012
If you have your MBAM server configured and the MBAM GPO configured (http://technet.microsoft.com/en-us/library/dn186164.aspx) then it should start publishing keys to the MBAM server when you start encrypting or if its already encrypted then it should store the key. -
Verifying packages before deployment
teamfox201 replied to teamfox201's topic in Configuration Manager 2012
Thank you Peter. Do you have any information on the workflow or is that something you can share? -
Hello, I know CM 2012 has a simulate deployment option but that doesn't really give you feedback on custom settings and if the app works as intended after installed. How do you guys verify an application, its config/settings, etc before making live for production? Do you guys have a peer review process you go through?
-
Does the license file get put in the users profile or in HKCU? Do you have the program set to "run with administrative permissions or with the permissions of the currently logged on user"? If you have it set with administrative permissions, it will run with the SYSTEM account and it could be placing / or trying to place the license info in the wrong place but when you execute it as the logged on user (manually) it knows where to put it.
-
There are no task sequences available to this computer
teamfox201 replied to abouelse's topic in Configuration Manager 2012
You should be able to right click on the collection and check the Deployments tab. You can also just delete that computer name from System Center to make it unknown again. -
PXE failing with 0x80004005
teamfox201 replied to audio_dragon's topic in Configuration Manager 2012
you can try: http://www.danielclasson.com/80072ee/ -
There are no task sequences available to this computer
teamfox201 replied to abouelse's topic in Configuration Manager 2012
Is the computer (imc124-pc-17) added to a collection that has the task sequence advertised?