To Approve a list of updates in a file for a specific group in WSUS using...
This script will help to read the list of update ID from a file and then approve them for a specific group#Change server name and port number and $True if it is on SSL [String]$updateServer1...
View ArticleHow Automatic User Device Affinity Works in SCCM 2012
Details on how to configure UDA to work automatically id in this link How to configure the site to automatically create user device affinities Configuration Manager reads data about user logons from...
View ArticlePowerShell 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...
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 database1)...
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 flow...
View ArticleConnect to WSUS server from PowerShell
At time while troubleshooting SUP (software update point)in SCCM we get error in WCM.log that we are unable to connect to WSUS server. Most of the time turning out to be proxy or a network issue, This...
View ArticleHow to troubleshoot AlertMail notification in SCCM 2012
From SCCM 2012 we have the alert and notification feature. Till Sp1 the mail notification was restricted to endpoint protection but from Sp1 we have this for all the component which can create alert....
View ArticleTo Approve a list of updates in a file for a specific group in WSUS using...
This script will help to read the list of update ID from a file and then approve them for a specific group #Change server name and port number and $True if it is on SSL [String]$updateServer1 =...
View ArticleHow Automatic User Device Affinity Works in SCCM 2012
Details on how to configure UDA to work automatically id in this link How to configure the site to automatically create user device affinities Configuration Manager reads data about user logons...
View ArticlePowerShell 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 Article