A required privilege is not held by client Windows error fix

If you are using Windows and you are receiving this error message: a required privilege is not held by client Then you can follow the guide below to fix this problem. Instructions This guide assumes that you are using Windows 10 although the process should be very similar if you are using Windows 8.1 or Windows 7. Using your keyboard, …

A required privilege is not held by client Windows error fix Read More

Skype v7.28 Released – MSI Download Link & Silent Install Instructions

Skype version 7.28 has now been released and if you would like to either add this to your Configuration Manager Software Catalog or even have it available through WDS or Group Policy, then you will want to download the MSI file for it. Skype do provide a direct download link for its Skype software and the installer is packaged as …

Skype v7.28 Released – MSI Download Link & Silent Install Instructions Read More

SCCM – Apple iOS 10 Update for Configuration Manager 1606

Microsoft have now released an update for Configuration Manager version 1606 to add Apple iOS 10 to the supported platforms list. This update adds the following platforms to the supported platforms list for Microsoft System Center Configuration Manager current branch, version 1606: All iOS 10 iPhone or iPod Touch devices All iOS 10 iPad devices These iOS 10 devices may …

SCCM – Apple iOS 10 Update for Configuration Manager 1606 Read More

SCCM WQL Query – All Windows 10 Installs

If you are using Configuration Manager and you want to create a collection based on all Windows 10 installations, you can use this WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like “%Microsoft Windows NT Workstation 10%” You can change the “%Microsoft Windows NT Workstation 10%” to create collections for other operating systems as …

SCCM WQL Query – All Windows 10 Installs Read More