Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Docker
  • Microsoft Services
    • Office 365
    • Microsoft 365
    • Outlook
  • About Us

shelladmin

How to Get CPU Usage by Process using PowerShell

April 14, 2024September 2, 2023 by shelladmin

To get CPU usage by process in PowerShell, you can use the `Get-Process` command along with the Sort-Object cmdlet to sort the processes by CPU …

Read more

How to Get CPU Usage in PowerShell

April 14, 2024September 2, 2023 by shelladmin

There are two different ways in PowerShell to get CPU usage in percentages. In this article, we will discuss how to get CPU utilization in …

Read more

Get-WURebootStatus – Get Windows Reboot Status in PowerShell

April 14, 2024September 1, 2023 by shelladmin

The Get-WURebootStatus cmdlet in PowerShell is used to get Windows update reboot status. This command checks if a reboot is required. The Get-WURebootStatus command checks …

Read more

How to Get the Last 30 Days of Windows Updates in PowerShell

April 14, 2024September 1, 2023 by shelladmin

The PowerShell command to get Windows updates or patches is Get-HotFix. To get the last 30 days of Windows updates, you can use the GetHotFix …

Read more

PSWindowsUpdate – Manage Windows Updates

April 14, 2024September 1, 2023 by shelladmin

`PSWindowsUpdate` module is a PowerShell module that provides cmdlets to manage Windows updates. It is not available as default in Windows, but it can be …

Read more

PowerShell Command to Check Windows Updates Installed (Get-WUInstall)

April 14, 2024September 1, 2023 by shelladmin

The PowerShell command to check Windows updates installed is Get-WUInstall. The Get-WUInstall cmdlet is available in the PSWindowsUpdate module. The Get-WUInstall command is used to …

Read more

How to Check Installed Software in Windows Using PowerShell

April 14, 2024September 1, 2023 by shelladmin

PowerShell provides commands such as Get-WmiObject, Get-ItemProperty, and Get-Package to check installed software in the Windows operating system. There are three PowerShell commands that you …

Read more

PowerShell Commands to Check Installed Patches in Windows

April 14, 2024September 1, 2023 by shelladmin

There are two PowerShell commands that you can use to check installed patches in the Windows operating system. In this article, we will discuss how …

Read more

PowerShell Command To Install .Net 3.5

April 14, 2024September 1, 2023 by shelladmin

To install the .Net Framework 3.5 version on Windows 10 or Windows 11 operating system, use the Enable-WindowsOptionalFeature cmdlet in PowerShell with the -FeatureName parameter. …

Read more

PowerShell Command to Check .NET Framework Version

April 14, 2024September 1, 2023 by shelladmin

.Net framework is a software development framework developed by Microsoft. It is used for building and running applications and services. Different versions of the .net …

Read more

Older posts
Newer posts
← Previous Page1 … Page21 Page22 Page23 … Page55 Next →

Recent Posts

  • How to View Docker Container Logs
  • How to Remove a Docker Container
  • How to Stop a Running Docker Container

Footer

  • Home
  • About Us
  • Dsquery
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2025 ShellGeek All rights reserved