Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

Get BitLocker Status using PowerShell

by shelladmin

Use the PowerShell command manage-bde -status to get BitLocker status on the volume in the computer. It has a Protection Status property that indicates if …

Read more

Get BitLocker Recovery Key Using PowerShell

by shelladmin

The command to get the BitLocker recovery key using PowerShell is Get-BitlockerVolume. It uses the MountPoint parameter to get BitLocker volume details and the KeyProtectory …

Read more

PowerShell Get Activation Key for Windows

by shelladmin

Use the PowerShell cmdlet Get-WmiObject or the wmic command in command-prompt to get the activation key for the Windows operating system. Windows activation product key …

Read more

PowerShell Get All Computers in Domain

by shelladmin

The command to get all computers in the domain and their details is the Get-AdComputer cmdlet in PowerShell. This command retrieves the computers in the …

Read more

PowerShell Get Mac Address

by shelladmin

The command to get the mac address in PowerShell is getmac, Get-WmiObject, or Get-CimInstance. These commands find the mac address on the local and remote …

Read more

Get-ADPrincipalGroupMembership – Active Directory

by shelladmin

PowerShell Get-ADPrincipalGroupMembership cmdlet in active directory gets active directory groups that have users, computers, service accounts, and the group as a member. Get-AdPrincipalGroupMembership active directory …

Read more

PowerShell Select-String Ignore Case

by shelladmin

In PowerShell, Select-String ignores the case by default. It is case-insensitive. It uses the Pattern parameter to match a species string or regex patterns and …

Read more

PowerShell -OutVariable Parameter

by shelladmin

The PowerShell -OutVariable is a useful parameter that stores the output from the command in the specified variable, while also sending the output to the …

Read more

Get-Adcomputer- Find Operating System

by shelladmin

The command to find the operating system name, and version of the computer in the Active directory is Get-AdComputer. This command has an OperatingSystem property …

Read more

PowerShell – Convert Datetime to String

by shelladmin

The PowerShell DateTime object has a built-in method that converts datetime to string. The ToString() method of the DateTime object converts a DateTime to a …

Read more

Older posts
Page1 Page2 … Page33 Next →

Recent Posts

  • Get BitLocker Status using PowerShell
  • Get BitLocker Recovery Key Using PowerShell
  • PowerShell Get Activation Key for Windows

Footer

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