├── LICENSE ├── README.md ├── data-informed-projects ├── data-informed-projects.pptx ├── defender │ ├── README.md │ └── img │ │ └── powershell-hack.jpg ├── examples │ └── README.md ├── graph-api │ ├── README.md │ └── img │ │ ├── invoke-mggraphrequest.png │ │ ├── invoke-restmethod.png │ │ └── invoke-webrequest.png └── intune │ ├── README.md │ └── img │ ├── get-mgdevice.png │ └── get-mgdevicemanagementmanageddevice.png └── entra-entitlement-management ├── README.md ├── entra-entitlement-management.pptx └── examples ├── applications ├── licensed-apps │ ├── licensed-apps-app.md │ └── licensed-apps-group.md └── secure-apps-require-assignment │ └── secure-apps-require-assignment.md ├── authentication ├── limit-sms │ └── limit-sms.md └── passkey-rollout │ ├── passkey-rollout-cap.json │ ├── passkey-rollout-la.json │ └── passkey-rollout.md ├── conditional-access ├── authentication-flows │ ├── authentication-flows.md │ └── block-authentication-flows.json └── travel-exclusion │ ├── travel-exclusion.json │ └── travel-exclusion.md └── device-management ├── change-app-protection-policy └── change-app-protection-policy.md ├── change-compliance-policy └── change-compliance-policy.md ├── change-config-profile └── change-config-profile.md ├── laps-password ├── laps-password-la.json └── laps-password.md └── os-upgrades ├── os-upgrades-la.json └── os-upgrades.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MMS2024FLL -------------------------------------------------------------------------------- /data-informed-projects/data-informed-projects.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/data-informed-projects.pptx -------------------------------------------------------------------------------- /data-informed-projects/defender/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/defender/README.md -------------------------------------------------------------------------------- /data-informed-projects/defender/img/powershell-hack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/defender/img/powershell-hack.jpg -------------------------------------------------------------------------------- /data-informed-projects/examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/examples/README.md -------------------------------------------------------------------------------- /data-informed-projects/graph-api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/graph-api/README.md -------------------------------------------------------------------------------- /data-informed-projects/graph-api/img/invoke-mggraphrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/graph-api/img/invoke-mggraphrequest.png -------------------------------------------------------------------------------- /data-informed-projects/graph-api/img/invoke-restmethod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/graph-api/img/invoke-restmethod.png -------------------------------------------------------------------------------- /data-informed-projects/graph-api/img/invoke-webrequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/graph-api/img/invoke-webrequest.png -------------------------------------------------------------------------------- /data-informed-projects/intune/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/intune/README.md -------------------------------------------------------------------------------- /data-informed-projects/intune/img/get-mgdevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/intune/img/get-mgdevice.png -------------------------------------------------------------------------------- /data-informed-projects/intune/img/get-mgdevicemanagementmanageddevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/data-informed-projects/intune/img/get-mgdevicemanagementmanageddevice.png -------------------------------------------------------------------------------- /entra-entitlement-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/README.md -------------------------------------------------------------------------------- /entra-entitlement-management/entra-entitlement-management.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/entra-entitlement-management.pptx -------------------------------------------------------------------------------- /entra-entitlement-management/examples/applications/licensed-apps/licensed-apps-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/applications/licensed-apps/licensed-apps-app.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/applications/licensed-apps/licensed-apps-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/applications/licensed-apps/licensed-apps-group.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/applications/secure-apps-require-assignment/secure-apps-require-assignment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/applications/secure-apps-require-assignment/secure-apps-require-assignment.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/authentication/limit-sms/limit-sms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/authentication/limit-sms/limit-sms.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout-cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout-cap.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout-la.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout-la.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/authentication/passkey-rollout/passkey-rollout.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/conditional-access/authentication-flows/authentication-flows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/conditional-access/authentication-flows/authentication-flows.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/conditional-access/authentication-flows/block-authentication-flows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/conditional-access/authentication-flows/block-authentication-flows.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/conditional-access/travel-exclusion/travel-exclusion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/conditional-access/travel-exclusion/travel-exclusion.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/conditional-access/travel-exclusion/travel-exclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/conditional-access/travel-exclusion/travel-exclusion.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/change-app-protection-policy/change-app-protection-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/change-app-protection-policy/change-app-protection-policy.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/change-compliance-policy/change-compliance-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/change-compliance-policy/change-compliance-policy.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/change-config-profile/change-config-profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/change-config-profile/change-config-profile.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/laps-password/laps-password-la.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/laps-password/laps-password-la.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/laps-password/laps-password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/laps-password/laps-password.md -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/os-upgrades/os-upgrades-la.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/os-upgrades/os-upgrades-la.json -------------------------------------------------------------------------------- /entra-entitlement-management/examples/device-management/os-upgrades/os-upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathanmcnulty/MMS2024FLL/HEAD/entra-entitlement-management/examples/device-management/os-upgrades/os-upgrades.md --------------------------------------------------------------------------------