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

Powershell

Enable Remote Exchange Powershell

March 16, 2020June 11, 2015 by Morgan

We can run Exchange Management Powershell cmdlets in Exchange server to get mailbox related details. However, if you want to …

Read more

Categories Exchange Server, Powershell, Powershell Remoting

Remote Exchange Powershell – Value cannot be null. Parameter name: serverSettings

March 16, 2020June 10, 2015 by Morgan

Problem I have tried to get mailbox user details in Exchange 2010 from remote computer through powershell script. To run …

Read more

Categories Exchange Server, Powershell, Powershell Remoting

Create a Folder If Not Exists in PowerShell

March 16, 2020June 9, 2015 by Morgan

We can check if a folder exist or not by using the PowerShell cmdlet Test-Path and create a new folder …

Read more

Categories Powershell, Powershell Tips

Export Mailbox Size to CSV using Powershell Script

March 16, 2020June 9, 2015 by Morgan

We can find the mailbox size of all users by using the exchange powershell cmdlet Get-MailboxStatistics. The Get-MailboxStatistics cmdlet is …

Read more

Categories Active Directory, CSV, Exchange Server, Powershell

Create a File If Not Exists via PowerShell

November 11, 2022June 8, 2015 by Morgan

We can check if a file exists or not by using the PowerShell cmdlet Test-Path and create a new file using the New-Item cmdlet. The below …

Read more

Categories Powershell, Powershell Tips

Check If Folder Exists or Not in PowerShell

March 16, 2020June 8, 2015 by Morgan

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

Read more

Categories Powershell, Powershell Tips

Read or Import CSV File in PowerShell

March 16, 2020June 8, 2015 by Morgan

We can read text from CSV file using powershell’s Import-Csv cmdlet. The Import-Csv cmdlet provides a way to read in data …

Read more

Categories CSV, Powershell, Powershell Tips

Get Mailbox Size for All Users using PowerShell

March 16, 2020June 5, 2015 by Morgan

We can find the total used space of mailbox of all users by using the exchange powershell cmdlet Get-MailboxStatistics. The …

Read more

Categories Exchange Server, Powershell

Get and Set Execution Policy in PowerShell

March 16, 2020June 4, 2015 by Morgan

The powershell cmdlet Get-ExecutionPolicy tells you which of the four execution policies is currently enabled. The Windows PowerShell execution policies …

Read more

Categories Powershell, Powershell Tips

How to check PowerShell Version

March 16, 2020June 4, 2015 by Morgan

We can use $PSVersionTable.PSVersion to determine what version of PowerShell is installed on a computer. If the variable does not …

Read more

Categories Powershell, Powershell Tips
Older posts
Newer posts
← Previous Page1 … Page32 Page33 Page34 … 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