PowerShell Get Memory Usage

Very often, PowerShell administrators have to scan servers manually to see the performance issue with a server in the network. It might be possible that …

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