Skip to content

ShellGeek

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

shelladmin

Move Ad User to another OU with PowerShell

April 14, 2024October 8, 2021 by shelladmin

Move-AdObject cmdlet in PowerShell is used to move ad users to another OU. Use Get-AdUser cmdlet to get active directory user and pipe aduser object …

Read more

Start-VM – Start Virtual Machine

April 14, 2024October 7, 2021 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

April 14, 2024October 6, 2021 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

April 14, 2024September 16, 2021 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

April 14, 2024September 15, 2021 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

Get FSMO Roles in Active Directory

April 14, 2024September 14, 2021 by shelladmin

FSMO Roles stands for flexible single master operations. FSMO prevents a conflict in an Active Directory updates from occurring. Currently, in windows, there are five …

Read more

Remove-AdUser: Delete Ad User using PowerShell

April 14, 2024September 12, 2021 by shelladmin

Remove-AdUser cmdlet in PowerShell removes an Active Directory User. As an Admin, it’s very important to keep the active directory up-to-date and delete any orphan …

Read more

Get-ADObject – Search AD Objects in Active Directory

April 14, 2024September 11, 2021 by shelladmin

Get-AdObject PowerShell cmdlet gets an Active Directory object or performs a search to get multiple objects based on search criteria. You can get all of …

Read more

Reset-ComputerMachinePassword in PowerShell

April 14, 2024September 9, 2021 by shelladmin

You can reset the machine account password for the computer using Reset-ComputerMachinePassword cmdlet in PowerShell. You can fix the trust relationship between the workstation and …

Read more

How to Check AD Group Membership

April 14, 2024September 8, 2021 by shelladmin

You can check active directory group membership using the command line net user or dsget or using the Get-AdGroupMember PowerShell cmdlet to check ad group …

Read more

Older posts
Newer posts
← Previous Page1 … Page51 Page52 Page53 … 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