Skip to content

ShellGeek

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

shelladmin

PowerShell – Delete Folder If Exists

by shelladmin

PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …

Read more

Get-ADGroup – Manage Active Directory Groups

by shelladmin

PowerShell Get-ADGroup cmdlet gets one or more active directory groups or gets multiple ad groups based on search conditions. Get-ADGroup gets a default set of …

Read more

PowerShell – Map Network Drive

by shelladmin

More often, PowerShell administrator needs to map network drive on local computer or remote computer so that shared file can be quickly accessible just like …

Read more

Get-ADComputer Last Logon using PowerShell

by shelladmin

Active Directory Get-ADComputer cmdlet gets one or more computers in the active directory. In a large organization, the System administrator has to continuously monitor inactive …

Read more

Get-AdGroupMember – Export AD Group Members to CSV

by shelladmin

Windows PowerShell Active Directory module is one of the popular modules to manage the active directory domains, manage objects in the active directory, get information …

Read more

PowerShell Search-AdAccount cmdlet with Examples

by shelladmin

In this blog post, we will discuss PowerShell Search-AdAccount to find inactive user accounts or expired accounts in Active Directory. PowerShell Search-AdAccount cmdlet finds one …

Read more

PowerShell Get computer Domain Membership

by shelladmin

As a system administrator, we need to install application on remote computer on the domain. As a best practice its good to get computer domain …

Read more

PowerShell – Create Directory If Not Exists

by shelladmin

While doing folder based operation in PowerShell script file, it’s very common practice to check if directory exists and create directory if not exists. If …

Read more

Create Shortcut on User Desktop using PowerShell

by shelladmin

In this post, I will explain you how to use PowerShell script to create shortcut for file, folder or application in PowerShell. Few days ago, …

Read more

Useful PowerShell Scripts for Help Desk

by shelladmin

PowerShell has powerful set of commands and used by system admins, service desk staff, help desk staff, software developers to automate task, configuration management using …

Read more

Post navigation
Older posts
Newer posts
← Previous Page1 … Page16 Page17 Page18 … Page21 Next →

Recent Posts

  • Read File Line by Line in PowerShell
  • PowerShell – Rename part of FileName
  • PowerShell – Refresh Environment Variables

Footer

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