Exchange online powershell Microsoft online Exchange powershell Microsoft online Exchange powershell Display microsoft Exchange Online mailbox information with Office 365 PowerShell Display Exchange Online mailbox information with Office 365 PowerShell $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic –AllowRedirection Import-PSSession $Session Remove-PSSession $Session Display Microsoft Exchange Online mailbox information... Continue Reading →
Add-SPShellAdmin
Applies to: SharePoint Foundation 2013, SharePoint Server 2013 Enterprise When you run this cmdlet to add a user to the SharePoint_Shell_Access role, you must have membership in the securityadmin fixed server role on the SQL Server instance, membership in the db_owner fixed database role on all affected databases, and local administrative permission on the local computer. This cmdlet is intended only to... Continue Reading →