In this article, We will show you how to get Exchange Service administrators using Powershell. First, you need to connect Msol Service using Connect-MsolService, if you run the commend, Get-MsolRole command, You will get all the administrator Roles, Wherein you will not get how many members are part of that particular service administrator Role. So , […]
The Start-Transcript cmdlet creates a record of all or part of a Windows PowerShell session to a text file. The transcript includes all command that the user types and all output that appears on the console. Starting in Windows PowerShell 5.0, Start-Transcript includes the host name in the generated file name of all transcripts. This is especially useful when […]