Skip to content

ShellGeek

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

shelladmin

PowerShell Get computer Domain Membership

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

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

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

PowerShell – Check If File Exists

April 14, 2024August 30, 2021 by shelladmin

While doing file based operation in script file, its very common practice one should follow to check if file exists on specified location or not. …

Read more

Find Operating System Version of Domain Controllers

April 14, 2024August 30, 2021 by shelladmin

Recently, I have a requirement to get list of operating system version of domain controllers and export to csv name and OS version of domain …

Read more

How to Create OU in Active Directory

April 14, 2024August 30, 2021 by shelladmin

Organizational Unit (OU) is a container object in an Active Directory Domain Services (AD DS) contains group of objects such as user accounts, service accounts …

Read more

PowerShell – Delete File If Exists

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

PowerShell – Replace text in a String [Examples]

April 14, 2024August 30, 2021 by shelladmin

Very often in our day-to-day IT admin task, we may need to perform string operations on data to find a specific string, replace text in …

Read more

Pass Multiple Parameters to Function in PowerShell

April 14, 2024August 30, 2021 by shelladmin

Function, in general, contains code to perform certain tasks and return a value. Functions are mostly used to reuse the functionality. In PowerShell function contains …

Read more

Query Active Directory Users Info Using PowerShell

April 14, 2024August 30, 2021 by shelladmin

Many times administrators want to quickly query active directory users’ account and account properties. PowerShell provides an Active Directory module to manage objects in Active …

Read more

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