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

Active Directory

Powershell : Check if AD User is Member of a Group

March 14, 2020July 16, 2015 by Morgan

We can find if an Active Directory user is member of an AD group using Get-ADGroupMember cmdlet. In this article, …

Read more

Categories Active Directory, Powershell

Check if User is member of AD Group using VBScript

March 14, 2020July 16, 2015 by Morgan

In this article, I am going to write vbscript code to find an Active Directory user is member of an …

Read more

Categories Active Directory, AD Management, VBScript

Import Bulk AD Users from CSV using C#

March 14, 2020July 11, 2015 by Morgan

In this article. I am going write C# code samples to create bulk AD users from CSV file and create …

Read more

Categories Active Directory, AD Management, C#, CSV

Network : There are currently no logon servers available to service the logon request

March 14, 2020July 9, 2015 by Morgan

Problem You might have received the error “There are currently no logon servers available to service the logon request” in …

Read more

Categories Active Directory, Network

ADUC: How to view child objects of AD User, Computer and Group

March 14, 2020July 8, 2015 by Morgan

By default, we can’t view child objects objects of user, computer and group in Active Directory Users and Computers console. …

Read more

Categories Active Directory

C# – Check current machine is Domain Controller or not

March 14, 2020July 6, 2015 by Morgan

We can determine whether the current machine is domain controller or not by checking Domain Role of the computer in …

Read more

Categories Active Directory, C#

Powershell: Find AD users with Change Password at Next Logon

March 14, 2020June 25, 2015 by Morgan

We can get the list of AD users who should change their password at the next logon using Active Directory …

Read more

Categories Active Directory, Active Directory Report, Powershell

Powershell: Get AD users with Password Never Expires

March 14, 2020June 25, 2015 by Morgan

We can get the list of AD users whose password never expire using Active Directory Powershell cmdlet Search-ADAccount with the …

Read more

Categories Active Directory, Active Directory Report, Powershell, System Administration

Export AD Group Members to CSV using Powershell

March 14, 2020June 19, 2015 by Morgan

We can export AD groups and its members using the Active Directory Powershell cmdlets Get-ADGroup and Get-ADGroupMember. Use the following …

Read more

Categories Active Directory, CSV, Powershell

Get AD Group Members using Powershell

March 14, 2020June 19, 2015 by Morgan

We can get the list of AD Group members using Active Directory Powershell cmdlet Get-ADGroupMember. In this article, I am …

Read more

Categories Active Directory, CSV, Powershell
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … 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