Find All SCCM Collections That Use AD Security Groups Using PowerShell
Using a security group with a Configuration Manager collection allows you to create a dynamic collection.…
Using a security group with a Configuration Manager collection allows you to create a dynamic collection.…
The apps that you use everyday utilize APIs to communicate with servers. The API retrieves data for the application to display. The API acts as a middleman between the application UI and the server, where the data is stored.…
To define a custom type you can use a PowerShell Class. A class will allow you to create a custom type. The class acts like a blueprint that defines the data and behavior of your custom type.…
I will walk you through a method for deploying HP BIOS updates to HP workstations using SCCM and PowerShell…
In January 2019, HP announced that they have extended the battery recall, which was announced in January of 2018. The batteries affected by this recall have the potential to overheat, posing a fire and burn hazard to HP customers. HP highly recommends that customers check/recheck the device's battery even…
Working with OSD for a large organization can be very frustrating at times for several reasons. Especially when staff you are providing support for are located at different locations. When a task sequence fails you have to rely on others to provide the log files and any other helpful information…
Device Collection QueriesCheck for multiple installed applications 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 inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_…
If you are a System Center Configuration Manager Administrator and you have delegated rights to the SCCM environment to other IT personnel to create collections you should complete regular checks on device collections within your environment. A majority of the device collections should update on a schedule and should not…