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, ...
- Host: GitHub
- URL: https://github.com/dahead/pshat
- Owner: dahead
- Created: 2019-11-01T17:18:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T08:13:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T17:50:12.440Z (11 months ago)
- Topics: azure, office365, powershell, script, skype-for-business, teams
- Language: PowerShell
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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