├── 02_Exchange_Online_Mailbox_Information.ps1 ├── 03_Create_anti-spam_policies.ps1 ├── 04_Create_Retention_Policies.ps1 ├── 05_Create_Malware_Policy.ps1 ├── 06_SPO_Site_Erstellen.ps1 ├── 07_Ressourcen_Postfach.ps1 ├── 08_Verteilerliste.ps1 ├── 09_Install_Exchange_Online_PowerShell_V2_module.ps1 ├── 10_Enable_disable_access_Exchange_Online_PowerShell.ps1 ├── 12_Email-Alias.ps1 ├── 13_Massenvorgang.ps1 ├── 14_freigegebene_Postfächer.ps1 ├── 15_Find_All_Microsoft_365_Group_Owners.ps1 ├── 16_List_Inactive_Users_Microsoft365.ps1 ├── Arbeiten_mit_Microsoft_365_Gruppen.ps1 ├── Change_Users_UPN.ps1 ├── Create_Team_and_Channel.ps1 ├── Dehydrated_Microsoft365_Tenant.ps1 ├── Email-Adressen.csv ├── Enable_AuditLog.ps1 ├── Exchange └── Mailbox_last_access.ps1 ├── Exchange_Mailbox_LastLogin.ps1 ├── Export_ALL_Distribution_List_Members_with_Membership.ps1 ├── Get_Guest_User_Last_Login.ps1 ├── Getting_started_with_management_using_PowerShell ├── 01_01_Install_and_Connect.ps1 ├── 01_02_Manage_Users.ps1 ├── 01_03_Manage_Licenses.ps1 ├── 01_04_Users_no_Manager_in_Profile.ps1 ├── 02_01_SPO_Module_Connect.ps1 ├── 02_02_Manage_Site_Collections.ps1 ├── 02_03_Managing_Sites.ps1 ├── 03_01_EXO_Module_Conncect.ps1 ├── 03_02_Managing_E-mail.ps1 ├── 03_03_Convert-MailUser.ps1 ├── 03_04_Investigate_Exchange_Online.ps1 ├── 04_01_Teams_Module_Connect.ps1 ├── 04_01b_Create_Team_and_Channel.ps1 ├── 04_02_Managing_Teams.ps1 ├── 04_03_Teams_Policy_Investigate.ps1 ├── 06_01_Investigate_Admin_Roles.ps1 └── 06_02_Search_User_with_MFA.ps1 ├── Group_Security_enabled.ps1 ├── Investigate_Admin_Roles.ps1 ├── Links.txt ├── Monitoring_License_Allocation.ps1 ├── NoPowerShell.txt ├── OME_Advanced_Template.ps1 ├── PS_xMulti_Connection_Office_365.ps1 ├── README.md ├── Search_User_with_MFA.ps1 ├── Teams_Policy_Investigate.ps1 └── Use_Exchange_Online_V2.ps1 /02_Exchange_Online_Mailbox_Information.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/02_Exchange_Online_Mailbox_Information.ps1 -------------------------------------------------------------------------------- /03_Create_anti-spam_policies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/03_Create_anti-spam_policies.ps1 -------------------------------------------------------------------------------- /04_Create_Retention_Policies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/04_Create_Retention_Policies.ps1 -------------------------------------------------------------------------------- /05_Create_Malware_Policy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/05_Create_Malware_Policy.ps1 -------------------------------------------------------------------------------- /06_SPO_Site_Erstellen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/06_SPO_Site_Erstellen.ps1 -------------------------------------------------------------------------------- /07_Ressourcen_Postfach.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/07_Ressourcen_Postfach.ps1 -------------------------------------------------------------------------------- /08_Verteilerliste.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/08_Verteilerliste.ps1 -------------------------------------------------------------------------------- /09_Install_Exchange_Online_PowerShell_V2_module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/09_Install_Exchange_Online_PowerShell_V2_module.ps1 -------------------------------------------------------------------------------- /10_Enable_disable_access_Exchange_Online_PowerShell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/10_Enable_disable_access_Exchange_Online_PowerShell.ps1 -------------------------------------------------------------------------------- /12_Email-Alias.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/12_Email-Alias.ps1 -------------------------------------------------------------------------------- /13_Massenvorgang.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/13_Massenvorgang.ps1 -------------------------------------------------------------------------------- /14_freigegebene_Postfächer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/14_freigegebene_Postfächer.ps1 -------------------------------------------------------------------------------- /15_Find_All_Microsoft_365_Group_Owners.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/15_Find_All_Microsoft_365_Group_Owners.ps1 -------------------------------------------------------------------------------- /16_List_Inactive_Users_Microsoft365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/16_List_Inactive_Users_Microsoft365.ps1 -------------------------------------------------------------------------------- /Arbeiten_mit_Microsoft_365_Gruppen.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Arbeiten_mit_Microsoft_365_Gruppen.ps1 -------------------------------------------------------------------------------- /Change_Users_UPN.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Change_Users_UPN.ps1 -------------------------------------------------------------------------------- /Create_Team_and_Channel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Create_Team_and_Channel.ps1 -------------------------------------------------------------------------------- /Dehydrated_Microsoft365_Tenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Dehydrated_Microsoft365_Tenant.ps1 -------------------------------------------------------------------------------- /Email-Adressen.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Email-Adressen.csv -------------------------------------------------------------------------------- /Enable_AuditLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Enable_AuditLog.ps1 -------------------------------------------------------------------------------- /Exchange/Mailbox_last_access.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Exchange/Mailbox_last_access.ps1 -------------------------------------------------------------------------------- /Exchange_Mailbox_LastLogin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Exchange_Mailbox_LastLogin.ps1 -------------------------------------------------------------------------------- /Export_ALL_Distribution_List_Members_with_Membership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Export_ALL_Distribution_List_Members_with_Membership.ps1 -------------------------------------------------------------------------------- /Get_Guest_User_Last_Login.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Get_Guest_User_Last_Login.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/01_01_Install_and_Connect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/01_01_Install_and_Connect.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/01_02_Manage_Users.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/01_02_Manage_Users.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/01_03_Manage_Licenses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/01_03_Manage_Licenses.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/01_04_Users_no_Manager_in_Profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/01_04_Users_no_Manager_in_Profile.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/02_01_SPO_Module_Connect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/02_01_SPO_Module_Connect.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/02_02_Manage_Site_Collections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/02_02_Manage_Site_Collections.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/02_03_Managing_Sites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/02_03_Managing_Sites.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/03_01_EXO_Module_Conncect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/03_01_EXO_Module_Conncect.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/03_02_Managing_E-mail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/03_02_Managing_E-mail.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/03_03_Convert-MailUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/03_03_Convert-MailUser.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/03_04_Investigate_Exchange_Online.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/03_04_Investigate_Exchange_Online.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/04_01_Teams_Module_Connect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/04_01_Teams_Module_Connect.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/04_01b_Create_Team_and_Channel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/04_01b_Create_Team_and_Channel.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/04_02_Managing_Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/04_02_Managing_Teams.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/04_03_Teams_Policy_Investigate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/04_03_Teams_Policy_Investigate.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/06_01_Investigate_Admin_Roles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/06_01_Investigate_Admin_Roles.ps1 -------------------------------------------------------------------------------- /Getting_started_with_management_using_PowerShell/06_02_Search_User_with_MFA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Getting_started_with_management_using_PowerShell/06_02_Search_User_with_MFA.ps1 -------------------------------------------------------------------------------- /Group_Security_enabled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Group_Security_enabled.ps1 -------------------------------------------------------------------------------- /Investigate_Admin_Roles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Investigate_Admin_Roles.ps1 -------------------------------------------------------------------------------- /Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Links.txt -------------------------------------------------------------------------------- /Monitoring_License_Allocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Monitoring_License_Allocation.ps1 -------------------------------------------------------------------------------- /NoPowerShell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/NoPowerShell.txt -------------------------------------------------------------------------------- /OME_Advanced_Template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/OME_Advanced_Template.ps1 -------------------------------------------------------------------------------- /PS_xMulti_Connection_Office_365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/PS_xMulti_Connection_Office_365.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/README.md -------------------------------------------------------------------------------- /Search_User_with_MFA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Search_User_with_MFA.ps1 -------------------------------------------------------------------------------- /Teams_Policy_Investigate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Teams_Policy_Investigate.ps1 -------------------------------------------------------------------------------- /Use_Exchange_Online_V2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomwechsler/Microsoft365/HEAD/Use_Exchange_Online_V2.ps1 --------------------------------------------------------------------------------