Skip to content

ShellGeek

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

shelladmin

Get Ad User Home Directory and Home Drive

April 14, 2024February 26, 2022 by shelladmin

Active Directory user has Home Directory, Home Drive, and Profile Path properties in their profile. Get-AdUser cmdlet in the Active Directory module is used to …

Read more

Startup Folder Path in Windows Server 2019,2016 or 2012

April 14, 2024February 22, 2022 by shelladmin

Startup folder in Windows server 2012,2016 or 2019 or other Windows OS like Windows 10,11 contains the app which you want to run at startup. …

Read more

Get-ChildItem LastWriteTime – Find files by Last Modified Date

April 14, 2024February 22, 2022 by shelladmin

Use the Get-ChildItem LastWriteTime attribute to find the list of files with lastwritetime.Get-ChildItem in PowerShell gets one or more child items from the directory and …

Read more

Get Active Directory OU Permissions Report

April 14, 2024February 21, 2022 by shelladmin

The Get-AdOrganizational cmdlet in PowerShell gets organizational units. Using the Get-Acl cmdlet in PowerShell, it gets an Active Directory OU permissions report. Get-Acl cmdlet in …

Read more

Get Active Directory Users Permissions Report

April 14, 2024February 21, 2022 by shelladmin

The Get-AdUser cmdlet in PowerShell is used to get one or more active directory users. Using the Get-Acl cmdlet, it gets an Active Directory users …

Read more

Get-AdUser Title using PowerShell

April 14, 2024February 21, 2022 by shelladmin

Using the Get-Aduser Title property in PowerShell, the Active Directory user title can be easily retrieved. Active Directory user has Job Title property where it …

Read more

Get-ADUser Email Address Using PowerShell

April 14, 2024February 20, 2022 by shelladmin

ActiveDirectory module for Windows PowerShell contains a group of cmdlets to manage your Active Directory domains, Configuration sets, manage active directory users like get-aduser email …

Read more

Get-AdUser Employee ID in PowerShell

April 14, 2024February 18, 2022 by shelladmin

As Administrators, often we need to get user employee id or employee number from the active directory or get aduser samaccountname from employee id to …

Read more

Add-Content – Append Text to File in PowerShell

April 14, 2024February 18, 2022 by shelladmin

While working with files in PowerShell, we have to append text to a file using PowerShell like adding text to the end of a file, …

Read more

PowerShell Get-Date – Get Current Date Time

April 14, 2024February 17, 2022 by shelladmin

The Get-Date cmdlet in PowerShell gets the current date and time of the system. Get-Date uses the computer’s culture settings to format the output date …

Read more

Older posts
Newer posts
← Previous Page1 … Page48 Page49 Page50 … 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