Skip to content

ShellGeek

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

PowerShell Tips

Startup Folder Path in Windows Server 2019,2016 or 2012

by shelladmin

Startup folder in Windows server 2012,2016 or 2019 or other Windows OS like Windows 10,11 contains the app which you want to run at startup. …

Read more

Get last boot time of computer using PowerShell

by shelladmin

You can get the last boot time of the computer or remote computers using the PowerShell script. net stats, systeminfo, wmic (windows management instrumentation), and …

Read more

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… Variable 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

Rename a computer in PowerShell

by shelladmin

Rename-Computer PowerShell cmdlet renames the local computer or remote computer. In this article, I will explain how to rename a computer in PowerShell with examples. …

Read more

Get List of PowerShell Modules

by shelladmin

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

Read more

Post navigation
Older posts
Page1 Page2 … Page5 Next →

Recent Posts

  • Dsquery User – Find users in the Active Directory
  • Dsquery to Find Inactive Users in Active Directory
  • Dsquery to Find Disabled User Accounts

Footer

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