PowerShell

PowerShell Basics : Find commands by using Get-Command cmdlet.

  Sometimes, the more we do advance things, the more we keep forgetting the  basics. Today while working on some script, I forget the command  which I need to use. I do know the module name of the command which it belongs to… So I just my little helpful cmdlet Get-Command –Module MoDuleName and it… Continue reading PowerShell Basics : Find commands by using Get-Command cmdlet.

PowerShell

Getting Last Installation Success Date and Last Search Success date of Windows Updates using Powershell.

  Everyday is a new day , with new problems and new issues, sometime at users side and sometime at Server side. The life in IT is quite happening. These new issues and problems leads to new solutions and new scripts. In my environment I asked few users to run their windows updates, but as… Continue reading Getting Last Installation Success Date and Last Search Success date of Windows Updates using Powershell.