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

Powershell Tips

Powershell Where-Object Filter Examples

March 14, 2020August 29, 2015 by Morgan

We can use the cmdlet Where-Object to filter data returned by other cmdlets. The below command filter the result form …

Read more

Categories Powershell, Powershell Tips

Powershell Select –ExpandProperty [PropertyName]

March 14, 2020August 29, 2015 by Morgan

We use select-object command to get properties from powershell output. Things are always fine with select-object if select the single …

Read more

Categories Powershell, Powershell Tips

Set Environment Variable using Powershell Script

March 14, 2020August 8, 2015 by Morgan

We can get, set, modify and remove environment variables using the .NET class [Environment]. The following command list all the …

Read more

Categories Powershell, Powershell Tips

Powershell Get Environment variable from Remote machine

March 14, 2020August 8, 2015 by Morgan

We can find and list the environment variables using the .NET class [Environment]. The following command list all the environment …

Read more

Categories Powershell, Powershell Remoting, Powershell Tips

Powershell – Get Environment Variables using Get-Childitem

March 14, 2020August 8, 2015 by Morgan

We can get the complete list of environment variables using Get-Childitem cmdlet. The following command list all the local environment …

Read more

Categories Powershell, Powershell Tips

Get list of environment variables from Powershell

March 14, 2020August 8, 2015 by Morgan

We can get the list of environment variables using the .NET class [Environment]::. The following command list all the local …

Read more

Categories Powershell, Powershell Tips

Difference between single and double quotes in Powershell

March 14, 2020July 31, 2015 by Morgan

You might have come across the question “What are the differences between single and double quotes in Powershell” when you …

Read more

Categories Powershell, Powershell Tips

Powershell – Declare Array and Iterate with ForEach

March 14, 2020July 22, 2015 by Morgan

In Powershell, you can iterate through list of objects (or collection of objects) using ForEach loop. You can either initialize …

Read more

Categories Powershell, Powershell Tips

Powershell : List only required Parameters for a Cmdlet

March 14, 2020July 16, 2015 by Morgan

We can get all the required parameters for a Powershell cmdlet using Get-Help cmdlet. The Get-Help displays the detailed description …

Read more

Categories Powershell, Powershell Tips

Powershell : List all the available Parameters for a Cmdlet

March 14, 2020July 16, 2015 by Morgan

We can get all the available parameters for a Powershell cmdlet using Get-Help cmdlet, it displays the detailed description of …

Read more

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