PowerShell Script to decline all Superseded Updates in WSUS
At time troubleshooting on cases we had to decline updates which are superseded from the WSUS and hence help to make sure that the no of updates the update agent scan is reduced....
View ArticlePowershell Scripts to distribute packages to a set of DP
At times we get request on that we need to refresh the package or we need to distribute the package for a specific set of DP. This scripts helps in distributing any kind of content (Application, legacy...
View ArticleHow to collect the Install date of updates using SCCM
We had requirements on to collect the information of Install date for updates which is not usually collected using inventory. The below Steps will help to get that information in to SCCM database 1)...
View ArticleHow to parse a XML file and get the Node value using Powershell
Let us say that we have sample XMl file like this <?xml version="1.0" encoding="utf-8"?><note> <to>ToAll</to> <from>FromME</from>...
View ArticleApplication Deployment Policy Creation Flow
The application model of Configuration Manager 2012 uses Configuration Items. So the deployment and policy creation is a little different from the package creation. I am trying here to explain the...
View ArticleReport for Local admins using SCCM
If you follow the below link and user the configuration item and get the inventory , the data will be in the database ....
View ArticleLogoff a Specific User from a Group of Remote Computers (PowerShell Script)
At times we get request on that we need to log off a particular user from multiple machines where he has remotely logged in forcefully. This scripts helps in doing the same. For a particular task I had...
View ArticleStatus of Update per Update ID from WSUS server
With the Current issue with Ransome Wancrypt we had a requirement where we had WSUS only to get report. WSUS reports are there but the reports were not friendly. So we had to write two scripts using...
View ArticlePatches That Fix the Vulnerability For MS17-010
WannaCry ransomware attack currently spreading across the globe and every one is busy working to patch the machines for MS17-010. There has been a doubt on which updates covers this Vulnerability....
View ArticleOverall Compliance Reports for updates shows Unknown Status in System Center...
Overall Compliance Reports for updates shows Unknown Status in System Center Configuration Manager Getting Unknown Status in Overall Compliance reports, is one of the most common issue many of us...
View Article