Skip to content

ShellGeek

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

PowerShell Tips

Start-VM – Start Virtual Machine

by shelladmin

Start-VM cmdlet in PowerShell starts a virtual machine. Start-VM is used to start one or more virtual machines on Hyper-V hosts. It’s available in the …

Read more

New-VMResourcePool – Create Resource Pool

by shelladmin

New-VMResourcePool cmdlet in PowerShell is used to create a resource pool for measuring memory usage. It’s available in the Hyper-V module. To measure pool usage …

Read more

Delete Files Older than x Days using PowerShell

by shelladmin

In this article, I will explain how to use PowerShell to delete files older than x days from your systems. Windows file explorer does not …

Read more

GetType – Get Variable Data Type in PowerShell

by shelladmin

PowerShell has different data types like integers, DateTime, float, strings, booleans, etc… Variables in PowerShell store any type of object. GetType method is used to …

Read more

String Interpolation in PowerShell

by shelladmin

String Interpolation in PowerShell is the way of replacing the value of a variable into placeholders in a string. It displays the value of the …

Read more

Get File Version in PowerShell

by shelladmin

File version and naming are very important in the file system directory. File version information contains the version number of file, original file name. You …

Read more

Get List of PowerShell Modules

by shelladmin

A PowerShell module is a package that contains members such as PowerShell cmdlets, functions, variables, providers, and aliases. PowerShell has predefined core modules. You can …

Read more

How to Check PowerShell Version

by shelladmin

In PowerShell, it has different ways to check PowerShell version on your local computer or psversion on remote computer. $PSVersionTable automatic variable in PowerShell get …

Read more

PowerShell Approved Verbs

by shelladmin

PowerShell approved verbs is the best design decisions I like about PowerShell. Approved verbs allows you to use verb-noun naming rules while writing cmdlet or …

Read more

Get Domain name using PowerShell and CMD

by shelladmin

In a large organization, its very quite common to have many domain and child domain names. While performing task automation for set of computers in …

Read more

Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page5 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