- Software -
Ownership on Office 365 for groups ...
|
(posted by Steven A on 2013-02-11 14:31:08)
|
Ownership on Office 365 for groups |
Solution:connect to power shell - Office 365
Download the Following.
Run Microsoft Online Services Module for Windows PowerShell as Administrator
Connect-MsolService
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic –AllowRedirection
Set-ExecutionPolicy Unrestricted
Import-PSSession $Session
Set-DistributionGroup -Identity 'groupname' -BypassSecurityGroupManagerCheck -ManagedBy 'TheManager'
|
© 2024 TkFast, Inc. | | |
|