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

Search Results for: label/Powershell

Export AD Users to CSV using PowerShell

March 11, 2020March 16, 2015 by Morgan

We can generate and export Active Directory users report to CSV file using Powershell cmdlets Get-ADUser and Export-CSV. Get-ADUser cmdlet …

Read more

Categories Active Directory, Active Directory Report, CSV, Powershell

Powershell – Get AD Users Password Expiry Date

March 12, 2020March 13, 2015 by Morgan

We can find and list the password expiry date of AD user accounts from Active Directory using the computed schema …

Read more

Categories Active Directory, CSV, LDAP Filters, Powershell

Powershell – Check If File Exists or Not

March 12, 2020March 12, 2015 by Morgan

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

Read more

Categories File System, NTFS, Powershell, Powershell Tips

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

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

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

Powershell : Convert SecureString to Plain Text

March 12, 2020December 20, 2014 by Morgan

You can force user to enter password from Powershell script using Read-Host cmdlet, and you can mask the password string by …

Read more

Categories Powershell, Powershell Tips

How to pass arguments to PowerShell script

March 12, 2020December 20, 2014 by Morgan

In this article, I am going to explain about how to pass arguments into Powershell script and how to get …

Read more

Categories Powershell Tips
Older posts
Newer posts
← Previous Page1 Page2 Page3 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