Remote UAC Access Denied Errors – Local Account Token Filter Policy – Remote UAC Fix

Introduction If you are trying to use any remote tools like sysinternals against Windows Vista, 7 or 8.1 machines then you need to have remote UAC elevation privileges to enable you to carry out changes on the machine you are trying to amend. However, you may find that you are still having problems with connecting to remote machines so if …

Remote UAC Access Denied Errors – Local Account Token Filter Policy – Remote UAC Fix Read More

Windows 8 Start Menu Button – Just like Windows 7!

We hear a lot of people complaining about Windows 8 since Microsoft launched their new flagship operating system. Stupid touchpad operation, stupid charms, stupid start screen and stupid apps are all common complaints of Windows 8. The problem is, if you buy a new computer, the chances are that the OEM operating system on it is going to be Windows …

Windows 8 Start Menu Button – Just like Windows 7! Read More

ConfigMgr SQL Query – ConfigMgr clients installed per AD Site

This query will give you the amount of ConfigMgr clients that are installed on machines per AD site. This can be run on your Configuration Manager SQL database or you can use it to build a custom report using SSRS. More Queries Our full range of SQL and WQL Collection queries are available here. Feedback If you have any questions or …

ConfigMgr SQL Query – ConfigMgr clients installed per AD Site Read More

SQL query for retrieving Site Roles from ConfigMgr Database

If you want to retrieve the site roles from your ConfigMgr environment, you can use the following SQL query: select SiteCode, RoleName, ServerName from SysResList More Queries Our full range of SQL and WQL Collection queries are available here. Feedback If you have any questions or feedback about this post, or if you would like us to create any queries for …

SQL query for retrieving Site Roles from ConfigMgr Database Read More

Query for all machines with SQL installed using Installed Software

If you wish to run a SQL query against your SCCM database to find all machines with SQL installed, then you can use this SQL query below: More SQL Queries Our full range of SQL and WQL Collection queries are available here. Feedback If you have any questions or feedback about this post, or if you would like us to create …

Query for all machines with SQL installed using Installed Software Read More

SCCM – WQL Query for machines without Endpoint Protection installed

If you need to identify machines that have the Configuration Manager client installed but do not have the System Center Endpoint Protection client installed, then you can use the following WQL query. More Queries Our full range of SQL and WQL Collection queries are available here. Feedback If you have any questions or feedback about this post, or if you would …

SCCM – WQL Query for machines without Endpoint Protection installed Read More