Scenario : How to Find the installed Security updates with installation date on the Local machine. Command-line : Get-Hotfix -Description Security* | Select-object [...]
Powershell cmdlets Description $Psversiontable Check Powershell version Get-Help Displays help about Windows PowerShell cmdlets and concepts Update-help Downloads the newest [...]
In this post, i explained some basic concepts of DSC. Before getting into DSC, you need to know what is WMI, CIM & LCM WMI -> WMI is short for Windows Management [...]
The below VBS script will clear the ccmache folders on 64bit SCCM 2012 Client machines. This will delete all the folders with date modified of 7 days and older than to the [...]
I have explained a little bit about what is Parameter Name, Parameter Value, Mandatory & Optional Parameters, Positional Parameters and help commands in the Powershell. [...]