├── Azure AD ├── Baseline-ConditionalAccessPolicies.ps1 ├── Disable-MfaForLicensedUsers.ps1 ├── Enable-GroupsCreationForAllUsers.ps1 ├── Enable-MfaForLicensedUsers.ps1 ├── Enable-SensitivityLabelsForGroups.ps1 ├── Install-BaselineCAPolicies.ps1 ├── Install-DataProtectionCAPolicies.ps1 ├── Install-GuestCAPolicies.ps1 ├── Install-ITPMBaselineCAPolicies.ps1 ├── Limit-GroupsCreation.ps1 ├── Readme.md └── Set-GroupExpirationPolicy.ps1 ├── Compliance ├── Enable-SensitivityLabelsForGroups.ps1 ├── Install-DataRetentionPolicies.ps1 ├── Install-EmailRetentionPolicy.ps1 ├── Install-SensitivityLabels.ps1 ├── Install-TeamsRetentionPolicies.ps1 ├── Limit-GroupsCreation.ps1 └── readme.md ├── DataProtectionScripts.zip ├── Exchange Online ├── Advanced-TenantConfig.ps1 ├── Block-ConsumerStorageOWA.ps1 ├── Block-UnmanagedDownload.ps1 ├── Configure-Auditing.ps1 ├── Customize-MessageEncryption.ps1 ├── Disable-Forwarding.ps1 ├── Disable-SharedMbxSignOn.ps1 ├── Install-EXOCustomProtection.ps1 ├── Install-EXOStandardProtection.ps1 ├── README.md ├── Set-DeletedItemsRetention.ps1 ├── Setup-ArchiveLegalHold.ps1 └── Setup-DKIM.ps1 ├── Incident Response ├── Export-ActivityByIPAddress.ps1 ├── Export-ActivityByUser.ps1 ├── Export-PrivilegedUserActions.ps1 ├── Export-PrivilegedUserSignIn.ps1 ├── Export-SignInByIPAddress.ps1 ├── Export-SignInByUser.ps1 ├── Install-AzureADProtectionAlerts.ps1 ├── ReadMe.md ├── Remediate-CompromisedUser.ps1 ├── Start-AzureADIRCollection.ps1 ├── Start-UnifiedAuditLogIRCollection.ps1 └── permissiontable.csv ├── LICENSE ├── Microsoft 365 Setup Guide.onepkg ├── README.md ├── Setup Intune ├── Export-ADMX.ps1 ├── Export-AppConfiguration.ps1 ├── Export-AppProtection.ps1 ├── Export-Applications.ps1 ├── Export-Compliance.ps1 ├── Export-DeviceConfiguration.ps1 ├── Export-EndpointSecurity.ps1 ├── Get-DeviceEnrollmentRestrictions.ps1 ├── Import-AppConfiguration.ps1 ├── Import-AppProtection.ps1 ├── Import-Applications.ps1 ├── Import-Compliance.ps1 ├── Import-DeviceConfiguration.ps1 ├── Import-EndpointSecurity.ps1 ├── Install-BYODMobileDeviceProfiles.ps1 ├── Install-MamAndMdmPolicies.ps1 ├── OLD_Import-MAMPolicy.ps1 ├── OLD_Setup-Intune.ps1 ├── README.md ├── Set-DeviceEnrollmentRestrictions.ps1 ├── Set-MDMAuthority.ps1 └── Setup-Intune.ps1 ├── ThreatDefenseScripts.zip ├── Windows 10 ├── Install-EndpointSecuritySample.ps1 ├── Install-LegacyProfiles.ps1 ├── Install-OneDriveProfile.ps1 ├── Install-Windows10SecurityProfiles.ps1 ├── Install-WindowsSecurityProfiles.ps1 ├── JSON │ ├── Export-AppConfiguration.ps1 │ ├── Export-AppProtection.ps1 │ ├── Export-Compliance.ps1 │ ├── Export-DeviceConfiguration.ps1 │ ├── Export-EndpointSecurity.ps1 │ ├── Export-SoftwareUpdates.ps1 │ ├── Import-AppConfiguration.ps1 │ ├── Import-AppProtection.ps1 │ ├── Import-Compliance.ps1 │ ├── Import-DeviceConfiguration.ps1 │ ├── Import-EndpointSecurity.ps1 │ ├── Win10-ADMX │ │ └── OneDriveClientConfig.json │ ├── Win10-Apps │ │ ├── ChromiumEdge.json │ │ ├── Office32.json │ │ └── Office64.json │ ├── Win10-Compliance │ │ ├── [ITPM Baseline] Windows 10_ Delayed.json │ │ └── [ITPM Baseline] Windows 10_ Immediate.json │ ├── Win10-DeviceConfig │ │ ├── [ITPM Corporate] Windows 10_ Allow Autopilot Reset.json │ │ ├── [ITPM Corporate] Windows 10_ Disable first sign-in animation.json │ │ ├── [ITPM Corporate] Windows 10_ MDMWinsOverGP.json │ │ ├── [ITPM Legacy] Windows 10_ Baseline Device Restrictions.json │ │ └── [ITPM Legacy] Windows 10_ Baseline Endpoint Protection.json │ ├── Win10-EndpointSecurity │ │ ├── [ITPM Corporate] ASR Rules Audit.json │ │ ├── [ITPM Corporate] ASR Rules Enable.json │ │ ├── [ITPM Corporate] BitLocker silent enablement.json │ │ ├── [ITPM Corporate] BitLocker with removable drive protection.json │ │ ├── [ITPM Corporate] Defender Antivirus.json │ │ ├── [ITPM Corporate] Optional_ Block removable storage.json │ │ ├── [ITPM Corporate] Windows Firewall.json │ │ ├── [ITPM Corporate] Windows Hello for Business.json │ │ ├── [ITPM Corporate] Windows Security Center.json │ │ ├── [ITPM Enterprise] SmartLocker Audit.json │ │ ├── [ITPM Enterprise] SmartLocker Enable.json │ │ └── [ITPM Enterprise] Windows Credential Guard.json │ ├── Win10-SecurityBaselines │ │ ├── [ITPM Corporate] Edge Chromium baseline.json │ │ └── [ITPM Corporate] Modified security baseline.json │ ├── Win10-Update │ │ ├── [ITPM Corporate] Default Update Ring.json │ │ └── [ITPM Corporate] Delayed Update Ring.json │ ├── Win10-WIP │ │ ├── [ITPM Optional] WIP-MAM without enrollment.json │ │ └── [ITPM Optional] WIP-MDM with enrollment.json │ └── readme.md └── readme.md ├── ZeroTrustScripts.zip └── mggraph-samples ├── Install-SmbAdmxConfigs.ps1 ├── Install-SmbAppProtectionPolicies.ps1 ├── Install-SmbCompliancePolicies.ps1 ├── Install-SmbConditionalAccessPolicies.ps1 ├── Install-SmbDeviceConfigs.ps1 ├── Install-SmbDeviceFilters.ps1 ├── Install-SmbSecurityProfile.ps1 └── Install-SmbSettingsCatalogBaselines.ps1 /Azure AD/Baseline-ConditionalAccessPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Baseline-ConditionalAccessPolicies.ps1 -------------------------------------------------------------------------------- /Azure AD/Disable-MfaForLicensedUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Disable-MfaForLicensedUsers.ps1 -------------------------------------------------------------------------------- /Azure AD/Enable-GroupsCreationForAllUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Enable-GroupsCreationForAllUsers.ps1 -------------------------------------------------------------------------------- /Azure AD/Enable-MfaForLicensedUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Enable-MfaForLicensedUsers.ps1 -------------------------------------------------------------------------------- /Azure AD/Enable-SensitivityLabelsForGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Enable-SensitivityLabelsForGroups.ps1 -------------------------------------------------------------------------------- /Azure AD/Install-BaselineCAPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Install-BaselineCAPolicies.ps1 -------------------------------------------------------------------------------- /Azure AD/Install-DataProtectionCAPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Install-DataProtectionCAPolicies.ps1 -------------------------------------------------------------------------------- /Azure AD/Install-GuestCAPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Install-GuestCAPolicies.ps1 -------------------------------------------------------------------------------- /Azure AD/Install-ITPMBaselineCAPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Install-ITPMBaselineCAPolicies.ps1 -------------------------------------------------------------------------------- /Azure AD/Limit-GroupsCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Limit-GroupsCreation.ps1 -------------------------------------------------------------------------------- /Azure AD/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Readme.md -------------------------------------------------------------------------------- /Azure AD/Set-GroupExpirationPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Azure AD/Set-GroupExpirationPolicy.ps1 -------------------------------------------------------------------------------- /Compliance/Enable-SensitivityLabelsForGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Enable-SensitivityLabelsForGroups.ps1 -------------------------------------------------------------------------------- /Compliance/Install-DataRetentionPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Install-DataRetentionPolicies.ps1 -------------------------------------------------------------------------------- /Compliance/Install-EmailRetentionPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Install-EmailRetentionPolicy.ps1 -------------------------------------------------------------------------------- /Compliance/Install-SensitivityLabels.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Install-SensitivityLabels.ps1 -------------------------------------------------------------------------------- /Compliance/Install-TeamsRetentionPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Install-TeamsRetentionPolicies.ps1 -------------------------------------------------------------------------------- /Compliance/Limit-GroupsCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/Limit-GroupsCreation.ps1 -------------------------------------------------------------------------------- /Compliance/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Compliance/readme.md -------------------------------------------------------------------------------- /DataProtectionScripts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/DataProtectionScripts.zip -------------------------------------------------------------------------------- /Exchange Online/Advanced-TenantConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Advanced-TenantConfig.ps1 -------------------------------------------------------------------------------- /Exchange Online/Block-ConsumerStorageOWA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Block-ConsumerStorageOWA.ps1 -------------------------------------------------------------------------------- /Exchange Online/Block-UnmanagedDownload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Block-UnmanagedDownload.ps1 -------------------------------------------------------------------------------- /Exchange Online/Configure-Auditing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Configure-Auditing.ps1 -------------------------------------------------------------------------------- /Exchange Online/Customize-MessageEncryption.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Customize-MessageEncryption.ps1 -------------------------------------------------------------------------------- /Exchange Online/Disable-Forwarding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Disable-Forwarding.ps1 -------------------------------------------------------------------------------- /Exchange Online/Disable-SharedMbxSignOn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Disable-SharedMbxSignOn.ps1 -------------------------------------------------------------------------------- /Exchange Online/Install-EXOCustomProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Install-EXOCustomProtection.ps1 -------------------------------------------------------------------------------- /Exchange Online/Install-EXOStandardProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Install-EXOStandardProtection.ps1 -------------------------------------------------------------------------------- /Exchange Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/README.md -------------------------------------------------------------------------------- /Exchange Online/Set-DeletedItemsRetention.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Set-DeletedItemsRetention.ps1 -------------------------------------------------------------------------------- /Exchange Online/Setup-ArchiveLegalHold.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Setup-ArchiveLegalHold.ps1 -------------------------------------------------------------------------------- /Exchange Online/Setup-DKIM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Exchange Online/Setup-DKIM.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-ActivityByIPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-ActivityByIPAddress.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-ActivityByUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-ActivityByUser.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-PrivilegedUserActions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-PrivilegedUserActions.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-PrivilegedUserSignIn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-PrivilegedUserSignIn.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-SignInByIPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-SignInByIPAddress.ps1 -------------------------------------------------------------------------------- /Incident Response/Export-SignInByUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Export-SignInByUser.ps1 -------------------------------------------------------------------------------- /Incident Response/Install-AzureADProtectionAlerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Install-AzureADProtectionAlerts.ps1 -------------------------------------------------------------------------------- /Incident Response/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/ReadMe.md -------------------------------------------------------------------------------- /Incident Response/Remediate-CompromisedUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Remediate-CompromisedUser.ps1 -------------------------------------------------------------------------------- /Incident Response/Start-AzureADIRCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Start-AzureADIRCollection.ps1 -------------------------------------------------------------------------------- /Incident Response/Start-UnifiedAuditLogIRCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/Start-UnifiedAuditLogIRCollection.ps1 -------------------------------------------------------------------------------- /Incident Response/permissiontable.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Incident Response/permissiontable.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/LICENSE -------------------------------------------------------------------------------- /Microsoft 365 Setup Guide.onepkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Microsoft 365 Setup Guide.onepkg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/README.md -------------------------------------------------------------------------------- /Setup Intune/Export-ADMX.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-ADMX.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-AppConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-AppConfiguration.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-AppProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-AppProtection.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-Applications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-Applications.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-Compliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-Compliance.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-DeviceConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-DeviceConfiguration.ps1 -------------------------------------------------------------------------------- /Setup Intune/Export-EndpointSecurity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Export-EndpointSecurity.ps1 -------------------------------------------------------------------------------- /Setup Intune/Get-DeviceEnrollmentRestrictions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Get-DeviceEnrollmentRestrictions.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-AppConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-AppConfiguration.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-AppProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-AppProtection.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-Applications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-Applications.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-Compliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-Compliance.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-DeviceConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-DeviceConfiguration.ps1 -------------------------------------------------------------------------------- /Setup Intune/Import-EndpointSecurity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Import-EndpointSecurity.ps1 -------------------------------------------------------------------------------- /Setup Intune/Install-BYODMobileDeviceProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Install-BYODMobileDeviceProfiles.ps1 -------------------------------------------------------------------------------- /Setup Intune/Install-MamAndMdmPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Install-MamAndMdmPolicies.ps1 -------------------------------------------------------------------------------- /Setup Intune/OLD_Import-MAMPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/OLD_Import-MAMPolicy.ps1 -------------------------------------------------------------------------------- /Setup Intune/OLD_Setup-Intune.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/OLD_Setup-Intune.ps1 -------------------------------------------------------------------------------- /Setup Intune/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/README.md -------------------------------------------------------------------------------- /Setup Intune/Set-DeviceEnrollmentRestrictions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Set-DeviceEnrollmentRestrictions.ps1 -------------------------------------------------------------------------------- /Setup Intune/Set-MDMAuthority.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Set-MDMAuthority.ps1 -------------------------------------------------------------------------------- /Setup Intune/Setup-Intune.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Setup Intune/Setup-Intune.ps1 -------------------------------------------------------------------------------- /ThreatDefenseScripts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/ThreatDefenseScripts.zip -------------------------------------------------------------------------------- /Windows 10/Install-EndpointSecuritySample.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/Install-EndpointSecuritySample.ps1 -------------------------------------------------------------------------------- /Windows 10/Install-LegacyProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/Install-LegacyProfiles.ps1 -------------------------------------------------------------------------------- /Windows 10/Install-OneDriveProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/Install-OneDriveProfile.ps1 -------------------------------------------------------------------------------- /Windows 10/Install-Windows10SecurityProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/Install-Windows10SecurityProfiles.ps1 -------------------------------------------------------------------------------- /Windows 10/Install-WindowsSecurityProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/Install-WindowsSecurityProfiles.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-AppConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-AppConfiguration.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-AppProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-AppProtection.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-Compliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-Compliance.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-DeviceConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-DeviceConfiguration.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-EndpointSecurity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-EndpointSecurity.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Export-SoftwareUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Export-SoftwareUpdates.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Import-AppConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Import-AppConfiguration.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Import-AppProtection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Import-AppProtection.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Import-Compliance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Import-Compliance.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Import-DeviceConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Import-DeviceConfiguration.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Import-EndpointSecurity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Import-EndpointSecurity.ps1 -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-ADMX/OneDriveClientConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-ADMX/OneDriveClientConfig.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Apps/ChromiumEdge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Apps/ChromiumEdge.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Apps/Office32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Apps/Office32.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Apps/Office64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Apps/Office64.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Compliance/[ITPM Baseline] Windows 10_ Delayed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Compliance/[ITPM Baseline] Windows 10_ Delayed.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Compliance/[ITPM Baseline] Windows 10_ Immediate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Compliance/[ITPM Baseline] Windows 10_ Immediate.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ Allow Autopilot Reset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ Allow Autopilot Reset.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ Disable first sign-in animation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ Disable first sign-in animation.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ MDMWinsOverGP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-DeviceConfig/[ITPM Corporate] Windows 10_ MDMWinsOverGP.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-DeviceConfig/[ITPM Legacy] Windows 10_ Baseline Device Restrictions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-DeviceConfig/[ITPM Legacy] Windows 10_ Baseline Device Restrictions.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-DeviceConfig/[ITPM Legacy] Windows 10_ Baseline Endpoint Protection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-DeviceConfig/[ITPM Legacy] Windows 10_ Baseline Endpoint Protection.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] ASR Rules Audit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] ASR Rules Audit.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] ASR Rules Enable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] ASR Rules Enable.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] BitLocker silent enablement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] BitLocker silent enablement.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] BitLocker with removable drive protection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] BitLocker with removable drive protection.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Defender Antivirus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Defender Antivirus.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Optional_ Block removable storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Optional_ Block removable storage.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Firewall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Firewall.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Hello for Business.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Hello for Business.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Security Center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Corporate] Windows Security Center.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] SmartLocker Audit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] SmartLocker Audit.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] SmartLocker Enable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] SmartLocker Enable.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] Windows Credential Guard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-EndpointSecurity/[ITPM Enterprise] Windows Credential Guard.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-SecurityBaselines/[ITPM Corporate] Edge Chromium baseline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-SecurityBaselines/[ITPM Corporate] Edge Chromium baseline.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-SecurityBaselines/[ITPM Corporate] Modified security baseline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-SecurityBaselines/[ITPM Corporate] Modified security baseline.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Update/[ITPM Corporate] Default Update Ring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Update/[ITPM Corporate] Default Update Ring.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-Update/[ITPM Corporate] Delayed Update Ring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-Update/[ITPM Corporate] Delayed Update Ring.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-WIP/[ITPM Optional] WIP-MAM without enrollment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-WIP/[ITPM Optional] WIP-MAM without enrollment.json -------------------------------------------------------------------------------- /Windows 10/JSON/Win10-WIP/[ITPM Optional] WIP-MDM with enrollment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/Win10-WIP/[ITPM Optional] WIP-MDM with enrollment.json -------------------------------------------------------------------------------- /Windows 10/JSON/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/JSON/readme.md -------------------------------------------------------------------------------- /Windows 10/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/Windows 10/readme.md -------------------------------------------------------------------------------- /ZeroTrustScripts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/ZeroTrustScripts.zip -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbAdmxConfigs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbAdmxConfigs.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbAppProtectionPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbAppProtectionPolicies.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbCompliancePolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbCompliancePolicies.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbConditionalAccessPolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbConditionalAccessPolicies.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbDeviceConfigs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbDeviceConfigs.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbDeviceFilters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbDeviceFilters.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbSecurityProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbSecurityProfile.ps1 -------------------------------------------------------------------------------- /mggraph-samples/Install-SmbSettingsCatalogBaselines.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanvfields/Microsoft-365/HEAD/mggraph-samples/Install-SmbSettingsCatalogBaselines.ps1 --------------------------------------------------------------------------------