Skip to content

ShellGeek

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

How to Get Printer Serial Number Using PowerShell

April 14, 2024September 4, 2023 by shelladmin

To get the printer serial number using the PowerShell, use the `Get-WmiObject` cmdlet. The Get-WmiObject command uses the Win32_Printer class that represents a printer object …

Read more

Get Default Printer Installed on a Computer Using PowerShell

April 14, 2024September 4, 2023 by shelladmin

To get the default printer installed on a computer using the PowerShell, use the `Get-WmiObject` cmdlet. The Get-WmiObject command uses the Win32_Printer class that represents …

Read more

How to List Installed Printers in Windows Using PowerShell

April 14, 2024September 4, 2023 by shelladmin

To get the list of installed printers in the Windows operating system using PowerShell, use the `Get-Printer` command. This command retrieves the list of printers …

Read more

How to Remove a User from a Local Group in Command Prompt

April 14, 2024September 3, 2023 by shelladmin

To remove a user from a local group, use the `net localgroup` in the command prompt. This command removes a user from the group name …

Read more

How to Rename a Local Group Using PowerShell

April 14, 2024September 3, 2023 by shelladmin

Use the PowerShell command `Rename-LocalGroup` to rename a local security group. This command changes the name of a group. Here is the PowerShell command to …

Read more

How to Delete a Local User Account Using PowerShell

April 14, 2024September 3, 2023 by shelladmin

To remove a local user account in PowerShell, use the `Remove-LocalUser` command. This command deletes local user accounts. Here, is the PowerShell code to delete …

Read more

How to Modify a Local User Account using PowerShell

April 14, 2024September 3, 2023 by shelladmin

To modify a local user account in PowerShell, use the `Set-LocalUser` command. This command modifies a local user account and can reset the password of …

Read more

How to Rename Local User Account Using PowerShell

April 14, 2024September 3, 2023 by shelladmin

To rename a local user account in PowerShell, use the `Rename-LocalUser` command. This command renames a local user account. Here, is the PowerShell code to …

Read more

How to Disable Local User Account Using PowerShell

April 14, 2024September 3, 2023 by shelladmin

To disable a local user account in PowerShell, use the `Disable-LocalUser` command. This command disables local user accounts. Here, is the PowerShell code to disable …

Read more

How to Enable a Local User Account in PowerShell

April 14, 2024September 3, 2023 by shelladmin

To enable a local user account in PowerShell, use the `Enable-LocalUser` command. This command enables local user accounts. Here, is the PowerShell code to enable …

Read more

Older posts
Newer posts
← Previous Page1 … Page18 Page19 Page20 … 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