Our SCCM environment is a mixture of Windows 7 clients and citrix servers. So we add a requirement to each application deployment type that the OS must be Windows 7 to allow the install to take place to prevent applications installing directly to citrix servers.
We had an issue recently whereby this requirement was missed off one application, and this install was inadvertantly rebooting citrix servers when the user included in the application collection logged in to a separate application through Receiver.
What I would like to do is run a script/query to browse through all of our applications and to list any requirements that have been added - if I then find any other applications without the 'windows 7' OS rule not applied, I can then correct these.
Failing this, is there a script which will show which applications have been deployed to any of our citrix servers - which I can base either on OS, or the asset prefix?
Thank you.