Jump to content


  • 0
tommy

How to monitor status of deployment

Question

Hi.

I´m working on deploying software from command line/script with my sccm 2007 setup.

 

I´m still new with SCCM, so I’m seeking a bit of help.

My case is that I will deploy application A, and when it’s done I will deploy application B.

I will do this by adding the servers to different collection (one for each application).

My script looks like this: (based on WMI/vbscript)

Call Installapp (application A)

Loop until deployment of Application A is done. (log if error)

Call Installapp (application B)

Loop until deployment of Application B is done. (log if error)

 

Can someone help me doing this check? I mean, check the status of the deployment process through sccm. I want my script to wait until the application is installed before moving on with the next.

Exsamples, comments etc.

 

Thanks.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi.

 

Thanks for your comment.

My situation is that aplication B is a office language pack, and i have 8 different versions of this. Not the same should be used everytime.

Thats why i want some kind of logging to check and make sure that the first application has been successful installed before moving on.

 

/Tommy

 

 

If you are advertising to computers you can just use a Task Sequence to install the software.

Or just select Run another program first in the properties of application b.

Share this post


Link to post
Share on other sites

  • 0

Just create 2 custom collections for each language pack you want to deploy. The first one should hold the client names. In the second one create a query for the installed software, in your case Office XX, and link the query to the first collection.

After your office installation force a hardware inventory on your client, so the second collection is going to be filled.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.