-
Posts
342 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Iroqouiz
-
Check your discovery methods (System Discovery). If you only discover clients from domain A then it won't find any clients if you move them to domain B.
-
Task Sequence fails at the Setting Admin Password part?
Iroqouiz replied to joe9's topic in Configuration Manager 2012
Check the smsts.log file on the client for clues. -
Yes of course it is. Just use MDT instead of capturing the image with SCCM. There are a lot of great guides by Johan Arwidmark and Mikael Nyström on this subject, just google a bit.
-
PXE boots but doesn't find IP Address
Iroqouiz replied to hnguyen's topic in Configuration Manager 2012
Make sure the NIC drivers for the failing model is in the boot image. If you're running SCCM 2012 RTM it should be Windows 7 drivers (x86 or x64 depending on the boot image architecture). If it's SP1 or R2 it should be Windows 8 drivers. -
OSD Failing to install at package install
Iroqouiz replied to mrbios's topic in Configuration Manager 2012
Can you post a screenshot of your task sequence? -
OSD with Selection List for Applications or Packages
Iroqouiz replied to Dennis Lin's topic in Configuration Manager 2012
Use a WMI query in the task sequence to filter out applications based on computer model. -
OSD Failing to install at package install
Iroqouiz replied to mrbios's topic in Configuration Manager 2012
What happens if you install the .Net applications on an existing machine? Works fine? Try re-downloading the .Net applications and create new ones in the SCCM console, and then add them to your TS. -
Have you waited for a while after pushing the installation? When I do it it can take a few minutes before the client is fully installed and all actions are available. Otherwise, check the ccmsetup.log in c:\windows\ccmsetup\logs on the client for any clues.
-
Technically you could deploy the SUGs to a collection containing all your machines (workstations and servers). The machines would only install updates that are actually applicable to them, just like WSUS.
-
Auto-assign computername in OSD Deployment with VB Script
Iroqouiz replied to Bever87's topic in Configuration Manager 2012
I would go with the MDT route as well. Mikael Nyström has made several blog posts/videos about this. Seems easy enough. Using MDT also enables you to test deployments without actually imaging computers. http://deploymentbunny.com/2011/04/27/quick-and-dirty-testing-customsettings-ini-variables-in-mdt/ -
Recommended setup for 10k emploee's and 80 offices
Iroqouiz replied to mike34082's topic in Configuration Manager 2012
A primary site in your main location, and remote distribution points in all other offices should be fine. I believe it's recommended to install a secondary site in remote offices which have 500-1000+ users and/or if the link is extremely slow (i.e. you have no WAN acceleration in place, e.g. Riverbed). I would go for remote DPs in all remote offices and monitor the traffic on the larger offices. If needed I think you could install a secondary site instead.- 1 reply
-
- SCCM 2012
- setup help
-
(and 1 more)
Tagged with:
-
Adobe Reader Application Deployment to Collection
Iroqouiz replied to bonedog73's topic in Configuration Manager 2012
Your users have admin rights on their machines? Good luck trying to keep anything in line -
Deployment failed - error 0x643 (1603)
Iroqouiz replied to Stian M.'s topic in Configuration Manager 2012
So only one of the clients in the collection gets this error? It works on other clients? If so, try reinstalling the SCCM client agent on that machine. -
No, afraid not
-
Slow image deployment download since SCCM 2012 R2 upgrade
Iroqouiz replied to Gareth86's topic in Configuration Manager 2012
I experience the same problem. Anyone have ideas? -
Deploy your TS as Required instead of Available. Be careful though, whatever computer you add to that collection will be reimaged automatically according to the deployment schedule you set. DON'T deploy the TS to All Systems
-
2. That depends on how your organization handles new machines. You could add the new machine to a different collection where you've deployed your TS, you would just need to know the MAC address of the computer. But the easiest way, imo, is to do it like AmrelMahdy said. That's the way I do it.
-
SCCM 2012 only imaging 2 pc's at once
Iroqouiz replied to mattfarnell's topic in Configuration Manager 2012
I know I'm vague (no expert), but sounds like something is off with WDS. -
"Install Applications" failing in OSD Task Sequences
Iroqouiz replied to l.hv.yang's topic in Configuration Manager 2012
Ok great. Will try that if I run into any issues myself. -
Guess not. Any alerts on the DP?
-
Are your boundaries ok?
-
"Install Applications" failing in OSD Task Sequences
Iroqouiz replied to l.hv.yang's topic in Configuration Manager 2012
Doesn't that step reboot after configmgr client installation anyway?