An open API service indexing awesome lists of open source software.

https://github.com/dahead/pshat

Powershell Admin Tools for Office 365 and local AD, File Server, ...
https://github.com/dahead/pshat

azure office365 powershell script skype-for-business teams

Last synced: 3 months ago
JSON representation

Powershell Admin Tools for Office 365 and local AD, File Server, ...

Awesome Lists containing this project

README

          

### Exchange

## Login mit MFA

```
Connect-ExchangeOnline -UserPrincipalName myadminuser@mycompany.de -ShowProgress $True
```

## Mails Tipps anzeigen

```
Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true
```

## External Mail Flag anzeigen

```
Set-ExternalInOutlook -Enabled $true
```
See:
- https://www.bleepingcomputer.com/news/microsoft/microsoft-365-adds-external-email-tags-for-increased-security/
- https://docs.microsoft.com/en-us/powershell/module/exchange/set-externalinoutlook?view=exchange-ps