├── .gitignore
├── ConfigMgr
├── Apps
│ └── ForceCCMClientInstall
│ │ └── Install-CCMClientAlways.ps1
└── Collections
│ └── DirectToQuery
│ ├── Set-CollectionDirectToIDMembership.ps1
│ └── Set-CollectionDirectToQueryMembership.ps1
├── Intune
├── Apps
│ ├── AddGoogleApps
│ │ └── Invoke-AddGoogleApps.ps1
│ ├── AppCategories
│ │ ├── Set-AppCategories.ps1
│ │ └── appcategories.csv
│ ├── AssignApps
│ │ └── Invoke-MgAssignIntuneApps.ps1
│ ├── AssignAppsCategories
│ │ └── Invoke-AppCategoryAssignment.ps1
│ ├── ConfigMgrCMG
│ │ ├── Install-ConfigMgrClientCMG.ps1
│ │ ├── Requirement-ConfigMgrClientEntra.ps1
│ │ └── Requirement-ConfigMgrClientPKI.ps1
│ ├── DellBIOS
│ │ ├── DellBIOSProvider
│ │ │ └── 2.6.0
│ │ │ │ ├── BIOSIntf.dll
│ │ │ │ ├── Clear-DellAdminPassword.ps1
│ │ │ │ ├── DSCResources
│ │ │ │ ├── DCPP_AdvancedBootOptions
│ │ │ │ │ ├── DCPP_AdvancedBootOptions.psm1
│ │ │ │ │ └── DCPP_AdvancedBootOptions.schema.mof
│ │ │ │ ├── DCPP_AdvancedConfigurations
│ │ │ │ │ ├── DCPP_AdvancedConfigurations.psm1
│ │ │ │ │ └── DCPP_AdvancedConfigurations.schema.mof
│ │ │ │ ├── DCPP_BIOSSetupAdvancedMode
│ │ │ │ │ ├── DCPP_BIOSSetupAdvancedMode.psm1
│ │ │ │ │ └── DCPP_BIOSSetupAdvancedMode.schema.mof
│ │ │ │ ├── DCPP_BootSequence
│ │ │ │ │ ├── DCPP_BootSequence.psm1
│ │ │ │ │ └── DCPP_BootSequence.schema.mof
│ │ │ │ ├── DCPP_IntelSoftwareGuardExtensions
│ │ │ │ │ ├── DCPP_IntelSoftwareGuardExtensions.psm1
│ │ │ │ │ └── DCPP_IntelSoftwareGuardExtensions.schema.mof
│ │ │ │ ├── DCPP_Maintenance
│ │ │ │ │ ├── DCPP_Maintenance.psm1
│ │ │ │ │ └── DCPP_Maintenance.schema.mof
│ │ │ │ ├── DCPP_Manageability
│ │ │ │ │ ├── DCPP_Manageability.psm1
│ │ │ │ │ └── DCPP_Manageability.schema.mof
│ │ │ │ ├── DCPP_MiscellaneousDevices
│ │ │ │ │ ├── DCPP_MiscellaneousDevices.psm1
│ │ │ │ │ └── DCPP_MiscellaneousDevices.schema.mof
│ │ │ │ ├── DCPP_POSTBehavior
│ │ │ │ │ ├── DCPP_POSTBehavior.psm1
│ │ │ │ │ └── DCPP_POSTBehavior.schema.mof
│ │ │ │ ├── DCPP_Performance
│ │ │ │ │ ├── DCPP_Performance.psm1
│ │ │ │ │ └── DCPP_Performance.schema.mof
│ │ │ │ ├── DCPP_PowerManagement
│ │ │ │ │ ├── DCPP_PowerManagement.psm1
│ │ │ │ │ └── DCPP_PowerManagement.schema.mof
│ │ │ │ ├── DCPP_SecureBoot
│ │ │ │ │ ├── DCPP_SecureBoot.psm1
│ │ │ │ │ └── DCPP_SecureBoot.schema.mof
│ │ │ │ ├── DCPP_Security
│ │ │ │ │ ├── DCPP_Security.psm1
│ │ │ │ │ └── DCPP_Security.schema.mof
│ │ │ │ ├── DCPP_StealthModeControl
│ │ │ │ │ ├── DCPP_StealthModeControl.psm1
│ │ │ │ │ └── DCPP_StealthModeControl.schema.mof
│ │ │ │ ├── DCPP_SupportAssistSystemResolution
│ │ │ │ │ ├── DCPP_SupportAssistSystemResolution.psm1
│ │ │ │ │ └── DCPP_SupportAssistSystemResolution.schema.mof
│ │ │ │ ├── DCPP_SystemConfiguration
│ │ │ │ │ ├── DCPP_SystemConfiguration.psm1
│ │ │ │ │ └── DCPP_SystemConfiguration.schema.mof
│ │ │ │ ├── DCPP_SystemLogs
│ │ │ │ │ ├── DCPP_SystemLogs.psm1
│ │ │ │ │ └── DCPP_SystemLogs.schema.mof
│ │ │ │ ├── DCPP_TPMSecurity
│ │ │ │ │ ├── DCPP_TPMSecurity.psm1
│ │ │ │ │ └── DCPP_TPMSecurity.schema.mof
│ │ │ │ ├── DCPP_USBConfiguration
│ │ │ │ │ ├── DCPP_USBConfiguration.psm1
│ │ │ │ │ └── DCPP_USBConfiguration.schema.mof
│ │ │ │ ├── DCPP_Video
│ │ │ │ │ ├── DCPP_Video.psm1
│ │ │ │ │ └── DCPP_Video.schema.mof
│ │ │ │ ├── DCPP_VirtualizationSupport
│ │ │ │ │ ├── DCPP_VirtualizationSupport.psm1
│ │ │ │ │ └── DCPP_VirtualizationSupport.schema.mof
│ │ │ │ └── DCPP_Wireless
│ │ │ │ │ ├── DCPP_Wireless.psm1
│ │ │ │ │ └── DCPP_Wireless.schema.mof
│ │ │ │ ├── DSC_SampleScripts
│ │ │ │ ├── Sample_All.ps1
│ │ │ │ ├── Sample_ChangeLCMMetaConfig.ps1
│ │ │ │ ├── Sample_MultipleNodes_1.ps1
│ │ │ │ ├── Sample_MultipleNodes_2.ps1
│ │ │ │ ├── Sample_POSTBehavior.ps1
│ │ │ │ ├── Sample_PassingCredentials.ps1
│ │ │ │ ├── Sample_PowerManagement.ps1
│ │ │ │ └── Sample_SecureKey.ps1
│ │ │ │ ├── DSMBLibWrapper.dll
│ │ │ │ ├── DSMBLibrary.dll
│ │ │ │ ├── Dell Command PowerShell Provider Third Party Licenses.pdf
│ │ │ │ ├── DellBIOSProvider.PSM1
│ │ │ │ ├── DellBIOSProvider.cat
│ │ │ │ ├── DellBIOSProvider.dll
│ │ │ │ ├── DellBIOSProvider.psd1
│ │ │ │ ├── Get-DellBiosSettings.ps1
│ │ │ │ ├── Install-instructions.txt
│ │ │ │ ├── Load-DellBIOSProvider.ps1
│ │ │ │ ├── Misc
│ │ │ │ └── helper.psm1
│ │ │ │ ├── PSGetModuleInfo.xml
│ │ │ │ ├── ResourceDesignerScripts
│ │ │ │ ├── GenerateDCPP-AdvancedBootOptionsSchema.ps1
│ │ │ │ ├── GenerateDCPP-BootSequenceSchema.ps1
│ │ │ │ ├── GenerateDCPP-MiscellaneousDevicesSchema.ps1
│ │ │ │ ├── GenerateDCPP-POSTBehaviorSchema.ps1
│ │ │ │ ├── GenerateDCPP-PerformanceSchema.ps1
│ │ │ │ ├── GenerateDCPP-PowerManagementSchema.ps1
│ │ │ │ ├── GenerateDCPP-SecuritySchema.ps1
│ │ │ │ ├── GenerateDCPP-SystemConfigurationSchema.ps1
│ │ │ │ ├── GenerateDCPP-SystemInformationSchema.ps1
│ │ │ │ ├── GenerateDCPP-TPMSecuritySchema.ps1
│ │ │ │ ├── GenerateDCPP-USBConfigurationSchema.ps1
│ │ │ │ ├── GenerateDCPP-VideoSchema.ps1
│ │ │ │ ├── GenerateDCPP-VirtualizationSchema.ps1
│ │ │ │ └── GenerateDCPP-WirelessSchema.ps1
│ │ │ │ ├── Set-Dell1stBootdevice.ps1
│ │ │ │ ├── Set-DellAutoOnForSelectDays.ps1
│ │ │ │ ├── Tests
│ │ │ │ └── ResourceTests.ps1
│ │ │ │ ├── en-US
│ │ │ │ ├── DellBIOSProvider.dll-Help.xml
│ │ │ │ ├── about_DellBIOSProvider.help.txt
│ │ │ │ └── about_DellBIOSProvider_DscResources.help.txt
│ │ │ │ ├── libxml2.dll
│ │ │ │ ├── msvcp100.dll
│ │ │ │ ├── msvcp140.dll
│ │ │ │ ├── msvcr100.dll
│ │ │ │ ├── vcruntime140.dll
│ │ │ │ └── vcruntime140_1.dll
│ │ ├── Set-DellBIOSPassword.ps1
│ │ └── Set-DellBIOSSettings.ps1
│ ├── Office365
│ │ ├── download.xml
│ │ ├── install_access.xml
│ │ ├── install_default_device.xml
│ │ ├── install_default_with_access.xml
│ │ ├── install_runtime.xml
│ │ ├── intune_install_default.xml
│ │ ├── migrate_default.xml
│ │ ├── migrate_project.xml
│ │ └── migrate_visio.xml
│ ├── PPPC
│ │ └── install_PPPC.zsh
│ ├── SwiftDialog
│ │ ├── IntuneScripts
│ │ │ ├── intunePost.sh
│ │ │ └── intunePre.sh
│ │ ├── Payload
│ │ │ ├── Application Support
│ │ │ │ ├── Dialog
│ │ │ │ │ └── Dialog.app
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── Dialog
│ │ │ │ │ │ ├── PkgInfo
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── AppIcon.icns
│ │ │ │ │ │ ├── Assets.car
│ │ │ │ │ │ ├── da-DK.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── de.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── en-AU.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── es.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── fi.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ ├── fileicon
│ │ │ │ │ │ ├── fr.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ └── nl.lproj
│ │ │ │ │ │ │ └── Localizable.strings
│ │ │ │ │ │ └── _CodeSignature
│ │ │ │ │ │ └── CodeResources
│ │ │ │ └── SwiftDialogResources
│ │ │ │ │ ├── icons
│ │ │ │ │ ├── CompanyPortal.png
│ │ │ │ │ ├── Defender.png
│ │ │ │ │ ├── Edge.png
│ │ │ │ │ ├── GoogleChrome.png
│ │ │ │ │ ├── MEMvENNBEE.png
│ │ │ │ │ ├── MicrosoftRemoteHelp.png
│ │ │ │ │ ├── RemoteDesktop.png
│ │ │ │ │ ├── Settings.png
│ │ │ │ │ ├── office.png
│ │ │ │ │ └── vscode.png
│ │ │ │ │ ├── scripts
│ │ │ │ │ ├── 01-installCompanyPortal.zsh
│ │ │ │ │ ├── 03-installEdge.sh
│ │ │ │ │ ├── 05-installRemoteDesktop.zsh
│ │ │ │ │ └── 06-installDefender.zsh
│ │ │ │ │ └── swiftdialog.json
│ │ │ ├── scripts
│ │ │ │ ├── postinstall
│ │ │ │ └── preinstall
│ │ │ └── usr
│ │ │ │ └── local
│ │ │ │ └── bin
│ │ │ │ └── dialog
│ │ └── Swift Dialog Onboarding
│ │ │ ├── Swift Dialog Onboarding.pkgproj
│ │ │ └── build
│ │ │ └── Swift Dialog Onboarding.pkg
│ └── Win32AppFileCopy
│ │ ├── Install.ps1
│ │ ├── README.md
│ │ └── Uninstall.ps1
├── Compliance
│ ├── AppleOSCompliance
│ │ └── Set-AppleOSCompliance.ps1
│ ├── Custom
│ │ ├── BitLocker
│ │ │ ├── BitLockerStatus.json
│ │ │ └── BitLockerStatus.ps1
│ │ ├── CyberEssentials
│ │ │ ├── CyberEssentials.ps1
│ │ │ ├── CyberEssentials_Example_AVG_ZoneAlarm.json
│ │ │ └── CyberEssentials_Example_Defender.json
│ │ ├── ThirdPartyAV
│ │ │ ├── ThirdPartyAV.json
│ │ │ └── ThirdPartyAV.ps1
│ │ └── WindowsRecall
│ │ │ ├── WindowRecall-Hard.ps1
│ │ │ ├── WindowRecall-ReallySoft.ps1
│ │ │ ├── WindowRecall-Soft.ps1
│ │ │ ├── WindowsRecall-Hard.json
│ │ │ ├── WindowsRecall-ReallySoft.json
│ │ │ └── WindowsRecall-Soft.json
│ ├── DefenderCompliance
│ │ └── Set-DefenderCompliance.ps1
│ └── WindowsOSCompliance
│ │ └── Set-OSCompliance.ps1
├── Configuration
│ ├── CIS
│ │ ├── Windows
│ │ │ ├── BL
│ │ │ │ ├── CIS (BL) BitLocker Misc - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (BL) BitLocker Silent Encryption - Windows 11 Intune 3.0.1.json
│ │ │ │ └── CIS (BL) BitLocker Supplement - Windows 11 Intune 3.0.1.json
│ │ │ ├── L1
│ │ │ │ ├── CIS (L1) Admin Templates - System - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Admin Templates - Windows Components (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Admin Templates - Windows Components - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Auditing - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Defender - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Device Lock & WHFB (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Firewall - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Level 1 Misc - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Local Policies Security Options - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 1 - 3.9.1.1 (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 1 - 3.9.1.1 - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 22 - 80 (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 22 - 80 - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 3.10.25.2 - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Section 45.10-45.11 - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) System Services - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) User Rights Global - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Virtualization Based Technology (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Windows Hello for Business (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L1) Windows LAPS - Windows 11 Intune 3.0.1.json
│ │ │ │ └── CIS (L1) Windows Update - Windows 11 Intune 3.0.1.json
│ │ │ └── L2
│ │ │ │ ├── CIS (L2) Administrative Templates (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L2) Administrative Templates - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L2) Level 2 Misc - Windows 11 Intune 3.0.1.json
│ │ │ │ ├── CIS (L2) Section 11.1 - 80 (No Services) (User) - Windows 11 Intune 3.0.1.json
│ │ │ │ └── CIS (L2) Section 11.1 - 80 (No Services) - Windows 11 Intune 3.0.1.json
│ │ ├── iOS
│ │ │ ├── CIS.mobileconfig
│ │ │ ├── CIS_iOS_18_v1.0.0_Level_1_End-User_Configuration_Profile.mobileconfig
│ │ │ ├── CIS_iOS_18_v1.0.0_Level_1_Institutional_Configuration_Profile.mobileconfig
│ │ │ ├── CIS_iOS_18_v1.0.0_Level_2_End-User_Configuration_Profile.mobileconfig
│ │ │ ├── CIS_iOS_18_v1.0.0_Level_2_Institutional_Configuration_Profile.mobileconfig
│ │ │ ├── L1
│ │ │ │ ├── CIS (L1) Additional Recommendations - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) Built-in Apps - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) Cloud Restrictions- iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) Connected Devices - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) Data Protection - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) General Restrictions - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L1) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ └── CIS (L1) Password - iOS_iPadOS Intune 1.0.0.json
│ │ │ ├── L2
│ │ │ │ ├── CIS (L2) General Restrictions - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ ├── CIS (L2) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json
│ │ │ │ └── CIS (L2) Password - iOS_iPadOS Intune 1.0.0.json
│ │ │ ├── ManagedUrls.csv
│ │ │ └── read_me_iOS_18_profiles.txt
│ │ └── macOS
│ │ │ ├── L1
│ │ │ ├── PRD-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.plist
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-LockScreen.plist
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.plist
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Siri.plist
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.plist
│ │ │ └── mobileconfigs
│ │ │ │ ├── preferences
│ │ │ │ ├── com.apple.Accessibility.plist
│ │ │ │ ├── com.apple.MCX.plist
│ │ │ │ ├── com.apple.Safari.plist
│ │ │ │ ├── com.apple.Siri.plist
│ │ │ │ ├── com.apple.SoftwareUpdate.plist
│ │ │ │ ├── com.apple.SubmitDiagInfo.plist
│ │ │ │ ├── com.apple.Terminal.plist
│ │ │ │ ├── com.apple.applicationaccess.plist
│ │ │ │ ├── com.apple.assistant.support.plist
│ │ │ │ ├── com.apple.controlcenter.plist
│ │ │ │ ├── com.apple.loginwindow.plist
│ │ │ │ ├── com.apple.mobiledevice.passwordpolicy.plist
│ │ │ │ ├── com.apple.screensaver.plist
│ │ │ │ ├── com.apple.security.firewall.plist
│ │ │ │ ├── com.apple.systempolicy.control.plist
│ │ │ │ └── com.apple.timed.plist
│ │ │ │ └── unsigned
│ │ │ │ ├── com.apple.Accessibility.mobileconfig
│ │ │ │ ├── com.apple.MCX.mobileconfig
│ │ │ │ ├── com.apple.ManagedClient.preferences.mobileconfig
│ │ │ │ ├── com.apple.Safari.mobileconfig
│ │ │ │ ├── com.apple.Siri.mobileconfig
│ │ │ │ ├── com.apple.SoftwareUpdate.mobileconfig
│ │ │ │ ├── com.apple.SubmitDiagInfo.mobileconfig
│ │ │ │ ├── com.apple.Terminal.mobileconfig
│ │ │ │ ├── com.apple.applicationaccess.mobileconfig
│ │ │ │ ├── com.apple.assistant.support.mobileconfig
│ │ │ │ ├── com.apple.controlcenter.mobileconfig
│ │ │ │ ├── com.apple.loginwindow.mobileconfig
│ │ │ │ ├── com.apple.mobiledevice.passwordpolicy.mobileconfig
│ │ │ │ ├── com.apple.screensaver.mobileconfig
│ │ │ │ ├── com.apple.security.firewall.mobileconfig
│ │ │ │ └── com.apple.systempolicy.control.mobileconfig
│ │ │ └── L2
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L2-SystemSettings-DesktopandDock.plist
│ │ │ └── mobileconfigs
│ │ │ ├── preferences
│ │ │ ├── com.apple.MCX.plist
│ │ │ ├── com.apple.Safari.plist
│ │ │ ├── com.apple.Siri.plist
│ │ │ ├── com.apple.SoftwareUpdate.plist
│ │ │ ├── com.apple.Terminal.plist
│ │ │ ├── com.apple.TimeMachine.plist
│ │ │ ├── com.apple.applicationaccess.plist
│ │ │ ├── com.apple.controlcenter.plist
│ │ │ ├── com.apple.loginwindow.plist
│ │ │ ├── com.apple.mDNSResponder.plist
│ │ │ ├── com.apple.mobiledevice.passwordpolicy.plist
│ │ │ ├── com.apple.screensaver.plist
│ │ │ ├── com.apple.security.firewall.plist
│ │ │ ├── com.apple.systempolicy.control.plist
│ │ │ └── com.apple.timed.plist
│ │ │ └── unsigned
│ │ │ ├── com.apple.MCX.mobileconfig
│ │ │ ├── com.apple.ManagedClient.preferences.mobileconfig
│ │ │ ├── com.apple.Safari.mobileconfig
│ │ │ ├── com.apple.Siri.mobileconfig
│ │ │ ├── com.apple.SoftwareUpdate.mobileconfig
│ │ │ ├── com.apple.Terminal.mobileconfig
│ │ │ ├── com.apple.TimeMachine.mobileconfig
│ │ │ ├── com.apple.applicationaccess.mobileconfig
│ │ │ ├── com.apple.controlcenter.mobileconfig
│ │ │ ├── com.apple.loginwindow.mobileconfig
│ │ │ ├── com.apple.mDNSResponder.mobileconfig
│ │ │ ├── com.apple.mobiledevice.passwordpolicy.mobileconfig
│ │ │ ├── com.apple.screensaver.mobileconfig
│ │ │ ├── com.apple.security.firewall.mobileconfig
│ │ │ └── com.apple.systempolicy.control.mobileconfig
│ ├── NCSC
│ │ ├── Windows
│ │ │ └── AppLocker
│ │ │ │ ├── AppLocker_appx.xml
│ │ │ │ ├── AppLocker_dll.xml
│ │ │ │ ├── AppLocker_exe.xml
│ │ │ │ ├── AppLocker_msi.xml
│ │ │ │ └── AppLocker_script.xml
│ │ └── macOS
│ │ │ ├── deferUpdates.mobileconfig
│ │ │ ├── hideSystemPrefs.mobileconfig
│ │ │ ├── logonSettings.mobileconfig
│ │ │ └── timeServers.mobileconfig
│ ├── ProWallpaper
│ │ ├── Data
│ │ │ ├── logo-bg-dark.png
│ │ │ └── logo-bg-light.png
│ │ ├── check.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── SettingsCatalogAssignment
│ │ └── Invoke-MgSettingsCatalogAssignment.ps1
│ ├── VPNExclusions
│ │ ├── Get-m365IPVPN.ps1
│ │ ├── Get-m365IPVPN.txt
│ │ └── M365IPs-MEM.xml
│ └── macOS
│ │ ├── DefenderScheduleScan
│ │ ├── New-macOSDefenderScanProfile.ps1
│ │ ├── example1.com.microsoft.wdav.mobileconfig
│ │ ├── example1.com.microsoft.wdav.plist
│ │ ├── example2.com.microsoft.wdav.mobileconfig
│ │ ├── example2.com.microsoft.wdav.plist
│ │ ├── example3.com.microsoft.wdav.mobileconfig
│ │ ├── example3.com.microsoft.wdav.plist
│ │ └── werwer.mobileconfig
│ │ ├── Permissions
│ │ ├── com.microsoft.intuneMDMAgent.mobileconfig
│ │ └── com.microsoft.wdav.mobileconfig
│ │ ├── PlatformSSO
│ │ ├── Firefox.plist
│ │ ├── FirefoxpSSO.plist
│ │ ├── GoogleChromepSSO.mobileconfig
│ │ └── SSOPlatformSettings.json
│ │ ├── Preferences
│ │ ├── com.microsoft.OneDrive.FinderSync_KFM.plist
│ │ └── com.microsoft.office_installcontrols.plist
│ │ └── dock
│ │ ├── dock.sh
│ │ └── dockSettingsv5.sh
├── Devices
│ ├── DeviceExtensionAttributes
│ │ └── Invoke-DeviceExtensionAttributes.ps1
│ ├── LinuxESP
│ │ └── autoinstall.yaml
│ ├── NotesUpdate
│ │ └── Set-MEMDeviceNotes.ps1
│ ├── PhasedGroups
│ │ └── Get-PhasedGroupRules.ps1
│ ├── PrimaryUser
│ │ └── Get-PrimaryUserfromGroup.ps1
│ └── SetOwnership
│ │ └── Set-DeviceOwnership.ps1
├── EndpointSecurity
│ ├── AppLockerConversion
│ │ ├── AppLockerRules-Audit.xml
│ │ └── Convert-AppLockertoIntune.ps1
│ ├── ConvertFirewallRules
│ │ └── Invoke-MgConvertFirewallRules.ps1
│ ├── EPMAutomation
│ │ ├── EPM-Report-20250321-111725.csv
│ │ ├── EPM_Report_2024_10_24_09_26_28.csv
│ │ ├── EPM_Report_2025_01_23_09_02_35.csv
│ │ ├── EPM_Report_Sample.csv
│ │ ├── EPM_Report_UpdatedSample.csv
│ │ ├── Invoke-MgEPMRules.ps1
│ │ ├── Invoke-MgEPNRules.ps1
│ │ ├── README.md
│ │ └── test.json
│ ├── FirewallRuleMigration
│ │ ├── $(1).xlsx
│ │ ├── $.xlsx
│ │ ├── Export-FirewallRules.ps1
│ │ ├── FirewallRuleMigration.zip
│ │ ├── FirewallRulesMigration.psm1
│ │ ├── Intune-prototype-WindowsMDMFirewallRulesMigrationTool.psd1
│ │ ├── IntuneFirewallRulesMigration
│ │ │ ├── Private
│ │ │ │ ├── ConvertTo-IntuneFirewallRule-Helper.ps1
│ │ │ │ ├── Process-IntuneFirewallRules.ps1
│ │ │ │ ├── Send-Telemetry.ps1
│ │ │ │ ├── Strings.ps1
│ │ │ │ ├── Telemetry
│ │ │ │ │ ├── Microsoft.Applications.Telemetry.Server.dll
│ │ │ │ │ ├── Microsoft.Applications.Telemetry.Server.xml
│ │ │ │ │ ├── Microsoft.Applications.Telemetry.dll
│ │ │ │ │ ├── Microsoft.Applications.Telemetry.xml
│ │ │ │ │ ├── Microsoft.Bond.Interfaces.dll
│ │ │ │ │ └── Microsoft.Bond.dll
│ │ │ │ └── Use-HelperFunctions.ps1
│ │ │ └── Public
│ │ │ │ ├── ConvertTo-IntuneFirewallRule.ps1
│ │ │ │ ├── Export-NetFirewallRule.ps1
│ │ │ │ ├── ExportTo-ExcelFile.ps1
│ │ │ │ ├── Get-SampleFirewallData.ps1
│ │ │ │ ├── IntuneFirewallRule.ps1
│ │ │ │ └── Send-IntuneFirewallRulesPolicy.ps1
│ │ ├── README.md
│ │ └── Tests
│ │ │ ├── ConvertTo-IntuneFirewallRule.Tests.ps1
│ │ │ ├── Process-IntuneFirewallRules.Tests.ps1
│ │ │ ├── Send-IntuneFirewallRulesPolicy.Tests.ps1
│ │ │ ├── Send-Telemetry.Tests.ps1
│ │ │ ├── Use-HelperFunctions.Tests.ps1
│ │ │ └── pester.Tests.ps1
│ ├── ReusableDeviceControl
│ │ ├── DeviceControl.ps1
│ │ ├── New query.csv
│ │ └── defenderexport.csv
│ ├── ReusableFirewallGroups
│ │ ├── Invoke-MgReusableFirewall.ps1
│ │ └── Invoke-MgReusableFirewallUpdate.ps1
│ └── macOSDefender
│ │ ├── MicrosoftDefenderAV_Settings.json
│ │ └── MicrosoftDefender_Settings.json
├── Enrolment
│ ├── ADEProfileAssignment
│ │ ├── ADEDevices.csv
│ │ └── Invoke-ADEProfileAssignment.ps1
│ ├── GroupTagAssignment
│ │ ├── Set-AutopilotGroupTag.ps1
│ │ └── WindowsAutopilotDevices.csv
│ ├── NDESEntApp
│ │ └── Invoke-NDESEntApp.ps1
│ └── SwiftDialog
│ │ ├── onboardingProcess.zsh
│ │ ├── onboarding_scripts.zip
│ │ └── onboarding_scripts
│ │ ├── 1-installSwiftDialog.zsh
│ │ ├── icons
│ │ ├── CompanyPortal.png
│ │ ├── Defender.png
│ │ ├── Edge.png
│ │ ├── GoogleChrome.png
│ │ ├── RemoteDesktop.png
│ │ ├── Settings.png
│ │ ├── WindowsApp.png
│ │ ├── memvennbee.png
│ │ ├── office.png
│ │ └── vscode.png
│ │ ├── scripts
│ │ ├── 01-installCompanyPortal.zsh
│ │ ├── 02-installChrome.zsh
│ │ ├── 03-installEdge.sh
│ │ ├── 04-installVSCode.zsh
│ │ ├── 05-installRemoteDesktop.zsh
│ │ ├── 06-installDefender.zsh
│ │ └── 99-setTZfromIP.sh
│ │ └── swiftdialog.json
├── Groups
│ └── Get-IntuneGroupDoc.ps1
├── PlatformScripts
│ ├── PowerShell
│ │ ├── APv2Name
│ │ │ └── Set-APv2Name.ps1
│ │ ├── AutoLogOff
│ │ │ └── AutoLogOff.ps1
│ │ ├── AutopilotLanguages
│ │ │ ├── DefaultKeyboards.reg
│ │ │ └── Set-WindowsLanguages.ps1
│ │ ├── AutopilotProvisioning
│ │ │ └── Set-MissingAutopilotDPSettings.ps1
│ │ ├── BitLockerDMAExceptions
│ │ │ └── Set-BitLockerDMAExceptions.ps1
│ │ ├── BitlockerWinRE
│ │ │ └── Enable-WinRE_Bitlocker.ps1
│ │ ├── CIS
│ │ │ ├── BL
│ │ │ │ ├── CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 3.0.1.ps1
│ │ │ │ └── CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 4.0.0.ps1
│ │ │ ├── L1
│ │ │ │ ├── CIS (L1) System Services - Windows 11 Intune 3.0.1.ps1
│ │ │ │ ├── CIS (L1) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1
│ │ │ │ └── CIS Windows 11 v4.0.0 Services L1.ps1
│ │ │ └── L2
│ │ │ │ ├── CIS (L2) System Services - Windows 11 Intune 3.0.1.ps1
│ │ │ │ └── CIS (L2) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1
│ │ └── HDJDeviceRename
│ │ │ └── Invoke-ComputerRename-HDJ.ps1
│ └── Shell
│ │ ├── Apps
│ │ └── Install_PPPCUtility.zsh
│ │ ├── AutoBrew
│ │ ├── App_AutoBrew_App_Template.sh
│ │ └── App_AutoBrew_Install.sh
│ │ ├── AzureFiles
│ │ └── Script_downloadWallpaperNew.sh
│ │ ├── CIS
│ │ └── L1
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Battery.zsh
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.zsh
│ │ │ ├── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.zsh
│ │ │ └── TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.zsh
│ │ ├── DefenderLinux
│ │ └── prereq.sh
│ │ ├── InstallFonts
│ │ ├── fonts.zip
│ │ └── installFonts.zsh
│ │ ├── SwiftDialog
│ │ ├── onboardingProcess.zsh
│ │ ├── onboarding_scripts.zip
│ │ └── onboarding_scripts
│ │ │ ├── 1-installSwiftDialog.zsh
│ │ │ ├── icons
│ │ │ ├── CompanyPortal.png
│ │ │ ├── Defender.png
│ │ │ ├── Edge.png
│ │ │ ├── MEMvENNBEE.png
│ │ │ ├── OneDrive.png
│ │ │ ├── RemoteDesktop.png
│ │ │ ├── Settings.png
│ │ │ ├── office.png
│ │ │ └── vscode.png
│ │ │ ├── scripts
│ │ │ ├── 01-installCompanyPortal.zsh
│ │ │ ├── 02-OneDriveSyncClient.sh
│ │ │ ├── 03-installEdge.sh
│ │ │ └── 04-installDefender.zsh
│ │ │ └── swiftdialog.json
│ │ └── TeamsBackgrounds
│ │ ├── downloadNewTeamsBackgrounds.sh
│ │ └── downloadTeamsBackground.sh
├── Remediation
│ ├── APv2Name
│ │ ├── APv2Name_Detection.ps1
│ │ └── APv2Name_Remediation.ps1
│ ├── CIS
│ │ ├── L1
│ │ │ ├── CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Detection.ps1
│ │ │ ├── CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Remediation.ps1
│ │ │ ├── CIS (L1) System Services - Windows 11 Intune 3.0.1_Detection.ps1
│ │ │ ├── CIS (L1) System Services - Windows 11 Intune 3.0.1_Remediation.ps1
│ │ │ ├── CIS Windows 11 v4.0.0 Services L1 Detection.ps1
│ │ │ └── CIS Windows 11 v4.0.0 Services L1 Remediation.ps1
│ │ └── L2
│ │ │ ├── CIS (L2) System Services - Windows 11 Intune 3.0.1_Detection.ps1
│ │ │ └── CIS (L2) System Services - Windows 11 Intune 3.0.1_Remediation.ps1
│ ├── Co-ManagementAuthority
│ │ ├── Override_Co-Management_Detection.ps1
│ │ └── Override_Co-Management_Remediation.ps1
│ ├── DefenderPassiveMode
│ │ ├── DefenderPassiveMode_Detection.ps1
│ │ └── DefenderPassiveMode_Remediation.ps1
│ ├── FeatureUpdateAppraisal
│ │ ├── Check-FeatureUpdateAppraisal-Detection.ps1
│ │ └── Check-FeatureUpdateAppraisal-Remediation.ps1
│ ├── HDJDeviceRename
│ │ ├── HDJRename_Detection.ps1
│ │ └── HDJRename_Remediation.ps1
│ ├── NetworkProfileLocation
│ │ ├── NetworkProfile_Detection.ps1
│ │ └── NetworkProfile_Remediation.ps1
│ ├── SafeGuardID
│ │ └── Check-SafeGuardID.ps1
│ ├── UpdateStoreApps
│ │ ├── Update-StoreApps_Detection.ps1
│ │ └── Update-StoreApps_Remediation.ps1
│ └── WinREPartition
│ │ ├── Set-WinRE_Detection.ps1
│ │ ├── Set-WinRE_Remediation.ps1
│ │ └── Set-WinRE_ReportRemediation.ps1
└── Reports
│ └── GetWindows11Ready
│ ├── Invoke-Windows11Accelerator.ps1
│ ├── Invoke-Windows11AcceleratorUpdate.ps1
│ └── README.md
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
--------------------------------------------------------------------------------
/ConfigMgr/Apps/ForceCCMClientInstall/Install-CCMClientAlways.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/ConfigMgr/Apps/ForceCCMClientInstall/Install-CCMClientAlways.ps1
--------------------------------------------------------------------------------
/ConfigMgr/Collections/DirectToQuery/Set-CollectionDirectToIDMembership.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/ConfigMgr/Collections/DirectToQuery/Set-CollectionDirectToIDMembership.ps1
--------------------------------------------------------------------------------
/ConfigMgr/Collections/DirectToQuery/Set-CollectionDirectToQueryMembership.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/ConfigMgr/Collections/DirectToQuery/Set-CollectionDirectToQueryMembership.ps1
--------------------------------------------------------------------------------
/Intune/Apps/AddGoogleApps/Invoke-AddGoogleApps.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/AddGoogleApps/Invoke-AddGoogleApps.ps1
--------------------------------------------------------------------------------
/Intune/Apps/AppCategories/Set-AppCategories.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/AppCategories/Set-AppCategories.ps1
--------------------------------------------------------------------------------
/Intune/Apps/AppCategories/appcategories.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/AppCategories/appcategories.csv
--------------------------------------------------------------------------------
/Intune/Apps/AssignApps/Invoke-MgAssignIntuneApps.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/AssignApps/Invoke-MgAssignIntuneApps.ps1
--------------------------------------------------------------------------------
/Intune/Apps/AssignAppsCategories/Invoke-AppCategoryAssignment.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/AssignAppsCategories/Invoke-AppCategoryAssignment.ps1
--------------------------------------------------------------------------------
/Intune/Apps/ConfigMgrCMG/Install-ConfigMgrClientCMG.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/ConfigMgrCMG/Install-ConfigMgrClientCMG.ps1
--------------------------------------------------------------------------------
/Intune/Apps/ConfigMgrCMG/Requirement-ConfigMgrClientEntra.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/ConfigMgrCMG/Requirement-ConfigMgrClientEntra.ps1
--------------------------------------------------------------------------------
/Intune/Apps/ConfigMgrCMG/Requirement-ConfigMgrClientPKI.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/ConfigMgrCMG/Requirement-ConfigMgrClientPKI.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/BIOSIntf.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/BIOSIntf.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Clear-DellAdminPassword.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Clear-DellAdminPassword.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedBootOptions/DCPP_AdvancedBootOptions.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedBootOptions/DCPP_AdvancedBootOptions.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedBootOptions/DCPP_AdvancedBootOptions.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedBootOptions/DCPP_AdvancedBootOptions.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedConfigurations/DCPP_AdvancedConfigurations.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedConfigurations/DCPP_AdvancedConfigurations.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedConfigurations/DCPP_AdvancedConfigurations.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_AdvancedConfigurations/DCPP_AdvancedConfigurations.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BIOSSetupAdvancedMode/DCPP_BIOSSetupAdvancedMode.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BIOSSetupAdvancedMode/DCPP_BIOSSetupAdvancedMode.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BIOSSetupAdvancedMode/DCPP_BIOSSetupAdvancedMode.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BIOSSetupAdvancedMode/DCPP_BIOSSetupAdvancedMode.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BootSequence/DCPP_BootSequence.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BootSequence/DCPP_BootSequence.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BootSequence/DCPP_BootSequence.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_BootSequence/DCPP_BootSequence.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Maintenance/DCPP_Maintenance.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Maintenance/DCPP_Maintenance.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Maintenance/DCPP_Maintenance.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Maintenance/DCPP_Maintenance.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Manageability/DCPP_Manageability.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Manageability/DCPP_Manageability.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Manageability/DCPP_Manageability.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Manageability/DCPP_Manageability.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_MiscellaneousDevices/DCPP_MiscellaneousDevices.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_MiscellaneousDevices/DCPP_MiscellaneousDevices.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_MiscellaneousDevices/DCPP_MiscellaneousDevices.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_MiscellaneousDevices/DCPP_MiscellaneousDevices.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_POSTBehavior/DCPP_POSTBehavior.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_POSTBehavior/DCPP_POSTBehavior.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_POSTBehavior/DCPP_POSTBehavior.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_POSTBehavior/DCPP_POSTBehavior.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Performance/DCPP_Performance.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Performance/DCPP_Performance.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Performance/DCPP_Performance.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Performance/DCPP_Performance.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_PowerManagement/DCPP_PowerManagement.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_PowerManagement/DCPP_PowerManagement.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_PowerManagement/DCPP_PowerManagement.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_PowerManagement/DCPP_PowerManagement.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Security/DCPP_Security.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Security/DCPP_Security.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Security/DCPP_Security.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Security/DCPP_Security.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_StealthModeControl/DCPP_StealthModeControl.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_StealthModeControl/DCPP_StealthModeControl.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_StealthModeControl/DCPP_StealthModeControl.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_StealthModeControl/DCPP_StealthModeControl.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemConfiguration/DCPP_SystemConfiguration.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemConfiguration/DCPP_SystemConfiguration.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemConfiguration/DCPP_SystemConfiguration.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemConfiguration/DCPP_SystemConfiguration.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemLogs/DCPP_SystemLogs.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemLogs/DCPP_SystemLogs.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemLogs/DCPP_SystemLogs.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_SystemLogs/DCPP_SystemLogs.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_TPMSecurity/DCPP_TPMSecurity.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_TPMSecurity/DCPP_TPMSecurity.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_TPMSecurity/DCPP_TPMSecurity.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_TPMSecurity/DCPP_TPMSecurity.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_USBConfiguration/DCPP_USBConfiguration.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_USBConfiguration/DCPP_USBConfiguration.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_USBConfiguration/DCPP_USBConfiguration.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_USBConfiguration/DCPP_USBConfiguration.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Video/DCPP_Video.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Video/DCPP_Video.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Video/DCPP_Video.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Video/DCPP_Video.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_VirtualizationSupport/DCPP_VirtualizationSupport.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_VirtualizationSupport/DCPP_VirtualizationSupport.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_VirtualizationSupport/DCPP_VirtualizationSupport.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_VirtualizationSupport/DCPP_VirtualizationSupport.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Wireless/DCPP_Wireless.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Wireless/DCPP_Wireless.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Wireless/DCPP_Wireless.schema.mof:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSCResources/DCPP_Wireless/DCPP_Wireless.schema.mof
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_All.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_All.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_ChangeLCMMetaConfig.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_ChangeLCMMetaConfig.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_MultipleNodes_1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_MultipleNodes_1.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_MultipleNodes_2.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_MultipleNodes_2.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_POSTBehavior.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_POSTBehavior.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_PassingCredentials.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_PassingCredentials.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_PowerManagement.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_PowerManagement.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_SecureKey.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSC_SampleScripts/Sample_SecureKey.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSMBLibWrapper.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSMBLibWrapper.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSMBLibrary.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DSMBLibrary.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Dell Command PowerShell Provider Third Party Licenses.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Dell Command PowerShell Provider Third Party Licenses.pdf
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.PSM1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.PSM1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.cat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.cat
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/DellBIOSProvider.psd1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Get-DellBiosSettings.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Get-DellBiosSettings.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Install-instructions.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Install-instructions.txt
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Load-DellBIOSProvider.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Load-DellBIOSProvider.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Misc/helper.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Misc/helper.psm1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/PSGetModuleInfo.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/PSGetModuleInfo.xml
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-AdvancedBootOptionsSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-AdvancedBootOptionsSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-BootSequenceSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-BootSequenceSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-MiscellaneousDevicesSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-MiscellaneousDevicesSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-POSTBehaviorSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-POSTBehaviorSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-PerformanceSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-PerformanceSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-PowerManagementSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-PowerManagementSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SecuritySchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SecuritySchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SystemConfigurationSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SystemConfigurationSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SystemInformationSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-SystemInformationSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-TPMSecuritySchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-TPMSecuritySchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-USBConfigurationSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-USBConfigurationSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-VideoSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-VideoSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-VirtualizationSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-VirtualizationSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-WirelessSchema.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/ResourceDesignerScripts/GenerateDCPP-WirelessSchema.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Set-Dell1stBootdevice.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Set-Dell1stBootdevice.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Set-DellAutoOnForSelectDays.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Set-DellAutoOnForSelectDays.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Tests/ResourceTests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/Tests/ResourceTests.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/DellBIOSProvider.dll-Help.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/DellBIOSProvider.dll-Help.xml
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/about_DellBIOSProvider.help.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/about_DellBIOSProvider.help.txt
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/about_DellBIOSProvider_DscResources.help.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/en-US/about_DellBIOSProvider_DscResources.help.txt
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/libxml2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/libxml2.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcp100.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcp100.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcp140.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcp140.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcr100.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/msvcr100.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/vcruntime140.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/vcruntime140.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/vcruntime140_1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/DellBIOSProvider/2.6.0/vcruntime140_1.dll
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/Set-DellBIOSPassword.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/Set-DellBIOSPassword.ps1
--------------------------------------------------------------------------------
/Intune/Apps/DellBIOS/Set-DellBIOSSettings.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/DellBIOS/Set-DellBIOSSettings.ps1
--------------------------------------------------------------------------------
/Intune/Apps/Office365/download.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/download.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/install_access.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/install_access.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/install_default_device.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/install_default_device.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/install_default_with_access.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/install_default_with_access.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/install_runtime.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/install_runtime.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/intune_install_default.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/intune_install_default.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/migrate_default.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/migrate_default.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/migrate_project.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/migrate_project.xml
--------------------------------------------------------------------------------
/Intune/Apps/Office365/migrate_visio.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Office365/migrate_visio.xml
--------------------------------------------------------------------------------
/Intune/Apps/PPPC/install_PPPC.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/PPPC/install_PPPC.zsh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/IntuneScripts/intunePost.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/IntuneScripts/intunePost.sh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/IntuneScripts/intunePre.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/IntuneScripts/intunePre.sh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Info.plist
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/MacOS/Dialog:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/MacOS/Dialog
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/PkgInfo:
--------------------------------------------------------------------------------
1 | APPL????
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/AppIcon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/AppIcon.icns
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/Assets.car:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/Assets.car
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/da-DK.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/da-DK.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/de.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/de.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/en-AU.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/en-AU.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/en.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/es.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/es.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fi.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fi.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fileicon:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fileicon
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fr.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/fr.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/nl.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/Resources/nl.lproj/Localizable.strings
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/_CodeSignature/CodeResources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/Dialog/Dialog.app/Contents/_CodeSignature/CodeResources
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/CompanyPortal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/CompanyPortal.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Defender.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Defender.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Edge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Edge.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/GoogleChrome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/GoogleChrome.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/MEMvENNBEE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/MEMvENNBEE.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/MicrosoftRemoteHelp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/MicrosoftRemoteHelp.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/RemoteDesktop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/RemoteDesktop.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/Settings.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/office.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/vscode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/icons/vscode.png
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/01-installCompanyPortal.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/01-installCompanyPortal.zsh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/03-installEdge.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/03-installEdge.sh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/05-installRemoteDesktop.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/05-installRemoteDesktop.zsh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/06-installDefender.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/scripts/06-installDefender.zsh
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/swiftdialog.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/Application Support/SwiftDialogResources/swiftdialog.json
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/scripts/postinstall:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/scripts/postinstall
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/scripts/preinstall:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/scripts/preinstall
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Payload/usr/local/bin/dialog:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Payload/usr/local/bin/dialog
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Swift Dialog Onboarding/Swift Dialog Onboarding.pkgproj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Swift Dialog Onboarding/Swift Dialog Onboarding.pkgproj
--------------------------------------------------------------------------------
/Intune/Apps/SwiftDialog/Swift Dialog Onboarding/build/Swift Dialog Onboarding.pkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/SwiftDialog/Swift Dialog Onboarding/build/Swift Dialog Onboarding.pkg
--------------------------------------------------------------------------------
/Intune/Apps/Win32AppFileCopy/Install.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Win32AppFileCopy/Install.ps1
--------------------------------------------------------------------------------
/Intune/Apps/Win32AppFileCopy/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Win32AppFileCopy/README.md
--------------------------------------------------------------------------------
/Intune/Apps/Win32AppFileCopy/Uninstall.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Apps/Win32AppFileCopy/Uninstall.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/AppleOSCompliance/Set-AppleOSCompliance.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/AppleOSCompliance/Set-AppleOSCompliance.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/BitLocker/BitLockerStatus.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/BitLocker/BitLockerStatus.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/BitLocker/BitLockerStatus.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/BitLocker/BitLockerStatus.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/CyberEssentials/CyberEssentials.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/CyberEssentials/CyberEssentials.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/CyberEssentials/CyberEssentials_Example_AVG_ZoneAlarm.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/CyberEssentials/CyberEssentials_Example_AVG_ZoneAlarm.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/CyberEssentials/CyberEssentials_Example_Defender.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/CyberEssentials/CyberEssentials_Example_Defender.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/ThirdPartyAV/ThirdPartyAV.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/ThirdPartyAV/ThirdPartyAV.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/ThirdPartyAV/ThirdPartyAV.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/ThirdPartyAV/ThirdPartyAV.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowRecall-Hard.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowRecall-Hard.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowRecall-ReallySoft.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowRecall-ReallySoft.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowRecall-Soft.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowRecall-Soft.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-Hard.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-Hard.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-ReallySoft.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-ReallySoft.json
--------------------------------------------------------------------------------
/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-Soft.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/Custom/WindowsRecall/WindowsRecall-Soft.json
--------------------------------------------------------------------------------
/Intune/Compliance/DefenderCompliance/Set-DefenderCompliance.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/DefenderCompliance/Set-DefenderCompliance.ps1
--------------------------------------------------------------------------------
/Intune/Compliance/WindowsOSCompliance/Set-OSCompliance.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Compliance/WindowsOSCompliance/Set-OSCompliance.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Misc - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Misc - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Silent Encryption - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Silent Encryption - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Supplement - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/BL/CIS (BL) BitLocker Supplement - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - System - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - System - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - Windows Components (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - Windows Components (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - Windows Components - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Admin Templates - Windows Components - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Auditing - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Auditing - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Defender - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Defender - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Device Lock & WHFB (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Device Lock & WHFB (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Firewall - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Firewall - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Level 1 Misc - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Level 1 Misc - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Local Policies Security Options - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Local Policies Security Options - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 1 - 3.9.1.1 (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 1 - 3.9.1.1 (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 1 - 3.9.1.1 - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 1 - 3.9.1.1 - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 22 - 80 (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 22 - 80 (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 22 - 80 - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 22 - 80 - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 3.10.25.2 - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 3.10.25.2 - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 45.10-45.11 - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Section 45.10-45.11 - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) User Rights Global - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) User Rights Global - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Virtualization Based Technology (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Virtualization Based Technology (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows Hello for Business (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows Hello for Business (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows LAPS - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows LAPS - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows Update - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L1/CIS (L1) Windows Update - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L2/CIS (L2) Administrative Templates (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L2/CIS (L2) Administrative Templates (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L2/CIS (L2) Administrative Templates - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L2/CIS (L2) Administrative Templates - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L2/CIS (L2) Level 2 Misc - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L2/CIS (L2) Level 2 Misc - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L2/CIS (L2) Section 11.1 - 80 (No Services) (User) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L2/CIS (L2) Section 11.1 - 80 (No Services) (User) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/Windows/L2/CIS (L2) Section 11.1 - 80 (No Services) - Windows 11 Intune 3.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/Windows/L2/CIS (L2) Section 11.1 - 80 (No Services) - Windows 11 Intune 3.0.1.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/CIS.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/CIS.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_1_End-User_Configuration_Profile.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_1_End-User_Configuration_Profile.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_1_Institutional_Configuration_Profile.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_1_Institutional_Configuration_Profile.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_2_End-User_Configuration_Profile.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_2_End-User_Configuration_Profile.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_2_Institutional_Configuration_Profile.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/CIS_iOS_18_v1.0.0_Level_2_Institutional_Configuration_Profile.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Additional Recommendations - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Additional Recommendations - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Built-in Apps - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Built-in Apps - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Cloud Restrictions- iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Cloud Restrictions- iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Connected Devices - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Connected Devices - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Data Protection - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Data Protection - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) General Restrictions - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) General Restrictions - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L1/CIS (L1) Password - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L1/CIS (L1) Password - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L2/CIS (L2) General Restrictions - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L2/CIS (L2) General Restrictions - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L2/CIS (L2) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L2/CIS (L2) Locked Screen Experience - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/L2/CIS (L2) Password - iOS_iPadOS Intune 1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/L2/CIS (L2) Password - iOS_iPadOS Intune 1.0.0.json
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/ManagedUrls.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/ManagedUrls.csv
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/iOS/read_me_iOS_18_profiles.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/iOS/read_me_iOS_18_profiles.txt
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/PRD-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/PRD-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-LockScreen.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-LockScreen.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Siri.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Siri.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Accessibility.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Accessibility.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.MCX.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.MCX.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Safari.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Safari.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Siri.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Siri.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.SoftwareUpdate.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.SoftwareUpdate.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.SubmitDiagInfo.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.SubmitDiagInfo.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Terminal.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.Terminal.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.applicationaccess.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.applicationaccess.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.assistant.support.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.assistant.support.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.controlcenter.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.controlcenter.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.loginwindow.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.loginwindow.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.mobiledevice.passwordpolicy.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.mobiledevice.passwordpolicy.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.screensaver.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.screensaver.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.security.firewall.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.security.firewall.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.systempolicy.control.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.systempolicy.control.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.timed.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/preferences/com.apple.timed.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Accessibility.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Accessibility.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.MCX.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.MCX.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.ManagedClient.preferences.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.ManagedClient.preferences.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Safari.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Safari.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Siri.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Siri.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.SoftwareUpdate.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.SoftwareUpdate.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.SubmitDiagInfo.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.SubmitDiagInfo.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Terminal.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.Terminal.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.applicationaccess.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.applicationaccess.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.assistant.support.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.assistant.support.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.controlcenter.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.controlcenter.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.loginwindow.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.loginwindow.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.mobiledevice.passwordpolicy.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.mobiledevice.passwordpolicy.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.screensaver.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.screensaver.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.security.firewall.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.security.firewall.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.systempolicy.control.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L1/mobileconfigs/unsigned/com.apple.systempolicy.control.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/TST-MAC-D-CO-SBL-CIS-L2-SystemSettings-DesktopandDock.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/TST-MAC-D-CO-SBL-CIS-L2-SystemSettings-DesktopandDock.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.MCX.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.MCX.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Safari.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Safari.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Siri.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Siri.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.SoftwareUpdate.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.SoftwareUpdate.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Terminal.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.Terminal.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.TimeMachine.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.TimeMachine.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.applicationaccess.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.applicationaccess.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.controlcenter.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.controlcenter.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.loginwindow.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.loginwindow.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.mDNSResponder.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.mDNSResponder.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.mobiledevice.passwordpolicy.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.mobiledevice.passwordpolicy.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.screensaver.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.screensaver.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.security.firewall.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.security.firewall.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.systempolicy.control.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.systempolicy.control.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.timed.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/preferences/com.apple.timed.plist
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.MCX.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.MCX.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.ManagedClient.preferences.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.ManagedClient.preferences.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Safari.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Safari.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Siri.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Siri.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.SoftwareUpdate.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.SoftwareUpdate.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Terminal.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.Terminal.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.TimeMachine.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.TimeMachine.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.applicationaccess.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.applicationaccess.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.controlcenter.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.controlcenter.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.loginwindow.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.loginwindow.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.mDNSResponder.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.mDNSResponder.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.mobiledevice.passwordpolicy.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.mobiledevice.passwordpolicy.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.screensaver.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.screensaver.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.security.firewall.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.security.firewall.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.systempolicy.control.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/CIS/macOS/L2/mobileconfigs/unsigned/com.apple.systempolicy.control.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_appx.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_appx.xml
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_dll.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_dll.xml
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_exe.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_exe.xml
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_msi.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_msi.xml
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_script.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/Windows/AppLocker/AppLocker_script.xml
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/macOS/deferUpdates.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/macOS/deferUpdates.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/macOS/hideSystemPrefs.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/macOS/hideSystemPrefs.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/macOS/logonSettings.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/macOS/logonSettings.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/NCSC/macOS/timeServers.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/NCSC/macOS/timeServers.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/ProWallpaper/Data/logo-bg-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/ProWallpaper/Data/logo-bg-dark.png
--------------------------------------------------------------------------------
/Intune/Configuration/ProWallpaper/Data/logo-bg-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/ProWallpaper/Data/logo-bg-light.png
--------------------------------------------------------------------------------
/Intune/Configuration/ProWallpaper/check.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/ProWallpaper/check.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/ProWallpaper/install.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/ProWallpaper/install.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/ProWallpaper/uninstall.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/ProWallpaper/uninstall.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/SettingsCatalogAssignment/Invoke-MgSettingsCatalogAssignment.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/SettingsCatalogAssignment/Invoke-MgSettingsCatalogAssignment.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/VPNExclusions/Get-m365IPVPN.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/VPNExclusions/Get-m365IPVPN.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/VPNExclusions/Get-m365IPVPN.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/VPNExclusions/Get-m365IPVPN.txt
--------------------------------------------------------------------------------
/Intune/Configuration/VPNExclusions/M365IPs-MEM.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/VPNExclusions/M365IPs-MEM.xml
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/New-macOSDefenderScanProfile.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/New-macOSDefenderScanProfile.ps1
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example1.com.microsoft.wdav.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example1.com.microsoft.wdav.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example1.com.microsoft.wdav.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example1.com.microsoft.wdav.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example2.com.microsoft.wdav.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example2.com.microsoft.wdav.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example2.com.microsoft.wdav.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example2.com.microsoft.wdav.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example3.com.microsoft.wdav.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example3.com.microsoft.wdav.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/example3.com.microsoft.wdav.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/example3.com.microsoft.wdav.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/DefenderScheduleScan/werwer.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/DefenderScheduleScan/werwer.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/Permissions/com.microsoft.intuneMDMAgent.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/Permissions/com.microsoft.intuneMDMAgent.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/Permissions/com.microsoft.wdav.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/Permissions/com.microsoft.wdav.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/PlatformSSO/Firefox.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/PlatformSSO/Firefox.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/PlatformSSO/FirefoxpSSO.plist:
--------------------------------------------------------------------------------
1 | MicrosoftEntraSSO
2 |
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/PlatformSSO/GoogleChromepSSO.mobileconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/PlatformSSO/GoogleChromepSSO.mobileconfig
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/PlatformSSO/SSOPlatformSettings.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/PlatformSSO/SSOPlatformSettings.json
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/Preferences/com.microsoft.OneDrive.FinderSync_KFM.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/Preferences/com.microsoft.OneDrive.FinderSync_KFM.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/Preferences/com.microsoft.office_installcontrols.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/Preferences/com.microsoft.office_installcontrols.plist
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/dock/dock.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/dock/dock.sh
--------------------------------------------------------------------------------
/Intune/Configuration/macOS/dock/dockSettingsv5.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Configuration/macOS/dock/dockSettingsv5.sh
--------------------------------------------------------------------------------
/Intune/Devices/DeviceExtensionAttributes/Invoke-DeviceExtensionAttributes.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/DeviceExtensionAttributes/Invoke-DeviceExtensionAttributes.ps1
--------------------------------------------------------------------------------
/Intune/Devices/LinuxESP/autoinstall.yaml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/LinuxESP/autoinstall.yaml
--------------------------------------------------------------------------------
/Intune/Devices/NotesUpdate/Set-MEMDeviceNotes.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/NotesUpdate/Set-MEMDeviceNotes.ps1
--------------------------------------------------------------------------------
/Intune/Devices/PhasedGroups/Get-PhasedGroupRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/PhasedGroups/Get-PhasedGroupRules.ps1
--------------------------------------------------------------------------------
/Intune/Devices/PrimaryUser/Get-PrimaryUserfromGroup.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/PrimaryUser/Get-PrimaryUserfromGroup.ps1
--------------------------------------------------------------------------------
/Intune/Devices/SetOwnership/Set-DeviceOwnership.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Devices/SetOwnership/Set-DeviceOwnership.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/AppLockerConversion/AppLockerRules-Audit.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/AppLockerConversion/AppLockerRules-Audit.xml
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/AppLockerConversion/Convert-AppLockertoIntune.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/AppLockerConversion/Convert-AppLockertoIntune.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ConvertFirewallRules/Invoke-MgConvertFirewallRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ConvertFirewallRules/Invoke-MgConvertFirewallRules.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/EPM-Report-20250321-111725.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/EPM-Report-20250321-111725.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/EPM_Report_2024_10_24_09_26_28.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/EPM_Report_2024_10_24_09_26_28.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/EPM_Report_2025_01_23_09_02_35.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/EPM_Report_2025_01_23_09_02_35.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/EPM_Report_Sample.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/EPM_Report_Sample.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/EPM_Report_UpdatedSample.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/EPM_Report_UpdatedSample.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/Invoke-MgEPMRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/Invoke-MgEPMRules.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/Invoke-MgEPNRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/Invoke-MgEPNRules.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/README.md
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/EPMAutomation/test.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/EPMAutomation/test.json
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/$(1).xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/$(1).xlsx
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/$.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/$.xlsx
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Export-FirewallRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Export-FirewallRules.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/FirewallRuleMigration.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/FirewallRuleMigration.zip
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/FirewallRulesMigration.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/FirewallRulesMigration.psm1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Intune-prototype-WindowsMDMFirewallRulesMigrationTool.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Intune-prototype-WindowsMDMFirewallRulesMigrationTool.psd1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/ConvertTo-IntuneFirewallRule-Helper.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/ConvertTo-IntuneFirewallRule-Helper.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Process-IntuneFirewallRules.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Process-IntuneFirewallRules.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Send-Telemetry.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Send-Telemetry.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Strings.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Strings.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.Server.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.Server.dll
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.Server.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.Server.xml
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.dll
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Applications.Telemetry.xml
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Bond.Interfaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Bond.Interfaces.dll
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Bond.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Telemetry/Microsoft.Bond.dll
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Use-HelperFunctions.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Private/Use-HelperFunctions.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/ConvertTo-IntuneFirewallRule.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/ConvertTo-IntuneFirewallRule.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Export-NetFirewallRule.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Export-NetFirewallRule.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/ExportTo-ExcelFile.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/ExportTo-ExcelFile.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Get-SampleFirewallData.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Get-SampleFirewallData.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/IntuneFirewallRule.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/IntuneFirewallRule.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Send-IntuneFirewallRulesPolicy.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/IntuneFirewallRulesMigration/Public/Send-IntuneFirewallRulesPolicy.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/README.md
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/ConvertTo-IntuneFirewallRule.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/ConvertTo-IntuneFirewallRule.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Process-IntuneFirewallRules.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Process-IntuneFirewallRules.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Send-IntuneFirewallRulesPolicy.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Send-IntuneFirewallRulesPolicy.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Send-Telemetry.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Send-Telemetry.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Use-HelperFunctions.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/Use-HelperFunctions.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/FirewallRuleMigration/Tests/pester.Tests.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/FirewallRuleMigration/Tests/pester.Tests.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ReusableDeviceControl/DeviceControl.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ReusableDeviceControl/DeviceControl.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ReusableDeviceControl/New query.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ReusableDeviceControl/New query.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ReusableDeviceControl/defenderexport.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ReusableDeviceControl/defenderexport.csv
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ReusableFirewallGroups/Invoke-MgReusableFirewall.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ReusableFirewallGroups/Invoke-MgReusableFirewall.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/ReusableFirewallGroups/Invoke-MgReusableFirewallUpdate.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/ReusableFirewallGroups/Invoke-MgReusableFirewallUpdate.ps1
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/macOSDefender/MicrosoftDefenderAV_Settings.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/macOSDefender/MicrosoftDefenderAV_Settings.json
--------------------------------------------------------------------------------
/Intune/EndpointSecurity/macOSDefender/MicrosoftDefender_Settings.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/EndpointSecurity/macOSDefender/MicrosoftDefender_Settings.json
--------------------------------------------------------------------------------
/Intune/Enrolment/ADEProfileAssignment/ADEDevices.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/ADEProfileAssignment/ADEDevices.csv
--------------------------------------------------------------------------------
/Intune/Enrolment/ADEProfileAssignment/Invoke-ADEProfileAssignment.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/ADEProfileAssignment/Invoke-ADEProfileAssignment.ps1
--------------------------------------------------------------------------------
/Intune/Enrolment/GroupTagAssignment/Set-AutopilotGroupTag.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/GroupTagAssignment/Set-AutopilotGroupTag.ps1
--------------------------------------------------------------------------------
/Intune/Enrolment/GroupTagAssignment/WindowsAutopilotDevices.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/GroupTagAssignment/WindowsAutopilotDevices.csv
--------------------------------------------------------------------------------
/Intune/Enrolment/NDESEntApp/Invoke-NDESEntApp.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/NDESEntApp/Invoke-NDESEntApp.ps1
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboardingProcess.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboardingProcess.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts.zip
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/1-installSwiftDialog.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/1-installSwiftDialog.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/CompanyPortal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/CompanyPortal.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Defender.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Defender.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Edge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Edge.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/GoogleChrome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/GoogleChrome.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/RemoteDesktop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/RemoteDesktop.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/Settings.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/WindowsApp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/WindowsApp.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/memvennbee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/memvennbee.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/office.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/vscode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/icons/vscode.png
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/01-installCompanyPortal.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/01-installCompanyPortal.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/02-installChrome.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/02-installChrome.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/03-installEdge.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/03-installEdge.sh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/04-installVSCode.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/04-installVSCode.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/05-installRemoteDesktop.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/05-installRemoteDesktop.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/06-installDefender.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/06-installDefender.zsh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/99-setTZfromIP.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/scripts/99-setTZfromIP.sh
--------------------------------------------------------------------------------
/Intune/Enrolment/SwiftDialog/onboarding_scripts/swiftdialog.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Enrolment/SwiftDialog/onboarding_scripts/swiftdialog.json
--------------------------------------------------------------------------------
/Intune/Groups/Get-IntuneGroupDoc.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Groups/Get-IntuneGroupDoc.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/APv2Name/Set-APv2Name.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/APv2Name/Set-APv2Name.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/AutoLogOff/AutoLogOff.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/AutoLogOff/AutoLogOff.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/AutopilotLanguages/DefaultKeyboards.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/AutopilotLanguages/DefaultKeyboards.reg
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/AutopilotLanguages/Set-WindowsLanguages.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/AutopilotLanguages/Set-WindowsLanguages.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/AutopilotProvisioning/Set-MissingAutopilotDPSettings.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/AutopilotProvisioning/Set-MissingAutopilotDPSettings.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/BitLockerDMAExceptions/Set-BitLockerDMAExceptions.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/BitLockerDMAExceptions/Set-BitLockerDMAExceptions.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/BitlockerWinRE/Enable-WinRE_Bitlocker.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/BitlockerWinRE/Enable-WinRE_Bitlocker.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/BL/CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 3.0.1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/BL/CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 3.0.1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/BL/CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 4.0.0.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/BL/CIS (BL) BitLocker TPMandPIN - Windows 11 Intune 4.0.0.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/L1/CIS (L1) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/L1/CIS (L1) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/L1/CIS Windows 11 v4.0.0 Services L1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/L1/CIS Windows 11 v4.0.0 Services L1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/CIS/L2/CIS (L2) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/CIS/L2/CIS (L2) Windows Pro Settings - Windows 11 Intune 3.0.1.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/PowerShell/HDJDeviceRename/Invoke-ComputerRename-HDJ.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/PowerShell/HDJDeviceRename/Invoke-ComputerRename-HDJ.ps1
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/Apps/Install_PPPCUtility.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/Apps/Install_PPPCUtility.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/AutoBrew/App_AutoBrew_App_Template.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/AutoBrew/App_AutoBrew_App_Template.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/AutoBrew/App_AutoBrew_Install.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/AutoBrew/App_AutoBrew_Install.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/AzureFiles/Script_downloadWallpaperNew.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/AzureFiles/Script_downloadWallpaperNew.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Battery.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-Battery.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-General.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-PrivacyandSecurity.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/CIS/L1/TST-MAC-D-CO-SBL-CIS-L1-SystemSettings-UsersandGroups.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/DefenderLinux/prereq.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/DefenderLinux/prereq.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/InstallFonts/fonts.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/InstallFonts/fonts.zip
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/InstallFonts/installFonts.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/InstallFonts/installFonts.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboardingProcess.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboardingProcess.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts.zip
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/1-installSwiftDialog.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/1-installSwiftDialog.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/CompanyPortal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/CompanyPortal.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Defender.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Defender.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Edge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Edge.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/MEMvENNBEE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/MEMvENNBEE.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/OneDrive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/OneDrive.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/RemoteDesktop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/RemoteDesktop.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/Settings.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/office.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/vscode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/icons/vscode.png
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/01-installCompanyPortal.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/01-installCompanyPortal.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/02-OneDriveSyncClient.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/02-OneDriveSyncClient.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/03-installEdge.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/03-installEdge.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/04-installDefender.zsh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/scripts/04-installDefender.zsh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/swiftdialog.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/SwiftDialog/onboarding_scripts/swiftdialog.json
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/TeamsBackgrounds/downloadNewTeamsBackgrounds.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/TeamsBackgrounds/downloadNewTeamsBackgrounds.sh
--------------------------------------------------------------------------------
/Intune/PlatformScripts/Shell/TeamsBackgrounds/downloadTeamsBackground.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/PlatformScripts/Shell/TeamsBackgrounds/downloadTeamsBackground.sh
--------------------------------------------------------------------------------
/Intune/Remediation/APv2Name/APv2Name_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/APv2Name/APv2Name_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/APv2Name/APv2Name_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/APv2Name/APv2Name_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS (L1) Section 3.5.1 - Windows 11 Intune 3.0.1_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS (L1) System Services - Windows 11 Intune 3.0.1_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS Windows 11 v4.0.0 Services L1 Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS Windows 11 v4.0.0 Services L1 Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L1/CIS Windows 11 v4.0.0 Services L1 Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L1/CIS Windows 11 v4.0.0 Services L1 Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/CIS/L2/CIS (L2) System Services - Windows 11 Intune 3.0.1_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/Co-ManagementAuthority/Override_Co-Management_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/Co-ManagementAuthority/Override_Co-Management_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/Co-ManagementAuthority/Override_Co-Management_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/Co-ManagementAuthority/Override_Co-Management_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/DefenderPassiveMode/DefenderPassiveMode_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/DefenderPassiveMode/DefenderPassiveMode_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/DefenderPassiveMode/DefenderPassiveMode_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/DefenderPassiveMode/DefenderPassiveMode_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/FeatureUpdateAppraisal/Check-FeatureUpdateAppraisal-Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/FeatureUpdateAppraisal/Check-FeatureUpdateAppraisal-Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/FeatureUpdateAppraisal/Check-FeatureUpdateAppraisal-Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/FeatureUpdateAppraisal/Check-FeatureUpdateAppraisal-Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/HDJDeviceRename/HDJRename_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/HDJDeviceRename/HDJRename_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/HDJDeviceRename/HDJRename_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/HDJDeviceRename/HDJRename_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/NetworkProfileLocation/NetworkProfile_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/NetworkProfileLocation/NetworkProfile_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/NetworkProfileLocation/NetworkProfile_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/NetworkProfileLocation/NetworkProfile_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/SafeGuardID/Check-SafeGuardID.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/SafeGuardID/Check-SafeGuardID.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/UpdateStoreApps/Update-StoreApps_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/UpdateStoreApps/Update-StoreApps_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/UpdateStoreApps/Update-StoreApps_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/UpdateStoreApps/Update-StoreApps_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/WinREPartition/Set-WinRE_Detection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/WinREPartition/Set-WinRE_Detection.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/WinREPartition/Set-WinRE_Remediation.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Remediation/WinREPartition/Set-WinRE_Remediation.ps1
--------------------------------------------------------------------------------
/Intune/Remediation/WinREPartition/Set-WinRE_ReportRemediation.ps1:
--------------------------------------------------------------------------------
1 | Write-Output "Reporting Only"
2 | Exit 0
--------------------------------------------------------------------------------
/Intune/Reports/GetWindows11Ready/Invoke-Windows11Accelerator.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Reports/GetWindows11Ready/Invoke-Windows11Accelerator.ps1
--------------------------------------------------------------------------------
/Intune/Reports/GetWindows11Ready/Invoke-Windows11AcceleratorUpdate.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Reports/GetWindows11Ready/Invoke-Windows11AcceleratorUpdate.ps1
--------------------------------------------------------------------------------
/Intune/Reports/GetWindows11Ready/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/Intune/Reports/GetWindows11Ready/README.md
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ennnbeee/oddsandendpoints-scripts/HEAD/README.md
--------------------------------------------------------------------------------