├── Anonymous Link Activity Report ├── AnonynousLinkActivityReport.ps1 └── README.md ├── App Registrations with Expiring Certificates & Client Secrets ├── AppRegistrationsWithExpiringCertAndSecrets.ps1 └── README.md ├── Archive Mailbox Size Report ├── GetArchiveMailboxSize.ps1 └── README.md ├── Audit Compromised User Activities from a Specific Session ├── README.md └── UserSessionAuditReport.ps1 ├── Audit DLP Rule Matches in M365 ├── AuditDLPRuleMatches.ps1 └── README.md ├── Audit Email Deletion in Office 365 ├── AuditDeletedEmails.ps1 └── README.md ├── Audit Entra App Operations ├── AuditEntraAppOperations.ps1 └── README.md.md ├── Audit External User Activity ├── AuditExternalUserActivity.ps1 └── README.md ├── Audit Failed Signin Attempts in Entra ├── GetEntraFailedSignIns.ps1 └── README.md ├── Audit File Access in SPO ├── AuditFileAccess.ps1 └── README.md ├── Audit File Activities in SPO ├── AuditFileActivities.ps1 └── README.md ├── Audit File Deletion ├── AuditFileDeletion.ps1 └── README.md ├── Audit File Downloads in SPO ├── AuditFileDownloads.ps1 └── README.md ├── Audit File Sharing in Microsoft Teams ├── AuditTeamsFileSharingActivities.ps1 └── README.md ├── Audit Group Membership Changes ├── AuditGroupMembershipChanges.ps1 └── README.md ├── Audit M365 Admins Activities ├── AdminActivityReport.ps1 └── README.md ├── Audit M365 User Creations ├── AuditM365UserCreations.ps1 └── README.md ├── Audit MS Teams Channel Creations ├── AuditMSTeamsChannelCreations.ps1 └── README.md ├── Audit MS Teams Membership Changes ├── AuditTeamsMembershipChanges.ps1 └── README.md ├── Audit Mailbox Permission Changes ├── AuditMailboxPermissionChanges.ps1 └── README.md ├── Audit Office 365 External Sharing Activity ├── ExternalSharingReport.ps1 └── README.md ├── Audit Office 365 User Activity Report ├── README.md └── UserActivityReport.ps1 ├── Audit PIM Role Activations and Deactivations ├── AuditPIMRoleActivations.ps1 └── README.md ├── Audit Recently Created M365 Users ├── AuditM365UserCreations.ps1 └── README.md ├── Audit SPO Folder Activities ├── AuditSPOFolderActivities.ps1 └── README.md ├── Audit SPO Group Membership Changes ├── AuditSPOGroupMembershipChanges.ps1 └── README.md ├── Audit Send As emails ├── AuditSendAsEmails.ps1 └── README.md ├── Audit Shared Mailbox Activities ├── AuditSharedMailboxActivities.ps1 └── README.md ├── Audit Teams meetings ├── AuditTeamsMeetings.ps1 └── README.md ├── Audit User Account Status Changes ├── AuditUserAccountStatusChanges.ps1 └── README.md ├── Audit Who Deleted Emails From Shared Mailboxes ├── AuditEmailDeletionsInSharedMB.ps1 └── ReadMe.md ├── Auto Archive Inactive Teams in MS Teams ├── AutoArchiveInactiveTeams.ps1 └── README.md ├── Automate Compromised Account Remediation ├── AutomateCompromisedAccountRemediation.ps1 └── README.md ├── Automate M365 User Offboarding ├── M365UserOffBoarding.ps1 └── README.md ├── Automate Outlook Signature - Deploy Once and Forget It ├── AutomateSignatureInOutlook.ps1 ├── Build-inTemplate.html └── README.md ├── Azure AD Devices Report ├── GetAzureADDevicesReport.ps1 └── README.md ├── Check Per-user MFA Status using MS Graph ├── CheckMFAStatus.ps1 └── README.md ├── Configure Email Signature in Outlook ├── Build-inTemplate.html ├── README.md └── SetupEmailSignatureInOutlook.ps1 ├── Connect MS Graph with Certificate-Automate Azure app registration ├── ConnectMSGraphCertificate.ps1 └── README.md ├── Connect Microsoft Graph PowerShell ├── ConnectMgGraph.ps1 └── README.md ├── Connect to All Office 365 Services PowerShell Script ├── ConnectO365Services.ps1 └── README.md ├── Connect to Exchange Online PowerShell script ├── ConnectExchangeOnlinePowerShell.ps1 └── README.md ├── Convert DL to M365 Groups ├── ConvertDLToM365Group.ps1 └── README.md ├── Convert User Mailboxes to Shared Mailboxes in Bulk ├── ConvertUserMailboxToSharedMailbox.ps1 └── README.md ├── Copy Membership and Ownership Between DLs ├── CopyMembersandOwnersfromDL.ps1 └── README.md ├── Delete Older Emails in Outlook ├── DeleteOlderEmails.ps1 └── README.md ├── Disable Self-service Purchase in M365 ├── DisableSelfServicePurchase.ps1 └── README.md ├── Enable MFA for Admin Users ├── EnableMFAforAdmins.ps1 └── README.md ├── Enable Mailbox Auditing for Office 365 Users ├── EnableMBAuditLogging.ps1 └── README.md ├── Export All Mailboxes in EXO ├── GetMailboxes.ps1 └── README.md ├── Export CA policies ├── ExportCAPolicies.ps1 └── README.md ├── Export Distribution Groups ├── GetDistributionGroups.ps1 ├── README.md └── RecipientTypeDetails.txt ├── Export Entra Sign-in Logs ├── GetEntraSigninLogs.ps1 └── README.md ├── Export Entra Users ├── GetEntraUsersDetails.ps1 └── README.md ├── Export MFA Status Report using MS Graph ├── GetMFAStatusReport.ps1 └── README.md ├── Export Mailbox Hold Details ├── MailboxHoldReport.ps1 └── README.md ├── Export Mailbox Usage & Quota Report ├── GetMailboxUsageAndQuotaReport.ps1 └── README.md ├── Export Non-audited Mailbox Actions ├── GetMB_NonAuditedActions.ps1 └── README.md ├── Export Office 365 Groups a User is Member Of ├── README.md └── UserMembershipReport.ps1 ├── Export OneDrive Urls and Usage Size ├── GetOneDriveSiteUrls.ps1 └── README.md ├── Export SPO File & Folder Storage Consumption Report ├── README.md └── SPOFileFolderStorageConsumptionReport.ps1 ├── Export SharePoint Online External Users report ├── README.md └── SPOExternalUsersReport.ps1 ├── Export Shared channel members report ├── GetSharedChannelMembersReport.ps1 └── README.md ├── External Warning Rule for External Emails ├── ExternalWarningRule.ps1 └── README.md ├── File Version History Report ├── GetFileVersionHistoryReport.ps1 └── README.md ├── Find DLs with External Users ├── DLsWithExternalUsers.ps1 └── README.md ├── Find Expired Anyone (Anonymous) links ├── FindExpiredAnyoneLinks.ps1 └── README.md ├── Find Groups with Disabled Users ├── GroupsWithDisabledUsers.ps1 └── README.md ├── Find Inactive Distribution Lists ├── FindInactiveDistributionLists.ps1 └── README.md ├── Find Inactive Teams ├── FindInactiveTeams.ps1 └── README.md ├── Find Inbox Rules that Forwards Email Externally ├── GetInboxRulesWithExternalForwarding.ps1 └── README.md ├── Find Licensed Groups in M365 ├── FindGroupsWithLicense.ps1 ├── LicenseFriendlyName.txt └── README.md ├── Find M365 Subscriptions Expiry Date ├── LicenseFriendlyName.txt └── M365SubscriptionExpiryDateReport.ps1 ├── Find M365 User License Assignment Path ├── FindM365LicenseAssignmentPath.ps1 ├── LicenseFriendlyName.csv ├── README.md └── ServicePlansFrndlyName.csv ├── Find Non-Compliant Shared Mailboxes ├── NonCompliantSharedMailboxes.ps1 └── README.md ├── Find Orphaned Teams ├── FindOrphanedTeams.ps1 └── README.md ├── Find Teams Channels with External Users ├── FindTeamsChannelsWithExternalMembers.ps1 └── ReadMe.md ├── Find Teams Meetings Attended By a Specific User ├── GetUserSpecificTeamsMeetingsReport.ps1 └── README.md ├── Find Teams with Guests and External Users ├── GetTeamsWithGuests.ps1 └── README.md ├── Find Unused Microsoft 365 Licenses ├── FindUnusedM365Licenses.ps1 ├── LicenseFriendlyName.csv └── README.md ├── Find and Remove Inactive Users ├── DeleteInactiveUsers.ps1 ├── LicenseFriendlyName.txt └── README.md ├── Find who Sent Emails from Shared Mailboxes ├── FindWhoSentEmailFromSharedMailbox.ps1 └── README.md ├── Get Active and Expired Certificates & Secreats in Enta Apps ├── GetAppsCertificatesAndSecrets.ps1 └── ReadMe.md ├── Get Alerts for Break Glass Account Activities ├── BreakGlassAccountActivityAlert.ps1 └── README.md ├── Get All Anonymously Shared Links ├── GetAllAnonymousLinks.ps1 └── README.md ├── Get All Enterprise Apps and their Owners ├── GetEnterpriseAppsReport.ps1 └── README.md ├── Get All Office 365 Email Addresses ├── GetAllOffice365EmailAddresses.ps1 └── README.md ├── Get All Sharing Links in SharePoint Online ├── GetAllSharingLinks.ps1 └── README.md ├── Get All Subsites in SPO ├── GetSharePointSubsites.ps1 └── README.md ├── Get Calendar Permission Report ├── GetMailboxCalendarPermissions.ps1 └── README.md ├── Get DLs a User is Member Of ├── GetDistributionGroups_UserIsMemberOf.ps1 └── README.md ├── Get Daily Sign-in Summary Report to Your Email ├── README.md └── UserSigninInsights.ps1 ├── Get Entra Enterprise App Permission Report ├── GetEnterpriseAppPermissions.ps1 └── README.md ├── Get List Items Count in SharePoint Online ├── GetSPOListItemsCount.ps1 └── README.md ├── Get M365 Inactive User Report ├── GetM365InactiveUserReport.ps1 ├── LicenseFriendlyName.txt └── README.md ├── Get Mailbox Auto Reply Configuration Report ├── GetMailboxAutoReplyConfiguration.ps1 └── README.md ├── Get Mailbox Folder Permission Report ├── GetMailboxFolderPermissionReport.ps1 └── README.md ├── Get Mailbox Folder Statistics Report ├── GetMailboxFolderStatisticsReport.ps1 └── README.md ├── Get Microsoft Users Direct Membership (Groups, Directory Roles, and AUs) ├── ListM365UsersDirectMembershipReport.ps1 └── README.md ├── Get Nested Distribution List Membership Report ├── GetNestedDistributionGroupMembers.ps1 └── README.md ├── Get Nested Groups ├── GetNestedGroups.ps1 └── README.md ├── Get Office 365 Groups Storage Size Report ├── GetOffice365GroupsStorage.ps1 └── README.md ├── Get Risky Users in Entra ├── GetRiskyUsersReport.ps1 └── README.md ├── Get SSPR Status Report ├── GetSSPRstatusReport.ps1 └── README.md ├── Guest User Report ├── GuestUserReport.ps1 └── README.md ├── Guest Users Last Logon Time Report ├── LicenseFriendlyName.txt ├── M365GuestsLastLoginTimeReport.ps1 └── README.md ├── Identify MFA Deployment Source for M365 Users ├── IdentifyMFADeploymentSourcesReport.ps1 └── README.md ├── Identify and Block External Email Forwarding (including Inbox Rules) in Exchange Online ├── BlockExternalEmailForwarding.ps1 └── README.md ├── Identify and Block Shared Mailbox Signin ├── BlockSigninForSharedAndResourceMailbox.ps1 └── README.md ├── Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users ├── DirectLicenseCleanup.ps1 ├── LicenseFriendlyName.txt └── README.md ├── Install and Connect to EXO ├── InstallAndConnectEXO.ps1 └── README.md ├── Last Successful Sign-in Date Report for M365 Users ├── M365UsersLastSuccessfulSigninReport.zip └── README.md ├── LicenseExpiryDateReport ├── LicenseExpiryDateReport.ps1 ├── LicenseFriendlyName.txt └── README.md ├── List M365 Users Registered MFA Authentication Methods ├── GetUsersRegisteredAuthenticationMethodsDetail.ps1 └── README.md ├── List Mailboxes Users Can Access ├── MailboxesUserCanAccess.ps1 └── README.md ├── List SPO Files & Folders Created by External Users ├── ListSPOItemsCreatedbyExternalUsers.ps1 └── README.md ├── List Unlicensed Users in M365 ├── GetUnlicensedUsers.ps1 └── README.md ├── M365 License Cost & Usage Report ├── LicenseCostAndUserFriendlyName.csv ├── M365LicenseCostReport.ps1 └── README.md ├── M365 Users Last Successful Signin Date Report ├── LicenseFriendlyName.txt ├── M365UsersLastSuccessfulSigninReport.ps1 └── README.md ├── M365 Users' Group-based License Assignment Report ├── LicenseFriendlyName.txt ├── M365GroupBasedLicenseReport.ps1 ├── README.md └── ServicePlansFrndlyName.csv ├── Mail Protection Report ├── MailProtectionReport.ps1 └── README.md ├── Mail Traffic Report ├── MailTrafficReport.ps1 └── README.md ├── Mailbox Size Report ├── GetMailboxSizeReport.ps1 └── README.md ├── Manage & Report MS Teams Tag Members ├── ManageTeamsTagAndMembers.ps1 └── README.md ├── Manage Microsoft 365 Licenses using MS Graph ├── LicenseFriendlyName.csv ├── ManageM365Licenses.ps1 └── README.md ├── Microsoft 365 Group Report ├── M365GroupReport.ps1 ├── README.md └── RecipientTypeDetails.txt ├── Microsoft Teams Meetings Call Quality Report ├── README.md └── TeamsCallQualityStatisticsReport.ps1 ├── Microsoft Teams Reports ├── README.md └── TeamsReports.ps1 ├── Microsoft Teams-Private Channel Management ├── PrivateChannelManagement.ps1 └── README.md ├── Notify Entra App Credential Expiry └── AppCertsAndSecretsExpiryNotification.ps1 ├── Office 365 Admin Report ├── AdminReport.ps1 └── README.md ├── Office 365 Distribution Group Members Report ├── GetDistributionGroupMembers.ps1 ├── README.md └── RecipientTypeDetails.txt ├── Office 365 Dynamic Distribution Group Members Report ├── GetDynamicDistributionGroupMembers.ps1 ├── README.md └── RecipientTypeDetails.txt ├── Office 365 Email Forwarding Report ├── EmailForwardingReport.ps1 └── README.md ├── Office 365 Mailbox Permissions Report ├── GetMailboxPermission.ps1 ├── Prerequisites.ps1 └── README.md ├── Office 365 Non-owner Mailbox Access Report ├── NonOwnerMBAccessReport.ps1 └── README.md ├── Office 365 Password Expiry Report ├── PasswordExpiryReport.ps1 └── README.md ├── Office 365 Shared Mailbox Permission Report ├── GetSharedMailboxPermissions.ps1 └── README.md ├── Office 365 User Last Activity Time Report ├── LicenseFriendlyName.txt ├── Prerequisites.ps1 ├── README.md ├── RecipientTypeDetails.txt └── UserLastActivityTimeReport.ps1 ├── Office 365 User Last Logon Time Report ├── LastLogonTimeReport.ps1 ├── LicenseFriendlyName.txt ├── Prerequisites.ps1 └── README.md ├── Office 365 User License Report ├── LicenseFriendlyName.txt ├── Office365UserLicenseReport.ps1 ├── README.md └── ServiceFriendlyName.csv ├── Office 365 User Logon History Report ├── O365UserLoginHistory.ps1 └── README.md ├── Office 365 User MFA Status Report ├── GetMFAStatus.ps1 └── README.md ├── Office 365 manager report ├── GetM365ManagerAndDirectReports.ps1 └── README.md ├── Office365 License Reporting And Management ├── LicenseFriendlyName.txt ├── O365LicenseReportingAndManagement.ps1 └── README.md ├── OneDrive Usage Report ├── OneDriveUsageReport.ps1 └── README.md ├── Plus Addressing Configuration ├── PlusAddressingConfiguration.ps1 └── README.md ├── Prevent Bing Install in Chrome └── PreventBingInstall.ps1 ├── Private Channel Reports in MS Teams ├── MSTeamsPrivateChannelReports.ps1 └── README.md ├── README.md ├── Remove Email Forwarding ├── README.md └── RemoveEmailForwarding.ps1 ├── Remove Sharing Links in SharePoint Online ├── README.md └── RemoveSharingLinks.ps1 ├── Reset MFA Methods For M365 Users ├── README.md └── ResetMFAMethods.ps1 ├── Reset Phone Authentication for M365 Users ├── Readme.md └── ResetPhoneAuthentication.ps1 ├── Room Mailbox Usage report ├── README.md └── RoomMailboxUsageReport.ps1 ├── Room Mailbox report ├── README.md └── RoomMailboxReport.ps1 ├── SPO Document Library Report ├── DocumentLibraryReport.ps1 └── README.md ├── Save Sent Items in Shared Mailbox ├── README.md └── SaveSentItemsInSharedMailbox.ps1 ├── Send Password Expiry Notifications to M365 Users ├── ReadMe.md └── SendPwdExpiryNotification.ps1 ├── Set Azure AD User Manager using MS Graph ├── README.md └── SetAzureADUserManager.ps1 ├── Setup recurring OOF ├── README.md └── SetUpRecurringOOFReplies.ps1 ├── SharePoint Online External User File Access Report ├── ExternalUserFileAccessReport.ps1 └── README.md ├── SharePointDLMapping.ps1 ├── Shared Mailbox Size Report ├── GetSharedMailboxSizeReport.ps1 └── README.md ├── Shared Mailbox report ├── GetSharedMailboxReport.ps1 └── README.md ├── Trace Emails Received From External Domains ├── MailsReceivedFromExternalDomains.ps1 └── README.md ├── Trace Emails Sent to External Domains ├── MailsSentToExternalDomains.ps1 └── README.md └── Track offboarded user activities ├── README.md └── TrackOffboardedM365UserActivities.ps1 /Anonymous Link Activity Report/AnonynousLinkActivityReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Anonymous Link Activity Report/AnonynousLinkActivityReport.ps1 -------------------------------------------------------------------------------- /Anonymous Link Activity Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Anonymous Link Activity Report/README.md -------------------------------------------------------------------------------- /App Registrations with Expiring Certificates & Client Secrets/AppRegistrationsWithExpiringCertAndSecrets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/App Registrations with Expiring Certificates & Client Secrets/AppRegistrationsWithExpiringCertAndSecrets.ps1 -------------------------------------------------------------------------------- /App Registrations with Expiring Certificates & Client Secrets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/App Registrations with Expiring Certificates & Client Secrets/README.md -------------------------------------------------------------------------------- /Archive Mailbox Size Report/GetArchiveMailboxSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Archive Mailbox Size Report/GetArchiveMailboxSize.ps1 -------------------------------------------------------------------------------- /Archive Mailbox Size Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Archive Mailbox Size Report/README.md -------------------------------------------------------------------------------- /Audit Compromised User Activities from a Specific Session/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Compromised User Activities from a Specific Session/README.md -------------------------------------------------------------------------------- /Audit Compromised User Activities from a Specific Session/UserSessionAuditReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Compromised User Activities from a Specific Session/UserSessionAuditReport.ps1 -------------------------------------------------------------------------------- /Audit DLP Rule Matches in M365/AuditDLPRuleMatches.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit DLP Rule Matches in M365/AuditDLPRuleMatches.ps1 -------------------------------------------------------------------------------- /Audit DLP Rule Matches in M365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit DLP Rule Matches in M365/README.md -------------------------------------------------------------------------------- /Audit Email Deletion in Office 365/AuditDeletedEmails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Email Deletion in Office 365/AuditDeletedEmails.ps1 -------------------------------------------------------------------------------- /Audit Email Deletion in Office 365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Email Deletion in Office 365/README.md -------------------------------------------------------------------------------- /Audit Entra App Operations/AuditEntraAppOperations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Entra App Operations/AuditEntraAppOperations.ps1 -------------------------------------------------------------------------------- /Audit Entra App Operations/README.md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Entra App Operations/README.md.md -------------------------------------------------------------------------------- /Audit External User Activity/AuditExternalUserActivity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit External User Activity/AuditExternalUserActivity.ps1 -------------------------------------------------------------------------------- /Audit External User Activity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit External User Activity/README.md -------------------------------------------------------------------------------- /Audit Failed Signin Attempts in Entra/GetEntraFailedSignIns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Failed Signin Attempts in Entra/GetEntraFailedSignIns.ps1 -------------------------------------------------------------------------------- /Audit Failed Signin Attempts in Entra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Failed Signin Attempts in Entra/README.md -------------------------------------------------------------------------------- /Audit File Access in SPO/AuditFileAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Access in SPO/AuditFileAccess.ps1 -------------------------------------------------------------------------------- /Audit File Access in SPO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Access in SPO/README.md -------------------------------------------------------------------------------- /Audit File Activities in SPO/AuditFileActivities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Activities in SPO/AuditFileActivities.ps1 -------------------------------------------------------------------------------- /Audit File Activities in SPO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Activities in SPO/README.md -------------------------------------------------------------------------------- /Audit File Deletion/AuditFileDeletion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Deletion/AuditFileDeletion.ps1 -------------------------------------------------------------------------------- /Audit File Deletion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Deletion/README.md -------------------------------------------------------------------------------- /Audit File Downloads in SPO/AuditFileDownloads.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Downloads in SPO/AuditFileDownloads.ps1 -------------------------------------------------------------------------------- /Audit File Downloads in SPO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Downloads in SPO/README.md -------------------------------------------------------------------------------- /Audit File Sharing in Microsoft Teams/AuditTeamsFileSharingActivities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Sharing in Microsoft Teams/AuditTeamsFileSharingActivities.ps1 -------------------------------------------------------------------------------- /Audit File Sharing in Microsoft Teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit File Sharing in Microsoft Teams/README.md -------------------------------------------------------------------------------- /Audit Group Membership Changes/AuditGroupMembershipChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Group Membership Changes/AuditGroupMembershipChanges.ps1 -------------------------------------------------------------------------------- /Audit Group Membership Changes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Group Membership Changes/README.md -------------------------------------------------------------------------------- /Audit M365 Admins Activities/AdminActivityReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit M365 Admins Activities/AdminActivityReport.ps1 -------------------------------------------------------------------------------- /Audit M365 Admins Activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit M365 Admins Activities/README.md -------------------------------------------------------------------------------- /Audit M365 User Creations/AuditM365UserCreations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit M365 User Creations/AuditM365UserCreations.ps1 -------------------------------------------------------------------------------- /Audit M365 User Creations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit M365 User Creations/README.md -------------------------------------------------------------------------------- /Audit MS Teams Channel Creations/AuditMSTeamsChannelCreations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit MS Teams Channel Creations/AuditMSTeamsChannelCreations.ps1 -------------------------------------------------------------------------------- /Audit MS Teams Channel Creations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit MS Teams Channel Creations/README.md -------------------------------------------------------------------------------- /Audit MS Teams Membership Changes/AuditTeamsMembershipChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit MS Teams Membership Changes/AuditTeamsMembershipChanges.ps1 -------------------------------------------------------------------------------- /Audit MS Teams Membership Changes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit MS Teams Membership Changes/README.md -------------------------------------------------------------------------------- /Audit Mailbox Permission Changes/AuditMailboxPermissionChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Mailbox Permission Changes/AuditMailboxPermissionChanges.ps1 -------------------------------------------------------------------------------- /Audit Mailbox Permission Changes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Mailbox Permission Changes/README.md -------------------------------------------------------------------------------- /Audit Office 365 External Sharing Activity/ExternalSharingReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Office 365 External Sharing Activity/ExternalSharingReport.ps1 -------------------------------------------------------------------------------- /Audit Office 365 External Sharing Activity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Office 365 External Sharing Activity/README.md -------------------------------------------------------------------------------- /Audit Office 365 User Activity Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Office 365 User Activity Report/README.md -------------------------------------------------------------------------------- /Audit Office 365 User Activity Report/UserActivityReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Office 365 User Activity Report/UserActivityReport.ps1 -------------------------------------------------------------------------------- /Audit PIM Role Activations and Deactivations/AuditPIMRoleActivations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit PIM Role Activations and Deactivations/AuditPIMRoleActivations.ps1 -------------------------------------------------------------------------------- /Audit PIM Role Activations and Deactivations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit PIM Role Activations and Deactivations/README.md -------------------------------------------------------------------------------- /Audit Recently Created M365 Users/AuditM365UserCreations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Recently Created M365 Users/AuditM365UserCreations.ps1 -------------------------------------------------------------------------------- /Audit Recently Created M365 Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Recently Created M365 Users/README.md -------------------------------------------------------------------------------- /Audit SPO Folder Activities/AuditSPOFolderActivities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit SPO Folder Activities/AuditSPOFolderActivities.ps1 -------------------------------------------------------------------------------- /Audit SPO Folder Activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit SPO Folder Activities/README.md -------------------------------------------------------------------------------- /Audit SPO Group Membership Changes/AuditSPOGroupMembershipChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit SPO Group Membership Changes/AuditSPOGroupMembershipChanges.ps1 -------------------------------------------------------------------------------- /Audit SPO Group Membership Changes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit SPO Group Membership Changes/README.md -------------------------------------------------------------------------------- /Audit Send As emails/AuditSendAsEmails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Send As emails/AuditSendAsEmails.ps1 -------------------------------------------------------------------------------- /Audit Send As emails/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Send As emails/README.md -------------------------------------------------------------------------------- /Audit Shared Mailbox Activities/AuditSharedMailboxActivities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Shared Mailbox Activities/AuditSharedMailboxActivities.ps1 -------------------------------------------------------------------------------- /Audit Shared Mailbox Activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Shared Mailbox Activities/README.md -------------------------------------------------------------------------------- /Audit Teams meetings/AuditTeamsMeetings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Teams meetings/AuditTeamsMeetings.ps1 -------------------------------------------------------------------------------- /Audit Teams meetings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Teams meetings/README.md -------------------------------------------------------------------------------- /Audit User Account Status Changes/AuditUserAccountStatusChanges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit User Account Status Changes/AuditUserAccountStatusChanges.ps1 -------------------------------------------------------------------------------- /Audit User Account Status Changes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit User Account Status Changes/README.md -------------------------------------------------------------------------------- /Audit Who Deleted Emails From Shared Mailboxes/AuditEmailDeletionsInSharedMB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Who Deleted Emails From Shared Mailboxes/AuditEmailDeletionsInSharedMB.ps1 -------------------------------------------------------------------------------- /Audit Who Deleted Emails From Shared Mailboxes/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Audit Who Deleted Emails From Shared Mailboxes/ReadMe.md -------------------------------------------------------------------------------- /Auto Archive Inactive Teams in MS Teams/AutoArchiveInactiveTeams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Auto Archive Inactive Teams in MS Teams/AutoArchiveInactiveTeams.ps1 -------------------------------------------------------------------------------- /Auto Archive Inactive Teams in MS Teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Auto Archive Inactive Teams in MS Teams/README.md -------------------------------------------------------------------------------- /Automate Compromised Account Remediation/AutomateCompromisedAccountRemediation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate Compromised Account Remediation/AutomateCompromisedAccountRemediation.ps1 -------------------------------------------------------------------------------- /Automate Compromised Account Remediation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate Compromised Account Remediation/README.md -------------------------------------------------------------------------------- /Automate M365 User Offboarding/M365UserOffBoarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate M365 User Offboarding/M365UserOffBoarding.ps1 -------------------------------------------------------------------------------- /Automate M365 User Offboarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate M365 User Offboarding/README.md -------------------------------------------------------------------------------- /Automate Outlook Signature - Deploy Once and Forget It/AutomateSignatureInOutlook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate Outlook Signature - Deploy Once and Forget It/AutomateSignatureInOutlook.ps1 -------------------------------------------------------------------------------- /Automate Outlook Signature - Deploy Once and Forget It/Build-inTemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate Outlook Signature - Deploy Once and Forget It/Build-inTemplate.html -------------------------------------------------------------------------------- /Automate Outlook Signature - Deploy Once and Forget It/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Automate Outlook Signature - Deploy Once and Forget It/README.md -------------------------------------------------------------------------------- /Azure AD Devices Report/GetAzureADDevicesReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Azure AD Devices Report/GetAzureADDevicesReport.ps1 -------------------------------------------------------------------------------- /Azure AD Devices Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Azure AD Devices Report/README.md -------------------------------------------------------------------------------- /Check Per-user MFA Status using MS Graph/CheckMFAStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Check Per-user MFA Status using MS Graph/CheckMFAStatus.ps1 -------------------------------------------------------------------------------- /Check Per-user MFA Status using MS Graph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Check Per-user MFA Status using MS Graph/README.md -------------------------------------------------------------------------------- /Configure Email Signature in Outlook/Build-inTemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Configure Email Signature in Outlook/Build-inTemplate.html -------------------------------------------------------------------------------- /Configure Email Signature in Outlook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Configure Email Signature in Outlook/README.md -------------------------------------------------------------------------------- /Configure Email Signature in Outlook/SetupEmailSignatureInOutlook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Configure Email Signature in Outlook/SetupEmailSignatureInOutlook.ps1 -------------------------------------------------------------------------------- /Connect MS Graph with Certificate-Automate Azure app registration/ConnectMSGraphCertificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect MS Graph with Certificate-Automate Azure app registration/ConnectMSGraphCertificate.ps1 -------------------------------------------------------------------------------- /Connect MS Graph with Certificate-Automate Azure app registration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect MS Graph with Certificate-Automate Azure app registration/README.md -------------------------------------------------------------------------------- /Connect Microsoft Graph PowerShell/ConnectMgGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect Microsoft Graph PowerShell/ConnectMgGraph.ps1 -------------------------------------------------------------------------------- /Connect Microsoft Graph PowerShell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect Microsoft Graph PowerShell/README.md -------------------------------------------------------------------------------- /Connect to All Office 365 Services PowerShell Script/ConnectO365Services.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect to All Office 365 Services PowerShell Script/ConnectO365Services.ps1 -------------------------------------------------------------------------------- /Connect to All Office 365 Services PowerShell Script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect to All Office 365 Services PowerShell Script/README.md -------------------------------------------------------------------------------- /Connect to Exchange Online PowerShell script/ConnectExchangeOnlinePowerShell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect to Exchange Online PowerShell script/ConnectExchangeOnlinePowerShell.ps1 -------------------------------------------------------------------------------- /Connect to Exchange Online PowerShell script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Connect to Exchange Online PowerShell script/README.md -------------------------------------------------------------------------------- /Convert DL to M365 Groups/ConvertDLToM365Group.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Convert DL to M365 Groups/ConvertDLToM365Group.ps1 -------------------------------------------------------------------------------- /Convert DL to M365 Groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Convert DL to M365 Groups/README.md -------------------------------------------------------------------------------- /Convert User Mailboxes to Shared Mailboxes in Bulk/ConvertUserMailboxToSharedMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Convert User Mailboxes to Shared Mailboxes in Bulk/ConvertUserMailboxToSharedMailbox.ps1 -------------------------------------------------------------------------------- /Convert User Mailboxes to Shared Mailboxes in Bulk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Convert User Mailboxes to Shared Mailboxes in Bulk/README.md -------------------------------------------------------------------------------- /Copy Membership and Ownership Between DLs/CopyMembersandOwnersfromDL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Copy Membership and Ownership Between DLs/CopyMembersandOwnersfromDL.ps1 -------------------------------------------------------------------------------- /Copy Membership and Ownership Between DLs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Copy Membership and Ownership Between DLs/README.md -------------------------------------------------------------------------------- /Delete Older Emails in Outlook/DeleteOlderEmails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Delete Older Emails in Outlook/DeleteOlderEmails.ps1 -------------------------------------------------------------------------------- /Delete Older Emails in Outlook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Delete Older Emails in Outlook/README.md -------------------------------------------------------------------------------- /Disable Self-service Purchase in M365/DisableSelfServicePurchase.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Disable Self-service Purchase in M365/DisableSelfServicePurchase.ps1 -------------------------------------------------------------------------------- /Disable Self-service Purchase in M365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Disable Self-service Purchase in M365/README.md -------------------------------------------------------------------------------- /Enable MFA for Admin Users/EnableMFAforAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Enable MFA for Admin Users/EnableMFAforAdmins.ps1 -------------------------------------------------------------------------------- /Enable MFA for Admin Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Enable MFA for Admin Users/README.md -------------------------------------------------------------------------------- /Enable Mailbox Auditing for Office 365 Users/EnableMBAuditLogging.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Enable Mailbox Auditing for Office 365 Users/EnableMBAuditLogging.ps1 -------------------------------------------------------------------------------- /Enable Mailbox Auditing for Office 365 Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Enable Mailbox Auditing for Office 365 Users/README.md -------------------------------------------------------------------------------- /Export All Mailboxes in EXO/GetMailboxes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export All Mailboxes in EXO/GetMailboxes.ps1 -------------------------------------------------------------------------------- /Export All Mailboxes in EXO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export All Mailboxes in EXO/README.md -------------------------------------------------------------------------------- /Export CA policies/ExportCAPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export CA policies/ExportCAPolicies.ps1 -------------------------------------------------------------------------------- /Export CA policies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export CA policies/README.md -------------------------------------------------------------------------------- /Export Distribution Groups/GetDistributionGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Distribution Groups/GetDistributionGroups.ps1 -------------------------------------------------------------------------------- /Export Distribution Groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Distribution Groups/README.md -------------------------------------------------------------------------------- /Export Distribution Groups/RecipientTypeDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Distribution Groups/RecipientTypeDetails.txt -------------------------------------------------------------------------------- /Export Entra Sign-in Logs/GetEntraSigninLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Entra Sign-in Logs/GetEntraSigninLogs.ps1 -------------------------------------------------------------------------------- /Export Entra Sign-in Logs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Entra Sign-in Logs/README.md -------------------------------------------------------------------------------- /Export Entra Users/GetEntraUsersDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Entra Users/GetEntraUsersDetails.ps1 -------------------------------------------------------------------------------- /Export Entra Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Entra Users/README.md -------------------------------------------------------------------------------- /Export MFA Status Report using MS Graph/GetMFAStatusReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export MFA Status Report using MS Graph/GetMFAStatusReport.ps1 -------------------------------------------------------------------------------- /Export MFA Status Report using MS Graph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export MFA Status Report using MS Graph/README.md -------------------------------------------------------------------------------- /Export Mailbox Hold Details/MailboxHoldReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Mailbox Hold Details/MailboxHoldReport.ps1 -------------------------------------------------------------------------------- /Export Mailbox Hold Details/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Mailbox Hold Details/README.md -------------------------------------------------------------------------------- /Export Mailbox Usage & Quota Report/GetMailboxUsageAndQuotaReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Mailbox Usage & Quota Report/GetMailboxUsageAndQuotaReport.ps1 -------------------------------------------------------------------------------- /Export Mailbox Usage & Quota Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Mailbox Usage & Quota Report/README.md -------------------------------------------------------------------------------- /Export Non-audited Mailbox Actions/GetMB_NonAuditedActions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Non-audited Mailbox Actions/GetMB_NonAuditedActions.ps1 -------------------------------------------------------------------------------- /Export Non-audited Mailbox Actions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Non-audited Mailbox Actions/README.md -------------------------------------------------------------------------------- /Export Office 365 Groups a User is Member Of/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Office 365 Groups a User is Member Of/README.md -------------------------------------------------------------------------------- /Export Office 365 Groups a User is Member Of/UserMembershipReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Office 365 Groups a User is Member Of/UserMembershipReport.ps1 -------------------------------------------------------------------------------- /Export OneDrive Urls and Usage Size/GetOneDriveSiteUrls.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export OneDrive Urls and Usage Size/GetOneDriveSiteUrls.ps1 -------------------------------------------------------------------------------- /Export OneDrive Urls and Usage Size/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export OneDrive Urls and Usage Size/README.md -------------------------------------------------------------------------------- /Export SPO File & Folder Storage Consumption Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export SPO File & Folder Storage Consumption Report/README.md -------------------------------------------------------------------------------- /Export SPO File & Folder Storage Consumption Report/SPOFileFolderStorageConsumptionReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export SPO File & Folder Storage Consumption Report/SPOFileFolderStorageConsumptionReport.ps1 -------------------------------------------------------------------------------- /Export SharePoint Online External Users report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export SharePoint Online External Users report/README.md -------------------------------------------------------------------------------- /Export SharePoint Online External Users report/SPOExternalUsersReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export SharePoint Online External Users report/SPOExternalUsersReport.ps1 -------------------------------------------------------------------------------- /Export Shared channel members report/GetSharedChannelMembersReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Shared channel members report/GetSharedChannelMembersReport.ps1 -------------------------------------------------------------------------------- /Export Shared channel members report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Export Shared channel members report/README.md -------------------------------------------------------------------------------- /External Warning Rule for External Emails/ExternalWarningRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/External Warning Rule for External Emails/ExternalWarningRule.ps1 -------------------------------------------------------------------------------- /External Warning Rule for External Emails/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/External Warning Rule for External Emails/README.md -------------------------------------------------------------------------------- /File Version History Report/GetFileVersionHistoryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/File Version History Report/GetFileVersionHistoryReport.ps1 -------------------------------------------------------------------------------- /File Version History Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/File Version History Report/README.md -------------------------------------------------------------------------------- /Find DLs with External Users/DLsWithExternalUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find DLs with External Users/DLsWithExternalUsers.ps1 -------------------------------------------------------------------------------- /Find DLs with External Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find DLs with External Users/README.md -------------------------------------------------------------------------------- /Find Expired Anyone (Anonymous) links/FindExpiredAnyoneLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Expired Anyone (Anonymous) links/FindExpiredAnyoneLinks.ps1 -------------------------------------------------------------------------------- /Find Expired Anyone (Anonymous) links/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Expired Anyone (Anonymous) links/README.md -------------------------------------------------------------------------------- /Find Groups with Disabled Users/GroupsWithDisabledUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Groups with Disabled Users/GroupsWithDisabledUsers.ps1 -------------------------------------------------------------------------------- /Find Groups with Disabled Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Groups with Disabled Users/README.md -------------------------------------------------------------------------------- /Find Inactive Distribution Lists/FindInactiveDistributionLists.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inactive Distribution Lists/FindInactiveDistributionLists.ps1 -------------------------------------------------------------------------------- /Find Inactive Distribution Lists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inactive Distribution Lists/README.md -------------------------------------------------------------------------------- /Find Inactive Teams/FindInactiveTeams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inactive Teams/FindInactiveTeams.ps1 -------------------------------------------------------------------------------- /Find Inactive Teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inactive Teams/README.md -------------------------------------------------------------------------------- /Find Inbox Rules that Forwards Email Externally/GetInboxRulesWithExternalForwarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inbox Rules that Forwards Email Externally/GetInboxRulesWithExternalForwarding.ps1 -------------------------------------------------------------------------------- /Find Inbox Rules that Forwards Email Externally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Inbox Rules that Forwards Email Externally/README.md -------------------------------------------------------------------------------- /Find Licensed Groups in M365/FindGroupsWithLicense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Licensed Groups in M365/FindGroupsWithLicense.ps1 -------------------------------------------------------------------------------- /Find Licensed Groups in M365/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Licensed Groups in M365/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Find Licensed Groups in M365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Licensed Groups in M365/README.md -------------------------------------------------------------------------------- /Find M365 Subscriptions Expiry Date/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 Subscriptions Expiry Date/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Find M365 Subscriptions Expiry Date/M365SubscriptionExpiryDateReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 Subscriptions Expiry Date/M365SubscriptionExpiryDateReport.ps1 -------------------------------------------------------------------------------- /Find M365 User License Assignment Path/FindM365LicenseAssignmentPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 User License Assignment Path/FindM365LicenseAssignmentPath.ps1 -------------------------------------------------------------------------------- /Find M365 User License Assignment Path/LicenseFriendlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 User License Assignment Path/LicenseFriendlyName.csv -------------------------------------------------------------------------------- /Find M365 User License Assignment Path/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 User License Assignment Path/README.md -------------------------------------------------------------------------------- /Find M365 User License Assignment Path/ServicePlansFrndlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find M365 User License Assignment Path/ServicePlansFrndlyName.csv -------------------------------------------------------------------------------- /Find Non-Compliant Shared Mailboxes/NonCompliantSharedMailboxes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Non-Compliant Shared Mailboxes/NonCompliantSharedMailboxes.ps1 -------------------------------------------------------------------------------- /Find Non-Compliant Shared Mailboxes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Non-Compliant Shared Mailboxes/README.md -------------------------------------------------------------------------------- /Find Orphaned Teams/FindOrphanedTeams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Orphaned Teams/FindOrphanedTeams.ps1 -------------------------------------------------------------------------------- /Find Orphaned Teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Orphaned Teams/README.md -------------------------------------------------------------------------------- /Find Teams Channels with External Users/FindTeamsChannelsWithExternalMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams Channels with External Users/FindTeamsChannelsWithExternalMembers.ps1 -------------------------------------------------------------------------------- /Find Teams Channels with External Users/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams Channels with External Users/ReadMe.md -------------------------------------------------------------------------------- /Find Teams Meetings Attended By a Specific User/GetUserSpecificTeamsMeetingsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams Meetings Attended By a Specific User/GetUserSpecificTeamsMeetingsReport.ps1 -------------------------------------------------------------------------------- /Find Teams Meetings Attended By a Specific User/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams Meetings Attended By a Specific User/README.md -------------------------------------------------------------------------------- /Find Teams with Guests and External Users/GetTeamsWithGuests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams with Guests and External Users/GetTeamsWithGuests.ps1 -------------------------------------------------------------------------------- /Find Teams with Guests and External Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Teams with Guests and External Users/README.md -------------------------------------------------------------------------------- /Find Unused Microsoft 365 Licenses/FindUnusedM365Licenses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Unused Microsoft 365 Licenses/FindUnusedM365Licenses.ps1 -------------------------------------------------------------------------------- /Find Unused Microsoft 365 Licenses/LicenseFriendlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Unused Microsoft 365 Licenses/LicenseFriendlyName.csv -------------------------------------------------------------------------------- /Find Unused Microsoft 365 Licenses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find Unused Microsoft 365 Licenses/README.md -------------------------------------------------------------------------------- /Find and Remove Inactive Users/DeleteInactiveUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find and Remove Inactive Users/DeleteInactiveUsers.ps1 -------------------------------------------------------------------------------- /Find and Remove Inactive Users/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find and Remove Inactive Users/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Find and Remove Inactive Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find and Remove Inactive Users/README.md -------------------------------------------------------------------------------- /Find who Sent Emails from Shared Mailboxes/FindWhoSentEmailFromSharedMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find who Sent Emails from Shared Mailboxes/FindWhoSentEmailFromSharedMailbox.ps1 -------------------------------------------------------------------------------- /Find who Sent Emails from Shared Mailboxes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Find who Sent Emails from Shared Mailboxes/README.md -------------------------------------------------------------------------------- /Get Active and Expired Certificates & Secreats in Enta Apps/GetAppsCertificatesAndSecrets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Active and Expired Certificates & Secreats in Enta Apps/GetAppsCertificatesAndSecrets.ps1 -------------------------------------------------------------------------------- /Get Active and Expired Certificates & Secreats in Enta Apps/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Active and Expired Certificates & Secreats in Enta Apps/ReadMe.md -------------------------------------------------------------------------------- /Get Alerts for Break Glass Account Activities/BreakGlassAccountActivityAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Alerts for Break Glass Account Activities/BreakGlassAccountActivityAlert.ps1 -------------------------------------------------------------------------------- /Get Alerts for Break Glass Account Activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Alerts for Break Glass Account Activities/README.md -------------------------------------------------------------------------------- /Get All Anonymously Shared Links/GetAllAnonymousLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Anonymously Shared Links/GetAllAnonymousLinks.ps1 -------------------------------------------------------------------------------- /Get All Anonymously Shared Links/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Anonymously Shared Links/README.md -------------------------------------------------------------------------------- /Get All Enterprise Apps and their Owners/GetEnterpriseAppsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Enterprise Apps and their Owners/GetEnterpriseAppsReport.ps1 -------------------------------------------------------------------------------- /Get All Enterprise Apps and their Owners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Enterprise Apps and their Owners/README.md -------------------------------------------------------------------------------- /Get All Office 365 Email Addresses/GetAllOffice365EmailAddresses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Office 365 Email Addresses/GetAllOffice365EmailAddresses.ps1 -------------------------------------------------------------------------------- /Get All Office 365 Email Addresses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Office 365 Email Addresses/README.md -------------------------------------------------------------------------------- /Get All Sharing Links in SharePoint Online/GetAllSharingLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Sharing Links in SharePoint Online/GetAllSharingLinks.ps1 -------------------------------------------------------------------------------- /Get All Sharing Links in SharePoint Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Sharing Links in SharePoint Online/README.md -------------------------------------------------------------------------------- /Get All Subsites in SPO/GetSharePointSubsites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Subsites in SPO/GetSharePointSubsites.ps1 -------------------------------------------------------------------------------- /Get All Subsites in SPO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get All Subsites in SPO/README.md -------------------------------------------------------------------------------- /Get Calendar Permission Report/GetMailboxCalendarPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Calendar Permission Report/GetMailboxCalendarPermissions.ps1 -------------------------------------------------------------------------------- /Get Calendar Permission Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Calendar Permission Report/README.md -------------------------------------------------------------------------------- /Get DLs a User is Member Of/GetDistributionGroups_UserIsMemberOf.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get DLs a User is Member Of/GetDistributionGroups_UserIsMemberOf.ps1 -------------------------------------------------------------------------------- /Get DLs a User is Member Of/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get DLs a User is Member Of/README.md -------------------------------------------------------------------------------- /Get Daily Sign-in Summary Report to Your Email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Daily Sign-in Summary Report to Your Email/README.md -------------------------------------------------------------------------------- /Get Daily Sign-in Summary Report to Your Email/UserSigninInsights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Daily Sign-in Summary Report to Your Email/UserSigninInsights.ps1 -------------------------------------------------------------------------------- /Get Entra Enterprise App Permission Report/GetEnterpriseAppPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Entra Enterprise App Permission Report/GetEnterpriseAppPermissions.ps1 -------------------------------------------------------------------------------- /Get Entra Enterprise App Permission Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Entra Enterprise App Permission Report/README.md -------------------------------------------------------------------------------- /Get List Items Count in SharePoint Online/GetSPOListItemsCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get List Items Count in SharePoint Online/GetSPOListItemsCount.ps1 -------------------------------------------------------------------------------- /Get List Items Count in SharePoint Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get List Items Count in SharePoint Online/README.md -------------------------------------------------------------------------------- /Get M365 Inactive User Report/GetM365InactiveUserReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 -------------------------------------------------------------------------------- /Get M365 Inactive User Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get M365 Inactive User Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Get M365 Inactive User Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get M365 Inactive User Report/README.md -------------------------------------------------------------------------------- /Get Mailbox Auto Reply Configuration Report/GetMailboxAutoReplyConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Auto Reply Configuration Report/GetMailboxAutoReplyConfiguration.ps1 -------------------------------------------------------------------------------- /Get Mailbox Auto Reply Configuration Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Auto Reply Configuration Report/README.md -------------------------------------------------------------------------------- /Get Mailbox Folder Permission Report/GetMailboxFolderPermissionReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Folder Permission Report/GetMailboxFolderPermissionReport.ps1 -------------------------------------------------------------------------------- /Get Mailbox Folder Permission Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Folder Permission Report/README.md -------------------------------------------------------------------------------- /Get Mailbox Folder Statistics Report/GetMailboxFolderStatisticsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Folder Statistics Report/GetMailboxFolderStatisticsReport.ps1 -------------------------------------------------------------------------------- /Get Mailbox Folder Statistics Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Mailbox Folder Statistics Report/README.md -------------------------------------------------------------------------------- /Get Microsoft Users Direct Membership (Groups, Directory Roles, and AUs)/ListM365UsersDirectMembershipReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Microsoft Users Direct Membership (Groups, Directory Roles, and AUs)/ListM365UsersDirectMembershipReport.ps1 -------------------------------------------------------------------------------- /Get Microsoft Users Direct Membership (Groups, Directory Roles, and AUs)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Microsoft Users Direct Membership (Groups, Directory Roles, and AUs)/README.md -------------------------------------------------------------------------------- /Get Nested Distribution List Membership Report/GetNestedDistributionGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Nested Distribution List Membership Report/GetNestedDistributionGroupMembers.ps1 -------------------------------------------------------------------------------- /Get Nested Distribution List Membership Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Nested Distribution List Membership Report/README.md -------------------------------------------------------------------------------- /Get Nested Groups/GetNestedGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Nested Groups/GetNestedGroups.ps1 -------------------------------------------------------------------------------- /Get Nested Groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Nested Groups/README.md -------------------------------------------------------------------------------- /Get Office 365 Groups Storage Size Report/GetOffice365GroupsStorage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Office 365 Groups Storage Size Report/GetOffice365GroupsStorage.ps1 -------------------------------------------------------------------------------- /Get Office 365 Groups Storage Size Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Office 365 Groups Storage Size Report/README.md -------------------------------------------------------------------------------- /Get Risky Users in Entra/GetRiskyUsersReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Risky Users in Entra/GetRiskyUsersReport.ps1 -------------------------------------------------------------------------------- /Get Risky Users in Entra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get Risky Users in Entra/README.md -------------------------------------------------------------------------------- /Get SSPR Status Report/GetSSPRstatusReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get SSPR Status Report/GetSSPRstatusReport.ps1 -------------------------------------------------------------------------------- /Get SSPR Status Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Get SSPR Status Report/README.md -------------------------------------------------------------------------------- /Guest User Report/GuestUserReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Guest User Report/GuestUserReport.ps1 -------------------------------------------------------------------------------- /Guest User Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Guest User Report/README.md -------------------------------------------------------------------------------- /Guest Users Last Logon Time Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Guest Users Last Logon Time Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Guest Users Last Logon Time Report/M365GuestsLastLoginTimeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Guest Users Last Logon Time Report/M365GuestsLastLoginTimeReport.ps1 -------------------------------------------------------------------------------- /Guest Users Last Logon Time Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Guest Users Last Logon Time Report/README.md -------------------------------------------------------------------------------- /Identify MFA Deployment Source for M365 Users/IdentifyMFADeploymentSourcesReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify MFA Deployment Source for M365 Users/IdentifyMFADeploymentSourcesReport.ps1 -------------------------------------------------------------------------------- /Identify MFA Deployment Source for M365 Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify MFA Deployment Source for M365 Users/README.md -------------------------------------------------------------------------------- /Identify and Block External Email Forwarding (including Inbox Rules) in Exchange Online/BlockExternalEmailForwarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Block External Email Forwarding (including Inbox Rules) in Exchange Online/BlockExternalEmailForwarding.ps1 -------------------------------------------------------------------------------- /Identify and Block External Email Forwarding (including Inbox Rules) in Exchange Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Block External Email Forwarding (including Inbox Rules) in Exchange Online/README.md -------------------------------------------------------------------------------- /Identify and Block Shared Mailbox Signin/BlockSigninForSharedAndResourceMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Block Shared Mailbox Signin/BlockSigninForSharedAndResourceMailbox.ps1 -------------------------------------------------------------------------------- /Identify and Block Shared Mailbox Signin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Block Shared Mailbox Signin/README.md -------------------------------------------------------------------------------- /Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/DirectLicenseCleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/DirectLicenseCleanup.ps1 -------------------------------------------------------------------------------- /Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Identify and Remove Overlapped Direct Licenses from Group-based Licensed Users/README.md -------------------------------------------------------------------------------- /Install and Connect to EXO/InstallAndConnectEXO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Install and Connect to EXO/InstallAndConnectEXO.ps1 -------------------------------------------------------------------------------- /Install and Connect to EXO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Install and Connect to EXO/README.md -------------------------------------------------------------------------------- /Last Successful Sign-in Date Report for M365 Users/M365UsersLastSuccessfulSigninReport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Last Successful Sign-in Date Report for M365 Users/M365UsersLastSuccessfulSigninReport.zip -------------------------------------------------------------------------------- /Last Successful Sign-in Date Report for M365 Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Last Successful Sign-in Date Report for M365 Users/README.md -------------------------------------------------------------------------------- /LicenseExpiryDateReport/LicenseExpiryDateReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/LicenseExpiryDateReport/LicenseExpiryDateReport.ps1 -------------------------------------------------------------------------------- /LicenseExpiryDateReport/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/LicenseExpiryDateReport/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /LicenseExpiryDateReport/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/LicenseExpiryDateReport/README.md -------------------------------------------------------------------------------- /List M365 Users Registered MFA Authentication Methods/GetUsersRegisteredAuthenticationMethodsDetail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List M365 Users Registered MFA Authentication Methods/GetUsersRegisteredAuthenticationMethodsDetail.ps1 -------------------------------------------------------------------------------- /List M365 Users Registered MFA Authentication Methods/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List M365 Users Registered MFA Authentication Methods/README.md -------------------------------------------------------------------------------- /List Mailboxes Users Can Access/MailboxesUserCanAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List Mailboxes Users Can Access/MailboxesUserCanAccess.ps1 -------------------------------------------------------------------------------- /List Mailboxes Users Can Access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List Mailboxes Users Can Access/README.md -------------------------------------------------------------------------------- /List SPO Files & Folders Created by External Users/ListSPOItemsCreatedbyExternalUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List SPO Files & Folders Created by External Users/ListSPOItemsCreatedbyExternalUsers.ps1 -------------------------------------------------------------------------------- /List SPO Files & Folders Created by External Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List SPO Files & Folders Created by External Users/README.md -------------------------------------------------------------------------------- /List Unlicensed Users in M365/GetUnlicensedUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List Unlicensed Users in M365/GetUnlicensedUsers.ps1 -------------------------------------------------------------------------------- /List Unlicensed Users in M365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/List Unlicensed Users in M365/README.md -------------------------------------------------------------------------------- /M365 License Cost & Usage Report/LicenseCostAndUserFriendlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 License Cost & Usage Report/LicenseCostAndUserFriendlyName.csv -------------------------------------------------------------------------------- /M365 License Cost & Usage Report/M365LicenseCostReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 License Cost & Usage Report/M365LicenseCostReport.ps1 -------------------------------------------------------------------------------- /M365 License Cost & Usage Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 License Cost & Usage Report/README.md -------------------------------------------------------------------------------- /M365 Users Last Successful Signin Date Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users Last Successful Signin Date Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /M365 Users Last Successful Signin Date Report/M365UsersLastSuccessfulSigninReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users Last Successful Signin Date Report/M365UsersLastSuccessfulSigninReport.ps1 -------------------------------------------------------------------------------- /M365 Users Last Successful Signin Date Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users Last Successful Signin Date Report/README.md -------------------------------------------------------------------------------- /M365 Users' Group-based License Assignment Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users' Group-based License Assignment Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /M365 Users' Group-based License Assignment Report/M365GroupBasedLicenseReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users' Group-based License Assignment Report/M365GroupBasedLicenseReport.ps1 -------------------------------------------------------------------------------- /M365 Users' Group-based License Assignment Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users' Group-based License Assignment Report/README.md -------------------------------------------------------------------------------- /M365 Users' Group-based License Assignment Report/ServicePlansFrndlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/M365 Users' Group-based License Assignment Report/ServicePlansFrndlyName.csv -------------------------------------------------------------------------------- /Mail Protection Report/MailProtectionReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mail Protection Report/MailProtectionReport.ps1 -------------------------------------------------------------------------------- /Mail Protection Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mail Protection Report/README.md -------------------------------------------------------------------------------- /Mail Traffic Report/MailTrafficReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mail Traffic Report/MailTrafficReport.ps1 -------------------------------------------------------------------------------- /Mail Traffic Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mail Traffic Report/README.md -------------------------------------------------------------------------------- /Mailbox Size Report/GetMailboxSizeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mailbox Size Report/GetMailboxSizeReport.ps1 -------------------------------------------------------------------------------- /Mailbox Size Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Mailbox Size Report/README.md -------------------------------------------------------------------------------- /Manage & Report MS Teams Tag Members/ManageTeamsTagAndMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Manage & Report MS Teams Tag Members/ManageTeamsTagAndMembers.ps1 -------------------------------------------------------------------------------- /Manage & Report MS Teams Tag Members/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Manage & Report MS Teams Tag Members/README.md -------------------------------------------------------------------------------- /Manage Microsoft 365 Licenses using MS Graph/LicenseFriendlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Manage Microsoft 365 Licenses using MS Graph/LicenseFriendlyName.csv -------------------------------------------------------------------------------- /Manage Microsoft 365 Licenses using MS Graph/ManageM365Licenses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Manage Microsoft 365 Licenses using MS Graph/ManageM365Licenses.ps1 -------------------------------------------------------------------------------- /Manage Microsoft 365 Licenses using MS Graph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Manage Microsoft 365 Licenses using MS Graph/README.md -------------------------------------------------------------------------------- /Microsoft 365 Group Report/M365GroupReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft 365 Group Report/M365GroupReport.ps1 -------------------------------------------------------------------------------- /Microsoft 365 Group Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft 365 Group Report/README.md -------------------------------------------------------------------------------- /Microsoft 365 Group Report/RecipientTypeDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft 365 Group Report/RecipientTypeDetails.txt -------------------------------------------------------------------------------- /Microsoft Teams Meetings Call Quality Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams Meetings Call Quality Report/README.md -------------------------------------------------------------------------------- /Microsoft Teams Meetings Call Quality Report/TeamsCallQualityStatisticsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams Meetings Call Quality Report/TeamsCallQualityStatisticsReport.ps1 -------------------------------------------------------------------------------- /Microsoft Teams Reports/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams Reports/README.md -------------------------------------------------------------------------------- /Microsoft Teams Reports/TeamsReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams Reports/TeamsReports.ps1 -------------------------------------------------------------------------------- /Microsoft Teams-Private Channel Management/PrivateChannelManagement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams-Private Channel Management/PrivateChannelManagement.ps1 -------------------------------------------------------------------------------- /Microsoft Teams-Private Channel Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Microsoft Teams-Private Channel Management/README.md -------------------------------------------------------------------------------- /Notify Entra App Credential Expiry/AppCertsAndSecretsExpiryNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Notify Entra App Credential Expiry/AppCertsAndSecretsExpiryNotification.ps1 -------------------------------------------------------------------------------- /Office 365 Admin Report/AdminReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Admin Report/AdminReport.ps1 -------------------------------------------------------------------------------- /Office 365 Admin Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Admin Report/README.md -------------------------------------------------------------------------------- /Office 365 Distribution Group Members Report/GetDistributionGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Distribution Group Members Report/GetDistributionGroupMembers.ps1 -------------------------------------------------------------------------------- /Office 365 Distribution Group Members Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Distribution Group Members Report/README.md -------------------------------------------------------------------------------- /Office 365 Distribution Group Members Report/RecipientTypeDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Distribution Group Members Report/RecipientTypeDetails.txt -------------------------------------------------------------------------------- /Office 365 Dynamic Distribution Group Members Report/GetDynamicDistributionGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Dynamic Distribution Group Members Report/GetDynamicDistributionGroupMembers.ps1 -------------------------------------------------------------------------------- /Office 365 Dynamic Distribution Group Members Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Dynamic Distribution Group Members Report/README.md -------------------------------------------------------------------------------- /Office 365 Dynamic Distribution Group Members Report/RecipientTypeDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Dynamic Distribution Group Members Report/RecipientTypeDetails.txt -------------------------------------------------------------------------------- /Office 365 Email Forwarding Report/EmailForwardingReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Email Forwarding Report/EmailForwardingReport.ps1 -------------------------------------------------------------------------------- /Office 365 Email Forwarding Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Email Forwarding Report/README.md -------------------------------------------------------------------------------- /Office 365 Mailbox Permissions Report/GetMailboxPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Mailbox Permissions Report/GetMailboxPermission.ps1 -------------------------------------------------------------------------------- /Office 365 Mailbox Permissions Report/Prerequisites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Mailbox Permissions Report/Prerequisites.ps1 -------------------------------------------------------------------------------- /Office 365 Mailbox Permissions Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Mailbox Permissions Report/README.md -------------------------------------------------------------------------------- /Office 365 Non-owner Mailbox Access Report/NonOwnerMBAccessReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Non-owner Mailbox Access Report/NonOwnerMBAccessReport.ps1 -------------------------------------------------------------------------------- /Office 365 Non-owner Mailbox Access Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Non-owner Mailbox Access Report/README.md -------------------------------------------------------------------------------- /Office 365 Password Expiry Report/PasswordExpiryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Password Expiry Report/PasswordExpiryReport.ps1 -------------------------------------------------------------------------------- /Office 365 Password Expiry Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Password Expiry Report/README.md -------------------------------------------------------------------------------- /Office 365 Shared Mailbox Permission Report/GetSharedMailboxPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Shared Mailbox Permission Report/GetSharedMailboxPermissions.ps1 -------------------------------------------------------------------------------- /Office 365 Shared Mailbox Permission Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 Shared Mailbox Permission Report/README.md -------------------------------------------------------------------------------- /Office 365 User Last Activity Time Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Activity Time Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Office 365 User Last Activity Time Report/Prerequisites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Activity Time Report/Prerequisites.ps1 -------------------------------------------------------------------------------- /Office 365 User Last Activity Time Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Activity Time Report/README.md -------------------------------------------------------------------------------- /Office 365 User Last Activity Time Report/RecipientTypeDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Activity Time Report/RecipientTypeDetails.txt -------------------------------------------------------------------------------- /Office 365 User Last Activity Time Report/UserLastActivityTimeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Activity Time Report/UserLastActivityTimeReport.ps1 -------------------------------------------------------------------------------- /Office 365 User Last Logon Time Report/LastLogonTimeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Logon Time Report/LastLogonTimeReport.ps1 -------------------------------------------------------------------------------- /Office 365 User Last Logon Time Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Logon Time Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Office 365 User Last Logon Time Report/Prerequisites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Logon Time Report/Prerequisites.ps1 -------------------------------------------------------------------------------- /Office 365 User Last Logon Time Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Last Logon Time Report/README.md -------------------------------------------------------------------------------- /Office 365 User License Report/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User License Report/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Office 365 User License Report/Office365UserLicenseReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User License Report/Office365UserLicenseReport.ps1 -------------------------------------------------------------------------------- /Office 365 User License Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User License Report/README.md -------------------------------------------------------------------------------- /Office 365 User License Report/ServiceFriendlyName.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User License Report/ServiceFriendlyName.csv -------------------------------------------------------------------------------- /Office 365 User Logon History Report/O365UserLoginHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Logon History Report/O365UserLoginHistory.ps1 -------------------------------------------------------------------------------- /Office 365 User Logon History Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User Logon History Report/README.md -------------------------------------------------------------------------------- /Office 365 User MFA Status Report/GetMFAStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User MFA Status Report/GetMFAStatus.ps1 -------------------------------------------------------------------------------- /Office 365 User MFA Status Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 User MFA Status Report/README.md -------------------------------------------------------------------------------- /Office 365 manager report/GetM365ManagerAndDirectReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 manager report/GetM365ManagerAndDirectReports.ps1 -------------------------------------------------------------------------------- /Office 365 manager report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office 365 manager report/README.md -------------------------------------------------------------------------------- /Office365 License Reporting And Management/LicenseFriendlyName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office365 License Reporting And Management/LicenseFriendlyName.txt -------------------------------------------------------------------------------- /Office365 License Reporting And Management/O365LicenseReportingAndManagement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office365 License Reporting And Management/O365LicenseReportingAndManagement.ps1 -------------------------------------------------------------------------------- /Office365 License Reporting And Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Office365 License Reporting And Management/README.md -------------------------------------------------------------------------------- /OneDrive Usage Report/OneDriveUsageReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/OneDrive Usage Report/OneDriveUsageReport.ps1 -------------------------------------------------------------------------------- /OneDrive Usage Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/OneDrive Usage Report/README.md -------------------------------------------------------------------------------- /Plus Addressing Configuration/PlusAddressingConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Plus Addressing Configuration/PlusAddressingConfiguration.ps1 -------------------------------------------------------------------------------- /Plus Addressing Configuration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Plus Addressing Configuration/README.md -------------------------------------------------------------------------------- /Prevent Bing Install in Chrome/PreventBingInstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Prevent Bing Install in Chrome/PreventBingInstall.ps1 -------------------------------------------------------------------------------- /Private Channel Reports in MS Teams/MSTeamsPrivateChannelReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Private Channel Reports in MS Teams/MSTeamsPrivateChannelReports.ps1 -------------------------------------------------------------------------------- /Private Channel Reports in MS Teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Private Channel Reports in MS Teams/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/README.md -------------------------------------------------------------------------------- /Remove Email Forwarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Remove Email Forwarding/README.md -------------------------------------------------------------------------------- /Remove Email Forwarding/RemoveEmailForwarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Remove Email Forwarding/RemoveEmailForwarding.ps1 -------------------------------------------------------------------------------- /Remove Sharing Links in SharePoint Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Remove Sharing Links in SharePoint Online/README.md -------------------------------------------------------------------------------- /Remove Sharing Links in SharePoint Online/RemoveSharingLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Remove Sharing Links in SharePoint Online/RemoveSharingLinks.ps1 -------------------------------------------------------------------------------- /Reset MFA Methods For M365 Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Reset MFA Methods For M365 Users/README.md -------------------------------------------------------------------------------- /Reset MFA Methods For M365 Users/ResetMFAMethods.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Reset MFA Methods For M365 Users/ResetMFAMethods.ps1 -------------------------------------------------------------------------------- /Reset Phone Authentication for M365 Users/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Reset Phone Authentication for M365 Users/Readme.md -------------------------------------------------------------------------------- /Reset Phone Authentication for M365 Users/ResetPhoneAuthentication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Reset Phone Authentication for M365 Users/ResetPhoneAuthentication.ps1 -------------------------------------------------------------------------------- /Room Mailbox Usage report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Room Mailbox Usage report/README.md -------------------------------------------------------------------------------- /Room Mailbox Usage report/RoomMailboxUsageReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Room Mailbox Usage report/RoomMailboxUsageReport.ps1 -------------------------------------------------------------------------------- /Room Mailbox report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Room Mailbox report/README.md -------------------------------------------------------------------------------- /Room Mailbox report/RoomMailboxReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Room Mailbox report/RoomMailboxReport.ps1 -------------------------------------------------------------------------------- /SPO Document Library Report/DocumentLibraryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/SPO Document Library Report/DocumentLibraryReport.ps1 -------------------------------------------------------------------------------- /SPO Document Library Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/SPO Document Library Report/README.md -------------------------------------------------------------------------------- /Save Sent Items in Shared Mailbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Save Sent Items in Shared Mailbox/README.md -------------------------------------------------------------------------------- /Save Sent Items in Shared Mailbox/SaveSentItemsInSharedMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Save Sent Items in Shared Mailbox/SaveSentItemsInSharedMailbox.ps1 -------------------------------------------------------------------------------- /Send Password Expiry Notifications to M365 Users/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Send Password Expiry Notifications to M365 Users/ReadMe.md -------------------------------------------------------------------------------- /Send Password Expiry Notifications to M365 Users/SendPwdExpiryNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Send Password Expiry Notifications to M365 Users/SendPwdExpiryNotification.ps1 -------------------------------------------------------------------------------- /Set Azure AD User Manager using MS Graph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Set Azure AD User Manager using MS Graph/README.md -------------------------------------------------------------------------------- /Set Azure AD User Manager using MS Graph/SetAzureADUserManager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Set Azure AD User Manager using MS Graph/SetAzureADUserManager.ps1 -------------------------------------------------------------------------------- /Setup recurring OOF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Setup recurring OOF/README.md -------------------------------------------------------------------------------- /Setup recurring OOF/SetUpRecurringOOFReplies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Setup recurring OOF/SetUpRecurringOOFReplies.ps1 -------------------------------------------------------------------------------- /SharePoint Online External User File Access Report/ExternalUserFileAccessReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/SharePoint Online External User File Access Report/ExternalUserFileAccessReport.ps1 -------------------------------------------------------------------------------- /SharePoint Online External User File Access Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/SharePoint Online External User File Access Report/README.md -------------------------------------------------------------------------------- /SharePointDLMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/SharePointDLMapping.ps1 -------------------------------------------------------------------------------- /Shared Mailbox Size Report/GetSharedMailboxSizeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Shared Mailbox Size Report/GetSharedMailboxSizeReport.ps1 -------------------------------------------------------------------------------- /Shared Mailbox Size Report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Shared Mailbox Size Report/README.md -------------------------------------------------------------------------------- /Shared Mailbox report/GetSharedMailboxReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Shared Mailbox report/GetSharedMailboxReport.ps1 -------------------------------------------------------------------------------- /Shared Mailbox report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Shared Mailbox report/README.md -------------------------------------------------------------------------------- /Trace Emails Received From External Domains/MailsReceivedFromExternalDomains.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Trace Emails Received From External Domains/MailsReceivedFromExternalDomains.ps1 -------------------------------------------------------------------------------- /Trace Emails Received From External Domains/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Trace Emails Received From External Domains/README.md -------------------------------------------------------------------------------- /Trace Emails Sent to External Domains/MailsSentToExternalDomains.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Trace Emails Sent to External Domains/MailsSentToExternalDomains.ps1 -------------------------------------------------------------------------------- /Trace Emails Sent to External Domains/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Trace Emails Sent to External Domains/README.md -------------------------------------------------------------------------------- /Track offboarded user activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Track offboarded user activities/README.md -------------------------------------------------------------------------------- /Track offboarded user activities/TrackOffboardedM365UserActivities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/admindroid-community/powershell-scripts/HEAD/Track offboarded user activities/TrackOffboardedM365UserActivities.ps1 --------------------------------------------------------------------------------