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

Powershell

Powershell – Delete File If Exists

March 12, 2020March 12, 2015 by Morgan

We can test and check if a file exist or not by using the PowerShell cmdlet Test-Path and we can …

Read more

Categories File System, NTFS, Powershell, Powershell Tips

Get NTFS File Permissions with PowerShell script

November 15, 2021March 11, 2015 by Morgan

We can read the owner and permissions of a file, folders and registry keys with Powershell’s Get-Acl cmdlet. In this …

Read more

Categories File System, NTFS, NTFS Persmission, Powershell, Powershell Tips

How to Ping a Computer with PowerShell

March 12, 2020March 10, 2015 by Morgan

We can check whether a computer is active or down by using Ping class in Powershell. Ping allows an application …

Read more

Categories Network, Powershell, Remote Administration

Powershell – Change Service Account Username and Password

December 10, 2021March 4, 2015 by Morgan

In Powershell, we can change Windows Service Account username and password using WMI based powershell cmdlet Get-WmiObject and the WMI …

Read more

Categories Powershell, Remote Administration, Windows Service, WMI

Powershell – Find Protected AD Groups and Users

March 12, 2020February 21, 2015 by Morgan

Protected Groups and Members You might have faced permission denied (The user has insufficient access rights) problem when modifying a …

Read more

Categories Active Directory, AD Permission, Powershell

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

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
Older posts
Newer posts
← Previous Page1 … Page35 Page36 Page37 … Page39 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