Skip to content

ShellGeek

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

PowerShell

How to Get the MAC Address of a Remote Computer in PowerShell

April 14, 2024September 2, 2023 by shelladmin

The PowerShell command to get the MAC address of a remote computer is Get-WmiObject. This command uses the Win32_NetworkAdapterConfiguration class and ComputerName parameter to specify …

Read more

Get AdGroupMember Domain Admins Using PowerShell

April 14, 2024September 2, 2023 by shelladmin

The PowerShell command to get adgroupmember domain admins users from the Active Directory is Get-AdGroupMembers along with the Identity parameter “Domain Admins”. Here is the …

Read more

How to Get the Serial Number of the Computer Using PowerShell

April 14, 2024September 2, 2023 by shelladmin

To get the serial number of the computer in PowerShell, use the `Get-WmiObject` command. This command uses the Win32_BIOS class to get information about BIOS …

Read more

How to Get Distribution Groups using PowerShell

April 14, 2024September 2, 2023 by shelladmin

To get the distribution groups in your organization using PowerShell, use the `Get-Distribution` command. This command is used to view existing distribution groups or mail-enabled …

Read more

How to Get Distribution List Members in PowerShell

April 14, 2024September 2, 2023 by shelladmin

The PowerShell command to get distribution list members is `Get-DistributionGroupMember`. This command is used to view the members of the distribution groups and mail-enabled security …

Read more

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

Older posts
Newer posts
← Previous Page1 … Page10 Page11 Page12 … Page40 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