PowerShell Clear-Variable

The Clear-Variable cmdlet in PowerShell clear variable value, as a result, the variable value is empty or NULL. At times, it is important to clear …

Read more

PowerShell List Installed Modules

Use the Get-Module cmdlet in PowerShell to list installed modules. PSModulePath variable contains the location path of Windows PowerShell modules. A PowerShell module is a …

Read more