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

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

Powershell : Resolve Hostname from IP address and vice versa

March 14, 2020June 24, 2015 by Morgan

In this article, I am going to write powershell script to find machinename from IP address and get IP address …

Read more

Categories Network, Powershell

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

Change Service Account Information using VBScript

March 14, 2020June 18, 2015 by Morgan

We can easily manage Windows Service account through vbscript by using the WMI class Win32_Service. Use the below vbscript code …

Read more

Categories Services, VBScript

Change Service Account Password using VBScript

March 14, 2020June 18, 2015 by Morgan

We can easily manage Windows Service through vbscript by using the WMI class Win32_Service. Use the below vbscript code to …

Read more

Categories Services, VBScript

Powershell Error: Pipelines Cannot be Executed Concurrently

March 14, 2020June 17, 2015 by Morgan

Problem Today I have received the Powershell error “Pipelines Cannot be Executed Concurrently” while running commands in Exchange Management Shell. …

Read more

Categories Exchange Server, Powershell

Export Distribution List Members to CSV using Powershell

March 14, 2020June 17, 2015 by Morgan

We can get Distribution list members by using the Exchange cmdlet Get-DistributionGroupMember in Powershell and export Distribution list members to …

Read more

Categories Active Directory, CSV, Exchange Server, Powershell
Older posts
Newer posts
← Previous Page1 … Page47 Page48 Page49 … Page82 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 © 2026 MorganTechSpace