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

Active Directory

AD user not inheriting permissions of non admin user

March 12, 2020February 19, 2015 by Morgan

Problem: Today, I have faced access denied (The user has insufficient access rights) problem when modifying a user object by …

Read more

Categories Active Directory, AD Permission

VBScript to find locked out accounts in AD

March 12, 2020February 12, 2015 by Morgan

In this article, I am going write vbscript code to find locked-out Active Directory user accounts and export currently locked-out users to …

Read more

Categories Active Directory, Active Directory Report, System Administration, VBScript

Export Disabled AD Users to CSV with Powershell

March 12, 2020February 11, 2015 by Morgan

We can Ffnd and export disabled AD Users using powershell cmdlets Search-ADAccount and Export-CSV. The below powershell lists all the …

Read more

Categories Active Directory, CSV, Powershell

PowerShell: How to Import Active Directory module

March 12, 2020February 4, 2015 by Morgan

If you are going to run Active Directory cmdlets in Powershell. You need to import Active Directory module before executing …

Read more

Categories Active Directory, Powershell, Powershell Tips

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

How to find a computer is joined to an Active Directory domain or not

March 12, 2020January 6, 2015 by Morgan

We can easily find whether a computer is joined to an Active Directory domain or not by various methods. In …

Read more

Categories Active Directory, Command Prompt, Desktop, Network
Older posts
Newer posts
← Previous Page1 … Page8 Page9 Page10 … Page18 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