Skip to content

ShellGeek

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

shelladmin

Change UPN Suffix with PowerShell

by shelladmin

Office 365 and Azure have a requirement to authenticate users with upn, as an administrator, you have to make sure user UPN same and matches …

Read more

PowerShell Find file (Search for Files using Get-ChildItem)

by shelladmin

Get-ChildItem cmdlet in PowerShell is used to get items in one or more specified locations. Using Get-ChildItem, you can find files. You can easily find …

Read more

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

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

Older posts
Newer posts
← Previous Page1 … Page29 Page30 Page31 … 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