/build/static/layout/Breadcrumb_cap_w.png

SCCM Query

I was hoping someone could help me write an SCCM query or give the correct search folder criteria to create a list of all SCCM advertisements (or programs) that are set to run mode: Run with user's rights. I have been unsuccessful in my attempts. Thanks ahead of time for the help.

0 Comments   [ + ] Show comments

Answers (1)

Posted by: andys0123 12 years ago
Orange Senior Belt
0
Create a report using the the 'v_Program' view and use the 'ProgramFlags' field to filter the query. You need to check for the following flag not being set:

0x00008000 (ADMINRIGHTS. The program must be run as the local Administrator account)


Try this to list all your programs that run with User rights:

select * from v_Program where v_Program.ProgramFlags & 32768 = 0


Take a look at http://msdn.microsoft.com/en-us/library/cc144361.aspx for all the Program Flags
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ