Skip to content
MorganTechSpace
  • Home
  • Powershell
  • Office 365
  • Azure AD
  • Exchange Online
  • SharePoint Online
  • Active Directory
  • Contact

CSV

Export Locked Out AD Accounts to CSV using Powershell

March 12, 2020February 3, 2015 by Morgan

We can find and export lockout out AD user accounts using powershell cmdlets Search-ADAccount and Export-CSV. The following command find …

Read more

Categories Active Directory, CSV, Powershell

Find Inactive AD User Accounts using Powershell

March 12, 2020February 1, 2015 by Morgan

We can find and list inactive AD users using the powershell cmdlet Search-ADAccount with the AccountInactive parameter. In this article, …

Read more

Categories Active Directory, CSV, Powershell

Reset AD User Password with C#

March 12, 2020January 30, 2015 by Morgan

We can reset Active Directory User password using DirectoryEntry class and UserPrincipal class. In this article, I am going to write C# code snippets …

Read more

Categories Active Directory, C#, CSV

Find Disabled AD User Accounts using Powershell

March 12, 2020January 22, 2015 by Morgan

We can find and list disabled Active Directory users using powershell cmdlet Search-ADAccount with the AccountDisabled parameter. In this article, I …

Read more

Categories Active Directory, CSV, Powershell

Find Locked Out AD User Accounts using Powershell

March 12, 2020January 12, 2015 by Morgan

We can find all lockout out AD users by using Powershell cmdlet Search-ADAccount. In this article, I am going to …

Read more

Categories Active Directory, CSV, Powershell

Check and Export Drive Size Report on Multiple Servers using PowerShell

September 16, 2022December 14, 2014 by Morgan

We can easily list the Size and Free Space of all Disks using WMI class Win32_LogicalDisk. The class is a Win32_LogicalDisk which represents a data source that resolves to …

Read more

Categories CSV, Powershell, WMI

Reset Bulk AD Users Password from CSV with Powershell

March 23, 2023November 26, 2014 by Morgan

In this article, I am going write Powershell script samples to Reset Bulk AD User’s Password from CSV file and …

Read more

Categories Active Directory, CSV, Powershell

Schedule Task to Export AD Users to CSV using Powershell script

March 13, 2020November 21, 2014 by Morgan

We can export Active Directory users to CSV file using Powershell cmdlets Get-ADUser and Export-CSV. We have two type of …

Read more

Categories Active Directory, CSV, Powershell, Task Scheduler

Unlock Bulk AD Users From CSV using Powershell script

March 13, 2020November 17, 2014 by Morgan

In this article, I am going write Powershell script samples to Unlock set of AD Users from specific OU and …

Read more

Categories Active Directory, CSV, Powershell

Export AD Users to CSV using Powershell Script

March 13, 2020November 1, 2014 by Morgan

Description: We can easily export Active Directory users to CSV file using Powershell cmdlets Get-ADUser and Export-CSV. In this article, …

Read more

Categories Active Directory, CSV, Powershell
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 Next →

Categories

  • Powershell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Office 365 Groups
  • Active Directory
  • Microsoft Graph
  • PnP-PowerShell
  • CSOM

Recent Posts

  • Get Azure AD (Entra ID) App-Only Access Token with PowerShell
  • Working with REST API in PowerShell using Invoke-RestMethod
  • M365 User SignIn Activity – Neither tenant is B2C or tenant doesn’t have premium license
  • How to Join or Concatenate String and Number Using PowerShell
  • Find Location and County by IP Address with PowerShell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Microsoft 365 Groups
  • OneDrive for Business
  • Azure AD Authentication
  • Active Directory
  • Exchange Server
  • PowerShell
  • PnP PowerShell
  • Microsoft Graph
  • CSOM
  • VBScript

Follow us

  • Facebook
  • Twitter
DMCA.com Protection Status
  • Privacy-Policy
  • Disclaimer
  • TermsOfUse
  • About
Copyright © 2025 MorganTechSpace