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

Get Computer Name from IP Address and vise versa in CMD

March 12, 2020February 19, 2015 by Morgan

We can get computer name/machine name from ip address using either ping command or tracert and we can get ip …

Read more

Categories Command Prompt, Name Resolution, Network

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 Add and Edit Registry Values via Group Policy

March 12, 2020January 10, 2015 by Morgan

In this article, I am going to explain how to add and edit registry values into group of computers via …

Read more

Categories GPO, Registry
Older posts
Newer posts
← Previous Page1 … Page55 Page56 Page57 … 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 © 2025 MorganTechSpace