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

Powershell Tips

PowerShell : Check if user is member of local Adminstrators group

March 5, 2020October 4, 2017 by Morgan

We can find whether the given user is member of local Administrators group or not by accessing ADSI WinNT Provider. …

Read more

Categories PC, Powershell, Powershell Remoting, Powershell Tips, Security

Check if an user is member of a local group using PowerShell

March 5, 2020October 4, 2017 by Morgan

We can easily find a local user is member of a local group by accessing ADSI WinNT Provider. In this …

Read more

Categories PC, Powershell, Powershell Remoting, Powershell Tips, Security, System Administration

How to find Windows OS version using PowerShell

March 14, 2023September 26, 2017 by Morgan

For troubleshooting purposes, or before deploying any software, it is good to know what is the Windows Operating system version …

Read more

Categories Powershell, Powershell Remoting, Powershell Tips

PowerShell Array : Initialize, Add and Remove Items

March 6, 2020January 31, 2017 by Morgan

Array holds a list of data items. The Powershell array items can be the same type or different types.   …

Read more

Categories Powershell, Powershell Tips

Check if Office 365 user exists or not with Powershell

March 6, 2020November 11, 2016 by Morgan

In this article I am going write powershell script to check if an Office 365 user exists or not with …

Read more

Categories Azure AD, Office 365, Powershell, Powershell Tips

Check if AD user exists with PowerShell

April 25, 2020November 10, 2016 by Morgan

In this article I am going write powershell commands to check if an Active Directory user exists or not with …

Read more

Categories Active Directory, Active Directory Report, Powershell, Powershell Tips

Powershell – Write Output in Console

March 10, 2020August 30, 2016 by Morgan

There are multiple ways to write output to powershell console, you can simply put quotation marks in any string to …

Read more

Categories Powershell, Powershell Tips

Powershell – Contains Check In Where Object

March 10, 2020August 26, 2016 by Morgan

You can use the Where-Object cmdlet to filter objects from a collection based on their property values. We can use …

Read more

Categories Powershell, Powershell Tips

Powershell – Check If String Contains Word

March 10, 2020August 24, 2016 by Morgan

We can use the powershell’s like operator with wildcard character to check if a string contains a word or another …

Read more

Categories Powershell, Powershell Tips

Powershell – Check If String Starts With IgnoreCase

March 10, 2020August 23, 2016 by Morgan

Checking a string is startswith some character(or a string) is common need for every kind of powershell script. We can …

Read more

Categories Powershell, Powershell Tips
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page9 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