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

Powershell

Add AD Group Members using PowerShell Script

March 16, 2020June 2, 2015 by Morgan

In this article, I am going to write powershell script samples to add members to Active Directory group and add AD …

Read more

Categories Active Directory, AD Management, Powershell

Export AD Computers to CSV using PowerShell

March 16, 2020May 27, 2015 by Morgan

We can generate and export Active Directory computers report to CSV file using powershell cmdlets Get-ADComputer and Export-CSV. The Get-ADComputer …

Read more

Categories Active Directory, Active Directory Report, AD Management, CSV, Powershell

Export Inactive AD Users to CSV using PowerShell

March 16, 2020May 27, 2015 by Morgan

One of the most common task in Active Directory is finding inactive AD users on regular basis to disable or …

Read more

Categories Active Directory, Active Directory Report, AD Management, CSV, Powershell

Import-Module : There were errors in loading the format data file: Microsoft.PowerShell

March 16, 2020May 15, 2015 by Morgan

I have tried to connect Office 365 through powershell to get mailbox size report. $cred = Get-Credential $Session = New-PSSession …

Read more

Categories Office 365, Powershell, Powershell Remoting

C# – Sync AD Password with MS Office 365

March 16, 2020May 14, 2015 by Morgan

We can change or reset Office 365 password through Microsoft 365 Online Service using powershell with C#. You need to …

Read more

Categories Active Directory, C#, Office 365, Powershell

Import Bulk AD Users from CSV using PowerShell

March 16, 2020May 10, 2015 by Morgan

Creating Bulk Active Directory Users in AD is one of important task for every Administrator either for testing or for …

Read more

Categories Active Directory, CSV, Powershell, System Administration

PowerShell – Testing if a String is NULL or EMPTY

March 16, 2020April 16, 2015 by Morgan

Checking if a string is NULL or EMPTY is very common requirement in Powershell script. If we do not checked …

Read more

Categories Powershell, Powershell Tips

Get AD Group Membership of User with Powershell

March 16, 2020April 10, 2015 by Morgan

In this article, I am going write PowerShell script to find and list Active Directory Groups of an AD user …

Read more

Categories Active Directory, Active Directory Report, CSV, Powershell

C# – Get PowerShell Output from MultiValuedProperty Value

March 16, 2020April 10, 2015 by Morgan

In C#, you can execute powershell commands and get output in separate runspace. The following C# example returns the exchange …

Read more

Categories C#, Exchange Server, Powershell

PowerShell – Convert Ticks to DateTime and Vise Versa

March 16, 2020April 8, 2015 by Morgan

You can convert Date to Ticks and Ticks to Date Time using the PowerShell Get-Date cmdlet. Convert Ticks to DateTime …

Read more

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