-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Why would you want to do that during the task sequence?
-
There is no problem with the variables... The error message is in your log file.. Make sure the application is marked for dynamic app instal. Did you select Allow this application to be installed from the Install application task sequence action without being deployed in the General tab of the application?
-
Delete Collection Variables - Powershell
Peter van der Woude replied to syparon's topic in Configuration Manager 2012
Simply get the variables via Get-CMDeviceCollectionVariable and remove them via Remove-CMDeviceCollectionVariable. -
Deploy Oracle
Peter van der Woude replied to Brian P's question in Deploy software, applications and drivers
Why wouldn't you put the response file in your package?- 8 replies
-
- oracle
- application
-
(and 3 more)
Tagged with:
-
Software in reference image is gone after deployment
Peter van der Woude replied to MeMyselfAndI's question in Deploying Operating Systems
Is the software already installed in your image?- 3 replies
-
- deployment
- reference image
-
(and 2 more)
Tagged with:
-
Unknown computers after deploy
Peter van der Woude replied to Dinus1979's topic in Configuration Manager 2012
Are you using unknown computer support for OS deployment? -
Moving SCCM2012 Clients to new Site Code
Peter van der Woude replied to guyver78's topic in Configuration Manager 2012
Either run a script from your old site to assign them to the new site, or reinstall the clients. -
Help with Deploying SCCM to Hybrid Drives
Peter van der Woude replied to UserInterface's question in Deploy 7
You're only creating one partition, so I would set the destination to the default of Next available formatted partition. -
Device collection variables in task sequence
Peter van der Woude replied to syparon's topic in Configuration Manager 2012
Make sure to use to digits after your base variable, so it should be SOFT01, SOFT02,... If the Install applications step in the task sequence is configured to use the base variable SOFT, the task sequence will pick up the collection variables and link them to the Install applications step. -
M3800 Boot Driver issue
Peter van der Woude replied to sm0kyb0nez's question in Deploying Operating Systems
Most newer devices are already usable via WinPE. Make sure that the driver you insert matches the operating system of you boot image and not the one of the operating system that you're deploying. -
Configuration Manager Client Health Check Tool
Peter van der Woude replied to anyweb's question in Troubleshooting, Tools, Hints and Tips
If you want to use something like this, then my personal choice would be the script of Jason. Main reason is the ability to be configured via GPO and the checks that it does. -
Configure User/Device Affinity During Image Deployment
Peter van der Woude replied to Mike S's question in How do I ?
Correct. During a task sequence you can indeed use that as input. -
IBCM Deployment Results
Peter van der Woude replied to wilbywilson's topic in Configuration Manager 2012
Thanks for sharing! -
2012R2 application deployments with multiple parts
Peter van der Woude replied to Jake's topic in Configuration Manager 2012
The best and most future ready solution would be to created separate applications for all of them. Indeed one application with multiple deployment types won't works as it goes through all the deployment types (by priority) and installs the first applicable one. -
Refresh Device collection Membership
Peter van der Woude replied to syparon's topic in Configuration Manager 2012
The thing with PowerShell in task sequences is usually that it shows the result of 0, because it succesfuly started the script. That doesn't mean that it didn't fail. It could be that there are a some errors a few lines abow it. -
It's not a bad advice, because you are changing something in the environment. By doing this the proper way it will stop the site and after the SQL change it will reinstall some components with the correct configuration.
-
Configure User/Device Affinity During Image Deployment
Peter van der Woude replied to Mike S's question in How do I ?
It doesn't matter how you input the user, as long as you do The resourcename variable is the name of the computer object running the task sequence and the container variable is the folder name that contains your application deployment collections (just to prevent the script from searching through all collections). -
Getting SCCM to talk to Workgroup DMZ servers
Peter van der Woude replied to dverbern's topic in Configuration Manager 2012
An FSP doesn't exist anymore, so that can be removed from your command. Also, I think you should supply the SMSMP parameter to supply the management point for the initial contact. -
Configure User/Device Affinity During Image Deployment
Peter van der Woude replied to Mike S's question in How do I ?
You can set the UDA during the task sequence via the variable SMSTSUdaUsers. For an idea for the usage see: http://www.petervanderwoude.nl/post/install-user-targeted-applications-during-os-deployment-via-powershell-and-configmgr-2012/ -
Clients showing as non clients
Peter van der Woude replied to Unique01's topic in Configuration Manager 2012
That's weird, because the only mechanism that resets that is the Clear Install Flag... Are those clients assigned to the site? Are they communicating (if so, after a heartbeat they should be back)? Were they deleted and rediscovered? -
Clients showing as non clients
Peter van der Woude replied to Unique01's topic in Configuration Manager 2012
I think I missunderstand the way the clients show in the console... Are they showing in the console as Client NO?