Skip to content

ShellGeek

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

shelladmin

PowerShell Export-CSV with Date in FileName

April 14, 2024June 21, 2022 by shelladmin

The Export-CSV cmdlet in PowerShell is used to create a CSV file from the object passed to it and export CSV to the specified location …

Read more

PowerShell Get-ChildItem – Get Full Path of Files in Directory

April 14, 2024June 21, 2022 by shelladmin

Use the Get-ChildItem cmdlet in PowerShell to get the full path of the file in the current directory. Get-ChildItem returns one or more items from …

Read more

PowerShell – Get the Last Modified File in the Directory

April 14, 2024June 21, 2022 by shelladmin

To get the last modified file in the directory using PowerShell, use the Get-ChildItem cmdlet to get the items from the directory and use the …

Read more

How to get the File owner using PowerShell

April 14, 2024June 21, 2022 by shelladmin

To get the file owner using PowerShell, pass the file path to the Get-Acl cmdlet in PowerShell. Get-Acl cmdlet returns information about the file which …

Read more

Dsquery User Email Address Examples

April 14, 2024May 21, 2022 by shelladmin

Dsquery user command finds the user in the active directory that matches the specified search criteria. Active Directory user has mail attribute which stores email-address …

Read more

Convert LastLogonTimestamp to Date in Sql

April 14, 2024May 20, 2022 by shelladmin

The LastLogonTimeStamp attribute of the Active Directory stores the last logon timestamp value in the System.Int64 data type format. This timestamp is the number of …

Read more

Dsquery User – Find users in the Active Directory

April 14, 2024May 17, 2022 by shelladmin

The Dsquery user command is used to find the users in the active directory that matches the specified search criteria. dsquery user command retrieves user …

Read more

Dsquery to Find Inactive Users in Active Directory

April 14, 2024May 16, 2022 by shelladmin

Use the dsquery user command with an inactive parameter to find inactive user accounts in the active directory. dsquery user command has an inactive parameter …

Read more

Dsquery to Find Disabled User Accounts

April 14, 2024May 16, 2022 by shelladmin

Using the dsquery user and dsget user command, we can find disabled user accounts in the active directory. dsquery user command has a disabled parameter …

Read more

Dsquery to find user group membership

April 14, 2024May 16, 2022 by shelladmin

Using the dsquery and dsget command, we can find user group membership or get all AD groups user is a memberof. Active Directory groups contain …

Read more

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