-
Posts
342 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Iroqouiz
-
sccm error (0x8007002) (a real pain in the butt)
Iroqouiz replied to iced's topic in Configuration Manager 2012
That log file doesn't contain any errors. At what step does the TS fail? Paste an image of your TS please. -
UDI Wizard Designer Applications will not install
Iroqouiz replied to bob88's topic in Configuration Manager 2012
The applications also need to be deployed to a user collection to be able to use them in the UDI wizard designer. -
Add device to specific device collection, during OSD?
Iroqouiz replied to TheHasselhoff's topic in Configuration Manager 2012
Or using a Powershell script if you don't want to mess around with web services (I use the web service posted above and it works great). Haven't tried this in an OSD but you should be able to swing it with something like this: $device = $tsenv:OSDComputerName Add-CMDeviceCollectionDirectMembershipRule -CollectionName "name of collection" -ResourceId $(Get-CMDevice -Name $device).ResourceID -
Client tries to install to DVD drive D:
Iroqouiz replied to yumbaman's topic in Configuration Manager 2012
If you rebuild a task sequence from scratch, does the same thing happen? -
SCCM 2012 Web Portal only for Admins
Iroqouiz replied to hitman47's topic in Configuration Manager 2012
AFAIK you can't do that. The whole point of the App Catalog is to deploy software to users and not computers, and it's not meant for admins to use, but rather only the end users. Set up role based administration in the normal console instead, and give your admins only permissions to do whatever it is they should be doing. Won't be web based, but it's the best option. -
Check out MDT 2012 Update 1. If you integrate that with SCCM you get a bunch of advanced customizations to choose from, like a User Driven Installation with replace/refresh scenarios.
-
How to disable "Set up "Windows"?
Iroqouiz replied to Morpheus's topic in Configuration Manager 2012
You need to create an answer file (unattend.xml) in either WAIK (if SCCM 2012 RTM) or ADK (if SCCM 2012 SP1). The application where you create the answer file is called Windows System Image Manager. There are guides in this forum. -
SCCM 2012 SP1 Applciation troubleshooting
Iroqouiz replied to sccmn00b's topic in Configuration Manager 2012
On the client there are logs in C:\Windows\CCM\Logs. DataTransferService.log - shows status of app downloads. AppDiscovery.log - shows if the app is applicable to the system according to how your deployment type is configured. AppEnforce.log - see how the actual installation is doing, error codes etc. There are of course more, but these are the ones I most frequently look at, they usually do the job for me.- 1 reply
-
- 1
-
Deploy office 2010 using sccm 2012 sp1
Iroqouiz replied to keywan's topic in Configuration Manager 2012
I don't understand what you want to do. You want Outlook to automatically set up the email account for whatever user starts it? I think that can be achieved by editing the MSP-file for the Office installation (using the %userprofile% variable. Here's how you create an Office application in SCCM 2012. The link is for SCCM 2012 Beta but it works on RTM and SP1. http://blogs.technet.com/b/mniehaus/archive/2011/08/13/deploying-office-2010-with-configuration-manager-2012-beta-2.aspx -
SCCM 2012 OS Deployments to VMware VMs
Iroqouiz replied to jnolan's topic in Configuration Manager 2012
Any chance that the VMs are not covered by your boundaries? -
Hi, I've noticed something odd about my Windows Updates. I have ADRs which run on Patch Tuesday, one for Windows 7, 8, Office 2010 and 2013. The updates are placed in four respective Software Update Groups. It seems like older updates are removed from those SUGs. The rules have been in place since the beginning of January. Right now there should be a few dozen updates in this SUG but there are only two. If I filter all my updates like below (to double check that the updates aren't expired/superseded) it finds 24 updates. Why aren't these in my SUG above? The ADR is set to add updates to an existing SUG. Here are the filters. I can't figure out what's happening. My goal was to not really have to pay updates any attention but it seems like I now have to spend time double-checking that all my updates are deployed correctly.
- 6 replies
-
- adr
- software updates
-
(and 2 more)
Tagged with:
-
Do you mean this? In that case, right click on your DP and choose Properties.
-
Think it's possible with IP helpers. Don't have any experience with it though.
-
It says: Rule resulted in a total of 0 updates SMS_RULE_ENGINE 15/03/2013 8:00:08 PM 0 update(s) need to be downloaded in package "OAK00020" The rule resulted in no updates being found. Skip deployment creation or update.. Which means your update criteria can't find any updates to put in a Software Update Group, hence no SUG is created and deployed. Look over your criteria in the ADR.
-
SCCM 2012 SP1, MDT 2012 Upd 1, Windows 7 x64 SP1
Iroqouiz replied to birz's topic in Configuration Manager 2012
Sorry -
Deploying Lync 2010 unattended with SCCM SP1
Iroqouiz replied to marlonc1980's topic in Configuration Manager 2012
marlonc1980: I'm not being rude, but I've seen a bunch of posts by you with questions that can easily be answered by using Google. Creating applications from exe files is not that hard. http://tjindarr.wordpress.com/2012/03/30/deploy-exe-files-as-a-msu-deployment-type/ http://rorymon.com/blog/index.php/tag/deploying-a-setup-exe-with-sccm-2012/ -
SCCM 2012 SP1, MDT 2012 Upd 1, Windows 7 x64 SP1
Iroqouiz replied to birz's topic in Configuration Manager 2012
I don't know how you missed it since it's on the front page of the same part of the forum you're currently posting a thread in 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/ -
Well, I guess you could find out what the uninstall commands/switches are for your unwanted applications, and then write a script which silently uninstalls them? Then create a package with the script file. Or create one package for every app uninstall. Then add those packages to a custom task sequence. Maybe there's a better way, but that's the way I'd do it.
-
SCCM 2012 SP1, MDT 2012 Upd 1, Windows 7 x64 SP1
Iroqouiz replied to birz's topic in Configuration Manager 2012
Why not look at the guides created in this very forum? -
Doesn't seem like it, I'm afraid. http://myitforum.com/myitforumwp/2012/06/21/configuration-manager-2012-role-based-administration-notes-from-the-field/
-
Did you let SCCM install WDS for you or did you do it manually? I've had problems when installing manually.