question

BharathReddyTA-6018 avatar image
0 Votes"
BharathReddyTA-6018 asked AllenLiu-MSFT answered

sccm Application deployment issues

Hi

Actually we created and deployed one Application by using .vbs commands as installed and uninstalled programs. After some time we deleted deployment, but still few clients executing .vbs Uninstallation command every day after policy retrieval. We noticed this on Appenfore.log with Application name like below

App enforcement environment:
Context: User
Command line: "Uninstall_xxxxxx_xx.x.xx.vbs"
Allow user interaction: Yes
UI mode: 1
User token: not null
Session Id: 12345
Content path: C:\WINDOWS\ccmcache\2b
Working directory:

So is there any way to remove Application deployment completely from all user machines or any action required to perform on sccm database for completed removal of deployment ?

Regards
Reddy

mem-cm-application
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AllenLiu-MSFT avatar image
0 Votes"
AllenLiu-MSFT answered

Hi, @BharathReddyTA-6018
Thank you for posting in Microsoft Q&A forum.

Please try hard resetting the policy on the affected clients, run below command on clients with administrator:

 wmic /namespace:\\root\ccm path SMS_Client CALL ResetPolicy 1 /NOINTERACTIVE


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.