Skip to content

ShellGeek

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

shelladmin

Get-ADGroup – Manage Active Directory Groups

April 14, 2024September 9, 2023 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

Get-AdGroupMember – Export AD Group Members to CSV

April 14, 2024September 9, 2023 by shelladmin

Get-AdGroupMember PowerShell cmdlet gets AD group members, members can be users, computers, or groups. Administrator often needs to export active directory group members to CSV …

Read more

Useful PowerShell Scripts for Help Desk

April 14, 2024September 9, 2023 by shelladmin

PowerShell has a powerful set of commands and is used by system admins, service desk staff, help desk staff, and software developers to automate tasks, …

Read more

PowerShell Get-ChildItem (gci,dir) Guide [With Examples]

April 14, 2024September 9, 2023 by shelladmin

PowerShell Get-ChildItem cmdlet gets the items and child items in or more specified location. PowerShell Get-ChildItem (GCI) is similar to the dir command in the …

Read more

ErrorAction Parameter |ErrorVariable Parameter in PowerShell

April 14, 2024September 8, 2023 by shelladmin

If you have prior software development experience, for exception handling we generally use PowerShell Try-Catch-Finally block. PowerShell also supports try-catch-finally block to handle or respond …

Read more

Using PowerShell – IIS Get list of Websites

April 14, 2024September 8, 2023 by shelladmin

The `Get-IISSite` cmdlet in PowerShell gets the IIS websites. You can specify the Name parameter to get IIS site information like the IIS website name, …

Read more

PowerShell Execute Script With NoProfile Parameter

April 14, 2024September 8, 2023 by shelladmin

The NoProfile parameter in PowerShell can be used to prevent the execution of the user’s profile when the PowerShell starts. The profile is a script …

Read more

$PSScriptRoot in PowerShell – Get full path of executing script

April 14, 2024September 8, 2023 by shelladmin

$PSScriptRoot automatic variable in PowerShell Contains the full path to the script that uses the $PSScriptRoot variable in the script or command. $PSScriptRoot is one …

Read more

PowerShell script is not digitally signed

April 14, 2024September 8, 2023 by shelladmin

When we download the PowerShell script from the internet and try to run it on the local system using PowerShell, it throws an exception as …

Read more

PowerShell List Files in Directory

April 14, 2024September 8, 2023 by shelladmin

In one of my recent tasks, I had to deal with files and folder-based operations on a local system. File or folder-based operation is a …

Read more

Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 … 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