diff --git a/.github/workflows/AutoLabelAssign.yml b/.github/workflows/AutoLabelAssign.yml new file mode 100644 index 00000000000..1a30efad7c5 --- /dev/null +++ b/.github/workflows/AutoLabelAssign.yml @@ -0,0 +1,35 @@ +name: Assign and label PR + +permissions: + pull-requests: write + contents: read + actions: read + +on: + workflow_run: + workflows: [Background tasks] + types: + - completed + +jobs: + download-payload: + name: Download and extract payload artifact + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod + with: + WorkflowId: ${{ github.event.workflow_run.id }} + OrgRepo: ${{ github.repository }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} + + label-assign: + name: Run assign and label + needs: [download-payload] + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod + with: + PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} + AutoAssignUsers: 1 + AutoLabel: 1 + ExcludedUserList: '["user1", "user2"]' + ExcludedBranchList: '["branch1", "branch2"]' + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/AutoLabelMsftContributor.yml b/.github/workflows/AutoLabelMsftContributor.yml new file mode 100644 index 00000000000..7058a420cf0 --- /dev/null +++ b/.github/workflows/AutoLabelMsftContributor.yml @@ -0,0 +1,34 @@ +name: Auto label Microsoft contributors + +permissions: + pull-requests: write + contents: read + actions: read + +on: + workflow_run: + workflows: [Background tasks] + types: + - completed + +jobs: + download-payload: + if: github.repository_visibility == 'public' + name: Download and extract payload artifact + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod + with: + WorkflowId: ${{ github.event.workflow_run.id }} + OrgRepo: ${{ github.repository }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} + + label-msft: + name: Label Microsoft contributors + if: github.repository_visibility == 'public' + needs: [download-payload] + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod + with: + PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} + TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }} diff --git a/.github/workflows/BackgroundTasks.yml b/.github/workflows/BackgroundTasks.yml new file mode 100644 index 00000000000..c0389bb252f --- /dev/null +++ b/.github/workflows/BackgroundTasks.yml @@ -0,0 +1,26 @@ +name: Background tasks + +permissions: + pull-requests: write + contents: read + +on: + pull_request_target: + +jobs: + upload: + runs-on: ubuntu-latest + + steps: + - name: Save payload data + env: + PayloadJson: ${{ toJSON(github) }} + AccessToken: ${{ github.token }} + run: | + mkdir -p ./pr + echo $PayloadJson > ./pr/PayloadJson.json + sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json + - uses: actions/upload-artifact@v4 + with: + name: PayloadJson + path: pr/ diff --git a/.github/workflows/LiveMergeCheck.yml b/.github/workflows/LiveMergeCheck.yml new file mode 100644 index 00000000000..56b79b48139 --- /dev/null +++ b/.github/workflows/LiveMergeCheck.yml @@ -0,0 +1,19 @@ +name: PR can merge into branch + +permissions: + pull-requests: write + statuses: write + contents: read + +on: + pull_request_target: + types: [opened, reopened, synchronize, edited] + +jobs: + + live-merge: + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod + with: + PayloadJson: ${{ toJSON(github) }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/PrFileCount.yml b/.github/workflows/PrFileCount.yml new file mode 100644 index 00000000000..95fcf5e1ede --- /dev/null +++ b/.github/workflows/PrFileCount.yml @@ -0,0 +1,19 @@ +name: PR file count less than limit + +permissions: + pull-requests: write + statuses: write + contents: read + +on: + pull_request_target: + types: [opened, reopened, synchronize, labeled, unlabeled, edited] + +jobs: + + file-count: + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod + with: + PayloadJson: ${{ toJSON(github) }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ProtectedFiles.yml b/.github/workflows/ProtectedFiles.yml new file mode 100644 index 00000000000..769cd0aa146 --- /dev/null +++ b/.github/workflows/ProtectedFiles.yml @@ -0,0 +1,17 @@ +name: PR has no protected files + +permissions: + pull-requests: write + statuses: write + contents: read + +on: [pull_request_target] + +jobs: + + protected-files: + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod + with: + PayloadJson: ${{ toJSON(github) }} + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/autopilot/images/aad-lic1.png b/autopilot/images/aad-lic1.png deleted file mode 100644 index 569d601066d..00000000000 Binary files a/autopilot/images/aad-lic1.png and /dev/null differ diff --git a/autopilot/images/all-groups.png b/autopilot/images/all-groups.png deleted file mode 100644 index 6ae904ed620..00000000000 Binary files a/autopilot/images/all-groups.png and /dev/null differ diff --git a/autopilot/images/allow-white-glove-oobe.png b/autopilot/images/allow-white-glove-oobe.png deleted file mode 100644 index fe22aa3afd8..00000000000 Binary files a/autopilot/images/allow-white-glove-oobe.png and /dev/null differ diff --git a/autopilot/images/ap-devices.png b/autopilot/images/ap-devices.png deleted file mode 100644 index 97737fbcf87..00000000000 Binary files a/autopilot/images/ap-devices.png and /dev/null differ diff --git a/autopilot/images/ap-ts-1.png b/autopilot/images/ap-ts-1.png deleted file mode 100644 index 5f4c33fd51f..00000000000 Binary files a/autopilot/images/ap-ts-1.png and /dev/null differ diff --git a/autopilot/images/ap-ts.png b/autopilot/images/ap-ts.png deleted file mode 100644 index 7c343176d01..00000000000 Binary files a/autopilot/images/ap-ts.png and /dev/null differ diff --git a/autopilot/images/app01.png b/autopilot/images/app01.png deleted file mode 100644 index f551c5ca68a..00000000000 Binary files a/autopilot/images/app01.png and /dev/null differ diff --git a/autopilot/images/app02.png b/autopilot/images/app02.png deleted file mode 100644 index e5036043cc7..00000000000 Binary files a/autopilot/images/app02.png and /dev/null differ diff --git a/autopilot/images/app03.png b/autopilot/images/app03.png deleted file mode 100644 index 63ef76b3f8a..00000000000 Binary files a/autopilot/images/app03.png and /dev/null differ diff --git a/autopilot/images/app04.png b/autopilot/images/app04.png deleted file mode 100644 index bd307c4a464..00000000000 Binary files a/autopilot/images/app04.png and /dev/null differ diff --git a/autopilot/images/app05.png b/autopilot/images/app05.png deleted file mode 100644 index 83861dcd51d..00000000000 Binary files a/autopilot/images/app05.png and /dev/null differ diff --git a/autopilot/images/app06.png b/autopilot/images/app06.png deleted file mode 100644 index 9563e0514c7..00000000000 Binary files a/autopilot/images/app06.png and /dev/null differ diff --git a/autopilot/images/app07.png b/autopilot/images/app07.png deleted file mode 100644 index 59025e69fa7..00000000000 Binary files a/autopilot/images/app07.png and /dev/null differ diff --git a/autopilot/images/app08.png b/autopilot/images/app08.png deleted file mode 100644 index cea5edfc57a..00000000000 Binary files a/autopilot/images/app08.png and /dev/null differ diff --git a/autopilot/images/app09.png b/autopilot/images/app09.png deleted file mode 100644 index 250c85dd8ac..00000000000 Binary files a/autopilot/images/app09.png and /dev/null differ diff --git a/autopilot/images/app10.png b/autopilot/images/app10.png deleted file mode 100644 index 8d5af2ece12..00000000000 Binary files a/autopilot/images/app10.png and /dev/null differ diff --git a/autopilot/images/app11.png b/autopilot/images/app11.png deleted file mode 100644 index 9ca5bc10eb3..00000000000 Binary files a/autopilot/images/app11.png and /dev/null differ diff --git a/autopilot/images/app12.png b/autopilot/images/app12.png deleted file mode 100644 index 3f82bf78a96..00000000000 Binary files a/autopilot/images/app12.png and /dev/null differ diff --git a/autopilot/images/app13.png b/autopilot/images/app13.png deleted file mode 100644 index 2b499f4ec20..00000000000 Binary files a/autopilot/images/app13.png and /dev/null differ diff --git a/autopilot/images/app14.png b/autopilot/images/app14.png deleted file mode 100644 index e809db61347..00000000000 Binary files a/autopilot/images/app14.png and /dev/null differ diff --git a/autopilot/images/app15.png b/autopilot/images/app15.png deleted file mode 100644 index b85a96bf9eb..00000000000 Binary files a/autopilot/images/app15.png and /dev/null differ diff --git a/autopilot/images/app16.png b/autopilot/images/app16.png deleted file mode 100644 index f22f74a091d..00000000000 Binary files a/autopilot/images/app16.png and /dev/null differ diff --git a/autopilot/images/app17.png b/autopilot/images/app17.png deleted file mode 100644 index 5adfc9218f6..00000000000 Binary files a/autopilot/images/app17.png and /dev/null differ diff --git a/autopilot/images/app18.png b/autopilot/images/app18.png deleted file mode 100644 index 24c4b9f3316..00000000000 Binary files a/autopilot/images/app18.png and /dev/null differ diff --git a/autopilot/images/app19.png b/autopilot/images/app19.png deleted file mode 100644 index 281ba9fb404..00000000000 Binary files a/autopilot/images/app19.png and /dev/null differ diff --git a/autopilot/images/app20.png b/autopilot/images/app20.png deleted file mode 100644 index a5a066b45e7..00000000000 Binary files a/autopilot/images/app20.png and /dev/null differ diff --git a/autopilot/images/app21.png b/autopilot/images/app21.png deleted file mode 100644 index d2e23f2db43..00000000000 Binary files a/autopilot/images/app21.png and /dev/null differ diff --git a/autopilot/images/app22.png b/autopilot/images/app22.png deleted file mode 100644 index 4541a692045..00000000000 Binary files a/autopilot/images/app22.png and /dev/null differ diff --git a/autopilot/images/app23.png b/autopilot/images/app23.png deleted file mode 100644 index 19b951c653f..00000000000 Binary files a/autopilot/images/app23.png and /dev/null differ diff --git a/autopilot/images/app24.png b/autopilot/images/app24.png deleted file mode 100644 index aa77e4083f8..00000000000 Binary files a/autopilot/images/app24.png and /dev/null differ diff --git a/autopilot/images/app25.png b/autopilot/images/app25.png deleted file mode 100644 index 544d1ae37a5..00000000000 Binary files a/autopilot/images/app25.png and /dev/null differ diff --git a/autopilot/images/app26.png b/autopilot/images/app26.png deleted file mode 100644 index e210faa31ba..00000000000 Binary files a/autopilot/images/app26.png and /dev/null differ diff --git a/autopilot/images/autopilot-aad-configure.jpg b/autopilot/images/autopilot-aad-configure.jpg deleted file mode 100644 index 3a16c0f219c..00000000000 Binary files a/autopilot/images/autopilot-aad-configure.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-aad-mdm.jpg b/autopilot/images/autopilot-aad-mdm.jpg deleted file mode 100644 index 3a8f1578cbf..00000000000 Binary files a/autopilot/images/autopilot-aad-mdm.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-aad-mdm.png b/autopilot/images/autopilot-aad-mdm.png deleted file mode 100644 index 1533f68c7c3..00000000000 Binary files a/autopilot/images/autopilot-aad-mdm.png and /dev/null differ diff --git a/autopilot/images/autopilot-devices-add.jpg b/autopilot/images/autopilot-devices-add.jpg deleted file mode 100644 index 137b6ca431f..00000000000 Binary files a/autopilot/images/autopilot-devices-add.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-intune-profile-add.jpg b/autopilot/images/autopilot-intune-profile-add.jpg deleted file mode 100644 index bc4bed89201..00000000000 Binary files a/autopilot/images/autopilot-intune-profile-add.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-intune-profile-assign.jpg b/autopilot/images/autopilot-intune-profile-assign.jpg deleted file mode 100644 index 76043821137..00000000000 Binary files a/autopilot/images/autopilot-intune-profile-assign.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-intune-profile-configure.jpg b/autopilot/images/autopilot-intune-profile-configure.jpg deleted file mode 100644 index c3c5307ce45..00000000000 Binary files a/autopilot/images/autopilot-intune-profile-configure.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-intune-sync.jpg b/autopilot/images/autopilot-intune-sync.jpg deleted file mode 100644 index a2717c68bee..00000000000 Binary files a/autopilot/images/autopilot-intune-sync.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-oobe.jpg b/autopilot/images/autopilot-oobe.jpg deleted file mode 100644 index bb2d641155b..00000000000 Binary files a/autopilot/images/autopilot-oobe.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-reset-customlogin.png b/autopilot/images/autopilot-reset-customlogin.png deleted file mode 100644 index d86cb578950..00000000000 Binary files a/autopilot/images/autopilot-reset-customlogin.png and /dev/null differ diff --git a/autopilot/images/autopilot-reset-lockscreen.png b/autopilot/images/autopilot-reset-lockscreen.png deleted file mode 100644 index f6fa6d34676..00000000000 Binary files a/autopilot/images/autopilot-reset-lockscreen.png and /dev/null differ diff --git a/autopilot/images/autopilot-reset-progress.jpg b/autopilot/images/autopilot-reset-progress.jpg deleted file mode 100644 index dbf0e3b3ae0..00000000000 Binary files a/autopilot/images/autopilot-reset-progress.jpg and /dev/null differ diff --git a/autopilot/images/autopilot-reset-prompt.jpg b/autopilot/images/autopilot-reset-prompt.jpg deleted file mode 100644 index 9ed75a9db99..00000000000 Binary files a/autopilot/images/autopilot-reset-prompt.jpg and /dev/null differ diff --git a/autopilot/images/bitlocker-encryption.png b/autopilot/images/bitlocker-encryption.png deleted file mode 100644 index 96e2d94fb39..00000000000 Binary files a/autopilot/images/bitlocker-encryption.png and /dev/null differ diff --git a/autopilot/images/branding.png b/autopilot/images/branding.png deleted file mode 100644 index 46dd37bc4a9..00000000000 Binary files a/autopilot/images/branding.png and /dev/null differ diff --git a/autopilot/images/choice.png b/autopilot/images/choice.png deleted file mode 100644 index 881744eec5d..00000000000 Binary files a/autopilot/images/choice.png and /dev/null differ diff --git a/autopilot/images/connector-fail.png b/autopilot/images/connector-fail.png deleted file mode 100644 index 2d8abb57853..00000000000 Binary files a/autopilot/images/connector-fail.png and /dev/null differ diff --git a/autopilot/images/csp3.png b/autopilot/images/csp3.png deleted file mode 100644 index 8b0647e4b40..00000000000 Binary files a/autopilot/images/csp3.png and /dev/null differ diff --git a/autopilot/images/delete-device1.png b/autopilot/images/delete-device1.png deleted file mode 100644 index e73f929fbd9..00000000000 Binary files a/autopilot/images/delete-device1.png and /dev/null differ diff --git a/autopilot/images/delete-device2.png b/autopilot/images/delete-device2.png deleted file mode 100644 index ed764ac1ede..00000000000 Binary files a/autopilot/images/delete-device2.png and /dev/null differ diff --git a/autopilot/images/delete-device3.png b/autopilot/images/delete-device3.png deleted file mode 100644 index a2daa1c39aa..00000000000 Binary files a/autopilot/images/delete-device3.png and /dev/null differ diff --git a/autopilot/images/delete-device4.png b/autopilot/images/delete-device4.png deleted file mode 100644 index c0119fbc39e..00000000000 Binary files a/autopilot/images/delete-device4.png and /dev/null differ diff --git a/autopilot/images/delete-device5.png b/autopilot/images/delete-device5.png deleted file mode 100644 index 33b539d33c0..00000000000 Binary files a/autopilot/images/delete-device5.png and /dev/null differ diff --git a/autopilot/images/delete-device6.png b/autopilot/images/delete-device6.png deleted file mode 100644 index 23cbcb7c441..00000000000 Binary files a/autopilot/images/delete-device6.png and /dev/null differ diff --git a/autopilot/images/delete-device7.png b/autopilot/images/delete-device7.png deleted file mode 100644 index dcdeee52051..00000000000 Binary files a/autopilot/images/delete-device7.png and /dev/null differ diff --git a/autopilot/images/deployment-profiles.png b/autopilot/images/deployment-profiles.png deleted file mode 100644 index 7888da55d1e..00000000000 Binary files a/autopilot/images/deployment-profiles.png and /dev/null differ diff --git a/autopilot/images/deployment-profiles2.png b/autopilot/images/deployment-profiles2.png deleted file mode 100644 index 6ff9fbb89e9..00000000000 Binary files a/autopilot/images/deployment-profiles2.png and /dev/null differ diff --git a/autopilot/images/device-import.png b/autopilot/images/device-import.png deleted file mode 100644 index 3be4cff9968..00000000000 Binary files a/autopilot/images/device-import.png and /dev/null differ diff --git a/autopilot/images/device2.png b/autopilot/images/device2.png deleted file mode 100644 index 6f7d1a5df0c..00000000000 Binary files a/autopilot/images/device2.png and /dev/null differ diff --git a/autopilot/images/device3.png b/autopilot/images/device3.png deleted file mode 100644 index adf9c7a875a..00000000000 Binary files a/autopilot/images/device3.png and /dev/null differ diff --git a/autopilot/images/enabled-device.png b/autopilot/images/enabled-device.png deleted file mode 100644 index 96dc9353094..00000000000 Binary files a/autopilot/images/enabled-device.png and /dev/null differ diff --git a/autopilot/images/esp-config.png b/autopilot/images/esp-config.png deleted file mode 100644 index 61e11d6e613..00000000000 Binary files a/autopilot/images/esp-config.png and /dev/null differ diff --git a/autopilot/images/esp-settings.png b/autopilot/images/esp-settings.png deleted file mode 100644 index df0fe655e96..00000000000 Binary files a/autopilot/images/esp-settings.png and /dev/null differ diff --git a/autopilot/images/hwid-csv.png b/autopilot/images/hwid-csv.png deleted file mode 100644 index ac177e0b5ac..00000000000 Binary files a/autopilot/images/hwid-csv.png and /dev/null differ diff --git a/autopilot/images/hwid.png b/autopilot/images/hwid.png deleted file mode 100644 index fcc73fa0b07..00000000000 Binary files a/autopilot/images/hwid.png and /dev/null differ diff --git a/autopilot/images/hyper-v-feature.png b/autopilot/images/hyper-v-feature.png deleted file mode 100644 index d7293d808e9..00000000000 Binary files a/autopilot/images/hyper-v-feature.png and /dev/null differ diff --git a/autopilot/images/icons/ethernet-18.svg b/autopilot/images/icons/ethernet-18.svg deleted file mode 100644 index 8224d2e857f..00000000000 --- a/autopilot/images/icons/ethernet-18.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/autopilot/images/import-vm.png b/autopilot/images/import-vm.png deleted file mode 100644 index 5fb97cda5d1..00000000000 Binary files a/autopilot/images/import-vm.png and /dev/null differ diff --git a/autopilot/images/include-group.png b/autopilot/images/include-group.png deleted file mode 100644 index fb7bca7efad..00000000000 Binary files a/autopilot/images/include-group.png and /dev/null differ diff --git a/autopilot/images/include-group2.png b/autopilot/images/include-group2.png deleted file mode 100644 index 585d006bac4..00000000000 Binary files a/autopilot/images/include-group2.png and /dev/null differ diff --git a/autopilot/images/intune-devices.png b/autopilot/images/intune-devices.png deleted file mode 100644 index bc29c765119..00000000000 Binary files a/autopilot/images/intune-devices.png and /dev/null differ diff --git a/autopilot/images/landing.png b/autopilot/images/landing.png deleted file mode 100644 index 13dea20b075..00000000000 Binary files a/autopilot/images/landing.png and /dev/null differ diff --git a/autopilot/images/mdm-config.png b/autopilot/images/mdm-config.png deleted file mode 100644 index 9a794e74dce..00000000000 Binary files a/autopilot/images/mdm-config.png and /dev/null differ diff --git a/autopilot/images/mdm-intune.png b/autopilot/images/mdm-intune.png deleted file mode 100644 index db9b144fad3..00000000000 Binary files a/autopilot/images/mdm-intune.png and /dev/null differ diff --git a/autopilot/images/mdm-intune2.png b/autopilot/images/mdm-intune2.png deleted file mode 100644 index d464863f379..00000000000 Binary files a/autopilot/images/mdm-intune2.png and /dev/null differ diff --git a/autopilot/images/msfb-assign1.png b/autopilot/images/msfb-assign1.png deleted file mode 100644 index c1e8e27e210..00000000000 Binary files a/autopilot/images/msfb-assign1.png and /dev/null differ diff --git a/autopilot/images/msfb-assign2.png b/autopilot/images/msfb-assign2.png deleted file mode 100644 index fd3be16853e..00000000000 Binary files a/autopilot/images/msfb-assign2.png and /dev/null differ diff --git a/autopilot/images/msfb-create1.png b/autopilot/images/msfb-create1.png deleted file mode 100644 index f76aa829916..00000000000 Binary files a/autopilot/images/msfb-create1.png and /dev/null differ diff --git a/autopilot/images/msfb-create2.png b/autopilot/images/msfb-create2.png deleted file mode 100644 index ec6c260fcdc..00000000000 Binary files a/autopilot/images/msfb-create2.png and /dev/null differ diff --git a/autopilot/images/msfb-create3.png b/autopilot/images/msfb-create3.png deleted file mode 100644 index a6241fb5ea6..00000000000 Binary files a/autopilot/images/msfb-create3.png and /dev/null differ diff --git a/autopilot/images/msfb-device.png b/autopilot/images/msfb-device.png deleted file mode 100644 index d338056013a..00000000000 Binary files a/autopilot/images/msfb-device.png and /dev/null differ diff --git a/autopilot/images/msfb-manage.png b/autopilot/images/msfb-manage.png deleted file mode 100644 index 9bf684d8443..00000000000 Binary files a/autopilot/images/msfb-manage.png and /dev/null differ diff --git a/autopilot/images/msfb-manage2.png b/autopilot/images/msfb-manage2.png deleted file mode 100644 index 406aaf59486..00000000000 Binary files a/autopilot/images/msfb-manage2.png and /dev/null differ diff --git a/autopilot/images/msfb-manage3.png b/autopilot/images/msfb-manage3.png deleted file mode 100644 index bf5fb1ccf9a..00000000000 Binary files a/autopilot/images/msfb-manage3.png and /dev/null differ diff --git a/autopilot/images/msfb.png b/autopilot/images/msfb.png deleted file mode 100644 index af937c2c5f0..00000000000 Binary files a/autopilot/images/msfb.png and /dev/null differ diff --git a/autopilot/images/new-group.png b/autopilot/images/new-group.png deleted file mode 100644 index c18c1865f6f..00000000000 Binary files a/autopilot/images/new-group.png and /dev/null differ diff --git a/autopilot/images/pc-01a.png b/autopilot/images/pc-01a.png deleted file mode 100644 index a3d0f4cdeae..00000000000 Binary files a/autopilot/images/pc-01a.png and /dev/null differ diff --git a/autopilot/images/pc-01b.png b/autopilot/images/pc-01b.png deleted file mode 100644 index 07eda6e4bb1..00000000000 Binary files a/autopilot/images/pc-01b.png and /dev/null differ diff --git a/autopilot/images/profile.png b/autopilot/images/profile.png deleted file mode 100644 index 40cf26bee20..00000000000 Binary files a/autopilot/images/profile.png and /dev/null differ diff --git a/autopilot/images/reset.png b/autopilot/images/reset.png deleted file mode 100644 index 0619b7fa03b..00000000000 Binary files a/autopilot/images/reset.png and /dev/null differ diff --git a/autopilot/images/sc.png b/autopilot/images/sc.png deleted file mode 100644 index bb326e64063..00000000000 Binary files a/autopilot/images/sc.png and /dev/null differ diff --git a/autopilot/images/sc1.png b/autopilot/images/sc1.png deleted file mode 100644 index 380887a45c1..00000000000 Binary files a/autopilot/images/sc1.png and /dev/null differ diff --git a/autopilot/images/self-deploy-welcome.png b/autopilot/images/self-deploy-welcome.png deleted file mode 100644 index 3ab1e4b3049..00000000000 Binary files a/autopilot/images/self-deploy-welcome.png and /dev/null differ diff --git a/autopilot/images/svr_mgr2.png b/autopilot/images/svr_mgr2.png deleted file mode 100644 index dd2e6737c65..00000000000 Binary files a/autopilot/images/svr_mgr2.png and /dev/null differ diff --git a/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-enrollment-status-page.png b/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-enrollment-status-page.png deleted file mode 100644 index 2061a39f299..00000000000 Binary files a/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-enrollment-status-page.png and /dev/null differ diff --git a/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-pre-provisioning-page.png b/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-pre-provisioning-page.png deleted file mode 100644 index 13de9295cbf..00000000000 Binary files a/autopilot/images/troubleshoot-device-enrollment/0x80180014-error-code-pre-provisioning-page.png and /dev/null differ diff --git a/autopilot/images/update-flow.png b/autopilot/images/update-flow.png deleted file mode 100644 index c90f54e96c3..00000000000 Binary files a/autopilot/images/update-flow.png and /dev/null differ diff --git a/autopilot/images/update1.png b/autopilot/images/update1.png deleted file mode 100644 index 83d98a29b5b..00000000000 Binary files a/autopilot/images/update1.png and /dev/null differ diff --git a/autopilot/images/update2.png b/autopilot/images/update2.png deleted file mode 100644 index 04dbcaddc18..00000000000 Binary files a/autopilot/images/update2.png and /dev/null differ diff --git a/autopilot/images/update3.png b/autopilot/images/update3.png deleted file mode 100644 index 851adb58ec2..00000000000 Binary files a/autopilot/images/update3.png and /dev/null differ diff --git a/autopilot/images/wg03.png b/autopilot/images/wg03.png deleted file mode 100644 index 89ac12747c8..00000000000 Binary files a/autopilot/images/wg03.png and /dev/null differ diff --git a/autopilot/images/wg04.png b/autopilot/images/wg04.png deleted file mode 100644 index a59ea766b78..00000000000 Binary files a/autopilot/images/wg04.png and /dev/null differ diff --git a/autopilot/images/wg05.png b/autopilot/images/wg05.png deleted file mode 100644 index cea36fb6bd9..00000000000 Binary files a/autopilot/images/wg05.png and /dev/null differ diff --git a/autopilot/images/wg06.png b/autopilot/images/wg06.png deleted file mode 100644 index 68cd29c24dd..00000000000 Binary files a/autopilot/images/wg06.png and /dev/null differ diff --git a/autopilot/images/wg07.png b/autopilot/images/wg07.png deleted file mode 100644 index bc5a81bb3fb..00000000000 Binary files a/autopilot/images/wg07.png and /dev/null differ diff --git a/autopilot/images/white-glove-result.png b/autopilot/images/white-glove-result.png deleted file mode 100644 index de3701e76de..00000000000 Binary files a/autopilot/images/white-glove-result.png and /dev/null differ diff --git a/autopilot/images/windows_glyph.png b/autopilot/images/windows_glyph.png deleted file mode 100644 index 3a41d4dfb15..00000000000 Binary files a/autopilot/images/windows_glyph.png and /dev/null differ diff --git a/autopilot/images/winsetup1.png b/autopilot/images/winsetup1.png deleted file mode 100644 index c8048256c4f..00000000000 Binary files a/autopilot/images/winsetup1.png and /dev/null differ diff --git a/autopilot/images/winsetup2.png b/autopilot/images/winsetup2.png deleted file mode 100644 index 43db8443345..00000000000 Binary files a/autopilot/images/winsetup2.png and /dev/null differ diff --git a/autopilot/images/winsetup3.png b/autopilot/images/winsetup3.png deleted file mode 100644 index dbea3969def..00000000000 Binary files a/autopilot/images/winsetup3.png and /dev/null differ diff --git a/autopilot/images/winsetup4.png b/autopilot/images/winsetup4.png deleted file mode 100644 index 1121b1dff50..00000000000 Binary files a/autopilot/images/winsetup4.png and /dev/null differ diff --git a/autopilot/images/winsetup5.png b/autopilot/images/winsetup5.png deleted file mode 100644 index 2757253097b..00000000000 Binary files a/autopilot/images/winsetup5.png and /dev/null differ diff --git a/autopilot/images/winsetup6.png b/autopilot/images/winsetup6.png deleted file mode 100644 index e91843e1ff0..00000000000 Binary files a/autopilot/images/winsetup6.png and /dev/null differ diff --git a/autopilot/images/winsetup7.png b/autopilot/images/winsetup7.png deleted file mode 100644 index dadf85485e4..00000000000 Binary files a/autopilot/images/winsetup7.png and /dev/null differ diff --git a/autopilot/images/winsetup8.png b/autopilot/images/winsetup8.png deleted file mode 100644 index 9d7a499db07..00000000000 Binary files a/autopilot/images/winsetup8.png and /dev/null differ diff --git a/autopilot/known-issues.md b/autopilot/known-issues.md index 230819d408a..14e06664169 100644 --- a/autopilot/known-issues.md +++ b/autopilot/known-issues.md @@ -8,7 +8,7 @@ author: frankroj ms.author: frankroj ms.reviewer: jubaptis manager: aaroncz -ms.date: 08/08/2024 +ms.date: 08/21/2024 ms.collection: - M365-modern-desktop - highpri @@ -41,6 +41,34 @@ This article describes known issues that can often be resolved with configuratio ## Known issues + + +### Auto logon for Kiosk device profile only partially fixed + +Date added: *August 21, 2024* + +The know issue of [Kiosk device profiles not auto logging in when auto logon was enabled](#kiosk-device-profile-not-auto-logging-in) was previously reported as fixed. However, there are scenarios where the issue might still occur when using autologon with Kiosks and [Assigned Access](/windows/configuration/assigned-access/overview). If multiple reboots or unexpected reboots occur during the Windows out-of-box experience (OOBE) when initially configuring the Kiosk, the autologon entries in the registry might be deleted. The issue is being investigated. + +The following workarounds are available until the issue is resolved: + +1. Apply or reapply the kiosk profile after Windows Autopilot completes. + +1. Apply the autologon registry entries either manually or via a script. For example: + + ```cmd + reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_DWORD /d 1 /f + + reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultDomainName" /t REG_SZ /d "." /f + + reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /t REG_SZ /d "kioskUser0" /f + ``` + +1. Exclude items the required reboots during OOBE from Windows Autopilot. + +1. Manually enter the kiosk user credentials. + +For more information, see [Assigned Access recommendations - Automatic sign-in](/windows/configuration/assigned-access/recommendations#automatic-sign-in). For additional assistance, contact support. + ## BitLocker encryption defaults to 128-bit when 256-bit encryption is configured Date added: *July 8, 2024* @@ -81,7 +109,8 @@ Platforms with the Infineon SLB9672 TPM with firmware release 15.22 with EK cert ### Kiosk device profile not auto logging in -Date added: *January 30, 2023* +Date added: *January 30, 2023*
+Date updated: *August 21, 2024* There's currently a known issue in the following Windows Updates released in January 2023: @@ -89,12 +118,16 @@ There's currently a known issue in the following Windows Updates released in Jan - Windows 11, version 21H2: [KB5022287](https://support.microsoft.com/topic/january-10-2023-kb5022287-os-build-22000-1455-951898ec-2628-4d25-850e-9a44207bc139) - Windows 10, version 22H2: [KB5022282](https://support.microsoft.com/topic/january-10-2023-kb5022282-os-builds-19042-2486-19044-2486-and-19045-2486-9587e4e3-c2d7-48a6-86e2-8cd9146b47fd) -If these updates are installed on a device, Kiosk device profiles that have auto sign-in enabled won't auto sign in. After Autopilot completes provisioning, the device stays on the sign-in screen prompting for credentials. To work around this known issue, manually enter the kiosk user credentials with the username `kioskUser0` and no password. After the username is entered with no password, it should go to the desktop. This issue should be resolved in cumulative updates released for Windows 11 in April 2023 and Windows 10 in March 2023: +If these updates are installed on a device, Kiosk device profiles that have auto logon enabled won't auto log on. After Autopilot completes provisioning, the device stays on the sign-in screen prompting for credentials. To work around this known issue, manually enter the kiosk user credentials with the username `kioskUser0` and no password. After the username is entered with no password, it should go to the desktop. This issue should be resolved in cumulative updates released for Windows 11 in April 2023 and Windows 10 in March 2023: - Windows 11, version 22H2: [KB5025239](https://support.microsoft.com/topic/april-11-2023-kb5025239-os-build-22621-1555-5eaaaf42-bc4d-4881-8d38-97e0082a6982) or later. - Windows 11, version 21H2: [KB5025224](https://support.microsoft.com/topic/april-11-2023-kb5025224-os-build-22000-1817-ebc75372-608d-4a77-a6e0-cb1e15f117fc) or later. - Windows 10, version 22H2: [KB5023773](https://support.microsoft.com/topic/march-21-2023-kb5023773-os-builds-19042-2788-19044-2788-and-19045-2788-preview-5850ac11-dd43-4550-89ec-9e63353fef23) or later. +> [!NOTE] +> +> This issue was only partially fixed and can still occur under certain conditions. For more information, see [Auto logon for Kiosk device profile only partially fixed](#auto-logon-for-kiosk-device-profile-only-partially-fixed). + ### TPM attestation isn't working on AMD platforms with ASP fTPM Date added: *December 1, 2022* diff --git a/autopilot/media/bitlocker/endpoint-security-disk-encryption-policy.png b/autopilot/media/bitlocker/endpoint-security-disk-encryption-policy.png deleted file mode 100644 index c12bb7e68da..00000000000 Binary files a/autopilot/media/bitlocker/endpoint-security-disk-encryption-policy.png and /dev/null differ diff --git a/autopilot/media/bitlocker/settings-catalog-drive-type.png b/autopilot/media/bitlocker/settings-catalog-drive-type.png deleted file mode 100644 index f4aca2987cc..00000000000 Binary files a/autopilot/media/bitlocker/settings-catalog-drive-type.png and /dev/null differ diff --git a/autopilot/media/enrollment-autopilot/assign-user.png b/autopilot/media/enrollment-autopilot/assign-user.png deleted file mode 100644 index 0af8572b57d..00000000000 Binary files a/autopilot/media/enrollment-autopilot/assign-user.png and /dev/null differ diff --git a/autopilot/media/enrollment-autopilot/autopilot-import-device-2.png b/autopilot/media/enrollment-autopilot/autopilot-import-device-2.png deleted file mode 100644 index e6f9600bc6d..00000000000 Binary files a/autopilot/media/enrollment-autopilot/autopilot-import-device-2.png and /dev/null differ diff --git a/autopilot/media/enrollment-autopilot/create-profile-basics.png b/autopilot/media/enrollment-autopilot/create-profile-basics.png deleted file mode 100644 index 5fe045a663b..00000000000 Binary files a/autopilot/media/enrollment-autopilot/create-profile-basics.png and /dev/null differ diff --git a/autopilot/media/enrollment-autopilot/friendly-name.png b/autopilot/media/enrollment-autopilot/friendly-name.png deleted file mode 100644 index 5c4e2a6ae55..00000000000 Binary files a/autopilot/media/enrollment-autopilot/friendly-name.png and /dev/null differ diff --git a/autopilot/media/enrollment-autopilot/select-user.png b/autopilot/media/enrollment-autopilot/select-user.png deleted file mode 100644 index 79e2d457ea2..00000000000 Binary files a/autopilot/media/enrollment-autopilot/select-user.png and /dev/null differ diff --git a/autopilot/media/windows-autopilot-hybrid/auto-enroll-azure-main.png b/autopilot/media/windows-autopilot-hybrid/auto-enroll-azure-main.png deleted file mode 100644 index 39e850c55ed..00000000000 Binary files a/autopilot/media/windows-autopilot-hybrid/auto-enroll-azure-main.png and /dev/null differ diff --git a/autopilot/media/windows-autopilot-hybrid/auto-enroll-mdm.png b/autopilot/media/windows-autopilot-hybrid/auto-enroll-mdm.png deleted file mode 100644 index 33f9f208804..00000000000 Binary files a/autopilot/media/windows-autopilot-hybrid/auto-enroll-mdm.png and /dev/null differ diff --git a/autopilot/media/windows10-autopilot-flowchart.png b/autopilot/media/windows10-autopilot-flowchart.png deleted file mode 100644 index 878c9d483d4..00000000000 Binary files a/autopilot/media/windows10-autopilot-flowchart.png and /dev/null differ diff --git a/autopilot/media/windows10-deployment-config-manager.png b/autopilot/media/windows10-deployment-config-manager.png deleted file mode 100644 index 509e0417411..00000000000 Binary files a/autopilot/media/windows10-deployment-config-manager.png and /dev/null differ diff --git a/memdocs/analytics/media/anomaly-detection/device-timeline.png b/memdocs/analytics/media/anomaly-detection/device-timeline.png deleted file mode 100644 index 9711f845267..00000000000 Binary files a/memdocs/analytics/media/anomaly-detection/device-timeline.png and /dev/null differ diff --git a/memdocs/configmgr/comanage/media/properties-workloads.png b/memdocs/configmgr/comanage/media/properties-workloads.png deleted file mode 100644 index 23f6e5b85d2..00000000000 Binary files a/memdocs/configmgr/comanage/media/properties-workloads.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/overview-page.png b/memdocs/configmgr/core/misc/media/overview-page.png deleted file mode 100644 index 0243e8c6f53..00000000000 Binary files a/memdocs/configmgr/core/misc/media/overview-page.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/proactive-remediations-create.png b/memdocs/configmgr/core/misc/media/proactive-remediations-create.png deleted file mode 100644 index e181cfe36c8..00000000000 Binary files a/memdocs/configmgr/core/misc/media/proactive-remediations-create.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/proactive-remediations-device-status.png b/memdocs/configmgr/core/misc/media/proactive-remediations-device-status.png deleted file mode 100644 index 4ffe66a3986..00000000000 Binary files a/memdocs/configmgr/core/misc/media/proactive-remediations-device-status.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/proactive-remediations-report-overview.png b/memdocs/configmgr/core/misc/media/proactive-remediations-report-overview.png deleted file mode 100644 index 38e02a8faba..00000000000 Binary files a/memdocs/configmgr/core/misc/media/proactive-remediations-report-overview.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/proactive-remediations-script-settings.png b/memdocs/configmgr/core/misc/media/proactive-remediations-script-settings.png deleted file mode 100644 index 0dc7612ae9a..00000000000 Binary files a/memdocs/configmgr/core/misc/media/proactive-remediations-script-settings.png and /dev/null differ diff --git a/memdocs/configmgr/core/misc/media/recommended-software.png b/memdocs/configmgr/core/misc/media/recommended-software.png deleted file mode 100644 index dea56fd79f5..00000000000 Binary files a/memdocs/configmgr/core/misc/media/recommended-software.png and /dev/null differ diff --git a/memdocs/configmgr/core/plan-design/hierarchy/media/ports.png b/memdocs/configmgr/core/plan-design/hierarchy/media/ports.png deleted file mode 100644 index a842720c901..00000000000 Binary files a/memdocs/configmgr/core/plan-design/hierarchy/media/ports.png and /dev/null differ diff --git a/memdocs/configmgr/develop/core/understand/media/powershellv5window.png b/memdocs/configmgr/develop/core/understand/media/powershellv5window.png deleted file mode 100644 index f6edfd4c628..00000000000 Binary files a/memdocs/configmgr/develop/core/understand/media/powershellv5window.png and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference1.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference1.jpg deleted file mode 100644 index 73afb00c1c0..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference1.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference10.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference10.jpg deleted file mode 100644 index 8d208386f8b..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference10.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference11.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference11.jpg deleted file mode 100644 index 66b0ac08090..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference11.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference12.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference12.jpg deleted file mode 100644 index 53487a8ec11..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference12.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference13.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference13.jpg deleted file mode 100644 index 79a470bffe1..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference13.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference14.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference14.jpg deleted file mode 100644 index 5d66e26cca7..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference14.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference15.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference15.jpg deleted file mode 100644 index 5ed4b06fcbf..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference15.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference16.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference16.jpg deleted file mode 100644 index 03eaad77813..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference16.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference17.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference17.jpg deleted file mode 100644 index fb81c768d51..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference17.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference18.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference18.jpg deleted file mode 100644 index 58191fe5058..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference18.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference19.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference19.jpg deleted file mode 100644 index 32ba99add2b..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference19.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference2.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference2.jpg deleted file mode 100644 index aeee0aff5da..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference2.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference20.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference20.jpg deleted file mode 100644 index c39493a659f..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference20.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference21.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference21.jpg deleted file mode 100644 index f6cd08e16f7..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference21.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference22.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference22.jpg deleted file mode 100644 index 7b4d2bd0584..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference22.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference23.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference23.jpg deleted file mode 100644 index 0f26b641832..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference23.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference24.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference24.jpg deleted file mode 100644 index a922b783786..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference24.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference25.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference25.jpg deleted file mode 100644 index 22a359c0489..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference25.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference3.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference3.jpg deleted file mode 100644 index 0b525090c5c..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference3.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference4.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference4.jpg deleted file mode 100644 index 77c0af7ebd5..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference4.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference5.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference5.jpg deleted file mode 100644 index 71b695e8b05..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference5.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference6.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference6.jpg deleted file mode 100644 index 4e33ea1ece2..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference6.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference7.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference7.jpg deleted file mode 100644 index ccbf7a3324c..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference7.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference8.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference8.jpg deleted file mode 100644 index 657aed3a2c7..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference8.jpg and /dev/null differ diff --git a/memdocs/configmgr/mdt/media/TroubleshootingReference9.jpg b/memdocs/configmgr/mdt/media/TroubleshootingReference9.jpg deleted file mode 100644 index 0ddf5bb91b4..00000000000 Binary files a/memdocs/configmgr/mdt/media/TroubleshootingReference9.jpg and /dev/null differ diff --git a/memdocs/configmgr/sum/deploy-use/media/13507410-sum-adrfolder.png b/memdocs/configmgr/sum/deploy-use/media/13507410-sum-adrfolder.png deleted file mode 100644 index 4d5b07163ab..00000000000 Binary files a/memdocs/configmgr/sum/deploy-use/media/13507410-sum-adrfolder.png and /dev/null differ diff --git a/memdocs/configmgr/sum/get-started/media/import-catalog-update-into-wsus.png b/memdocs/configmgr/sum/get-started/media/import-catalog-update-into-wsus.png deleted file mode 100644 index b1c19c30900..00000000000 Binary files a/memdocs/configmgr/sum/get-started/media/import-catalog-update-into-wsus.png and /dev/null differ diff --git a/memdocs/configmgr/sum/get-started/media/wsus-console-import-updates.png b/memdocs/configmgr/sum/get-started/media/wsus-console-import-updates.png deleted file mode 100644 index 436348f9fed..00000000000 Binary files a/memdocs/configmgr/sum/get-started/media/wsus-console-import-updates.png and /dev/null differ diff --git a/memdocs/intune/apps/manage-without-gms.md b/memdocs/intune/apps/manage-without-gms.md index bc69b1a3506..909d0dba6fc 100644 --- a/memdocs/intune/apps/manage-without-gms.md +++ b/memdocs/intune/apps/manage-without-gms.md @@ -8,7 +8,7 @@ keywords: author: Erikre ms.author: erikre manager: dougeby -ms.date: 02/23/2024 +ms.date: 08/20/2024 ms.topic: conceptual ms.service: microsoft-intune ms.subservice: apps @@ -75,7 +75,10 @@ In conditions where GMS isn't available: - If the device is enrolled with device administrator and running the Company Portal app version 5.0.5655.0 and newer, then Intune tries to check for new tasks and notifications approximately every 15 minutes. -- If the device is enrolled with Android (AOSP) management and running the Intune app version 24.02.4 and newer, then Intune tries to check for new tasks and notifications approximately every 15 minutes. +- If the device is enrolled with Android (AOSP) management and running the Intune app version 24.02.4 and newer, then Intune tries to check for new tasks and notifications normally every 15 minutes, however some tasks on AOSP devices may take up to 8 hours to complete. + + > [!IMPORTANT] + > From mid-August 2024 until October 2024, some tasks on AOSP devices may take up to 8 hours to complete. Previously, it typically was 15 minutes. During this period, devices will continue to check-in every 8 hours. On AOSP devices, you may notice a decrease in the frequency of task completion. After October 2024, the sync time will return to about 15 minutes. This frequency is also affected by the device manufacturer, device usage patterns, and whether battery optimization is enabled for the Company Portal or Intune apps. diff --git a/memdocs/intune/apps/media/app-configuration-policies-overview/device-install-status-2.png b/memdocs/intune/apps/media/app-configuration-policies-overview/device-install-status-2.png deleted file mode 100644 index 74e3a958efa..00000000000 Binary files a/memdocs/intune/apps/media/app-configuration-policies-overview/device-install-status-2.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-1.png b/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-1.png deleted file mode 100644 index 82e8f9442a8..00000000000 Binary files a/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-1.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-2.png b/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-2.png deleted file mode 100644 index 0795ad25c75..00000000000 Binary files a/memdocs/intune/apps/media/app-protection-policies-monitor/app-protection-report-csv-2.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-2.png b/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-2.png deleted file mode 100644 index 1ca1b8d5a3e..00000000000 Binary files a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-2.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-4.png b/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-4.png deleted file mode 100644 index 219e74ab5d6..00000000000 Binary files a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-4.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-6.png b/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-6.png deleted file mode 100644 index df95d5e0f1a..00000000000 Binary files a/memdocs/intune/apps/media/app-protection-policies-monitor/mam-reporting-6.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependencies-save.png b/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependencies-save.png deleted file mode 100644 index 0cb2a6eaab2..00000000000 Binary files a/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependencies-save.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependent-files.png b/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependent-files.png deleted file mode 100644 index 996c09a0f4b..00000000000 Binary files a/memdocs/intune/apps/media/app-sideload-windows/win10cp-dependent-files.png and /dev/null differ diff --git a/memdocs/intune/apps/media/app-sideload-windows/win10cp-error-message.png b/memdocs/intune/apps/media/app-sideload-windows/win10cp-error-message.png deleted file mode 100644 index 214794892ec..00000000000 Binary files a/memdocs/intune/apps/media/app-sideload-windows/win10cp-error-message.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-permissions.png b/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-permissions.png deleted file mode 100644 index 6498e8a381e..00000000000 Binary files a/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-permissions.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-settings.png b/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-settings.png deleted file mode 100644 index 21127f8948d..00000000000 Binary files a/memdocs/intune/apps/media/apps-add-android-for-work/approve-app-settings.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-add-android-for-work/approve.png b/memdocs/intune/apps/media/apps-add-android-for-work/approve.png deleted file mode 100644 index 4158b47365e..00000000000 Binary files a/memdocs/intune/apps/media/apps-add-android-for-work/approve.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-01.png b/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-01.png deleted file mode 100644 index 0b01e02c047..00000000000 Binary files a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-01.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-02.png b/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-02.png deleted file mode 100644 index 74987524e09..00000000000 Binary files a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-02.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-03.png b/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-03.png deleted file mode 100644 index ead8be1395f..00000000000 Binary files a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-03.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-04.png b/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-04.png deleted file mode 100644 index 6b5005b7288..00000000000 Binary files a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-04.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-05.png b/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-05.png deleted file mode 100644 index ae7c02e9747..00000000000 Binary files a/memdocs/intune/apps/media/apps-inc-exl-assignments/apps-inc-exl-05.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-quiet-time-policies/apps-quiet-time-policies-03.png b/memdocs/intune/apps/media/apps-quiet-time-policies/apps-quiet-time-policies-03.png deleted file mode 100644 index 04f86ab819e..00000000000 Binary files a/memdocs/intune/apps/media/apps-quiet-time-policies/apps-quiet-time-policies-03.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-bluejeans.png b/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-bluejeans.png deleted file mode 100644 index 2d76c34112f..00000000000 Binary files a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-bluejeans.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-breezy.png b/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-breezy.png deleted file mode 100644 index e23452295b7..00000000000 Binary files a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-breezy.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-citrix-sharefile.png b/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-citrix-sharefile.png deleted file mode 100644 index f8502eda7e7..00000000000 Binary files a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-citrix-sharefile.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-lexmark-mobile-print.png b/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-lexmark-mobile-print.png deleted file mode 100644 index 3e8916d9384..00000000000 Binary files a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-lexmark-mobile-print.png and /dev/null differ diff --git a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-vera.png b/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-vera.png deleted file mode 100644 index 73803039e0c..00000000000 Binary files a/memdocs/intune/apps/media/apps-supported-intune-apps/icon-p-vera.png and /dev/null differ diff --git a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-03.png b/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-03.png deleted file mode 100644 index da263bda7f2..00000000000 Binary files a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-03.png and /dev/null differ diff --git a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-04.png b/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-04.png deleted file mode 100644 index 79bbb9893f9..00000000000 Binary files a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-04.png and /dev/null differ diff --git a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-05.png b/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-05.png deleted file mode 100644 index 077a4953454..00000000000 Binary files a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-05.png and /dev/null differ diff --git a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-06.png b/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-06.png deleted file mode 100644 index d7cb640f23e..00000000000 Binary files a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-06.png and /dev/null differ diff --git a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-07.png b/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-07.png deleted file mode 100644 index 9e15caa9b1c..00000000000 Binary files a/memdocs/intune/apps/media/enterprise-app-catalog/apps-add-enterprise-app-07.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business-steps-01.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business-steps-01.png deleted file mode 100644 index b7ffc1d3de9..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business-steps-01.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business0.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business0.png deleted file mode 100644 index 0039da9578b..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business0.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business34.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business34.png deleted file mode 100644 index f894c4586a3..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business34.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business35.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business35.png deleted file mode 100644 index ecc1348adf2..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business35.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business40.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business40.png deleted file mode 100644 index 300b88177ef..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business40.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business41.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business41.png deleted file mode 100644 index 053474ed3a5..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business41.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business42.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business42.png deleted file mode 100644 index f4ca39aaee0..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business42.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business43.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business43.png deleted file mode 100644 index 53fb7dcdf10..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business43.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business45.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business45.png deleted file mode 100644 index 41f8966f2a5..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business45.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business51.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business51.png deleted file mode 100644 index 013f7163691..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business51.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business61.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business61.png deleted file mode 100644 index dcaed11a0ff..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business61.png and /dev/null differ diff --git a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business62.png b/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business62.png deleted file mode 100644 index 370ea76fc4c..00000000000 Binary files a/memdocs/intune/apps/media/securing-data-edge-for-business/securing-data-edge-for-business62.png and /dev/null differ diff --git a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-02.png b/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-02.png deleted file mode 100644 index de663a64dd8..00000000000 Binary files a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-02.png and /dev/null differ diff --git a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-03.png b/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-03.png deleted file mode 100644 index c1d804c3822..00000000000 Binary files a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-03.png and /dev/null differ diff --git a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-04.png b/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-04.png deleted file mode 100644 index 3f536833f0e..00000000000 Binary files a/memdocs/intune/apps/media/windows-store-for-business/microsoft-store-for-business-04.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/check_grn.png b/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/check_grn.png deleted file mode 100644 index f9f04cd6bd9..00000000000 Binary files a/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/check_grn.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/x_blk.png b/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/x_blk.png deleted file mode 100644 index 69432ff71cf..00000000000 Binary files a/memdocs/intune/configuration/media/edition-upgrade-configure-windows-10/x_blk.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/ios-device-features-settings/find-friends-settings-apps-ios-pages.png b/memdocs/intune/configuration/media/ios-device-features-settings/find-friends-settings-apps-ios-pages.png deleted file mode 100644 index b146bf4898d..00000000000 Binary files a/memdocs/intune/configuration/media/ios-device-features-settings/find-friends-settings-apps-ios-pages.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/ios-device-features-settings/page-find-friends-settings-apps.png b/memdocs/intune/configuration/media/ios-device-features-settings/page-find-friends-settings-apps.png deleted file mode 100644 index d5f7bab6109..00000000000 Binary files a/memdocs/intune/configuration/media/ios-device-features-settings/page-find-friends-settings-apps.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/ios-device-features-settings/page-settings-app-properties.png b/memdocs/intune/configuration/media/ios-device-features-settings/page-settings-app-properties.png deleted file mode 100644 index 5197aa2eb3d..00000000000 Binary files a/memdocs/intune/configuration/media/ios-device-features-settings/page-settings-app-properties.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-add-settings.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-add-settings.png deleted file mode 100644 index 21fd83fff49..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-add-settings.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-all-configured-nodes.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-all-configured-nodes.png deleted file mode 100644 index 55424179aca..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-all-configured-nodes.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-permission-controls-node.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-permission-controls-node.png deleted file mode 100644 index ad4c3b8b922..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-permission-controls-node.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-top-node.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-top-node.png deleted file mode 100644 index 90817a506fd..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/knox-service-plugin-top-node.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-add-setting.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-add-setting.png deleted file mode 100644 index e637b95524d..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-add-setting.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-all-configured-nodes.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-all-configured-nodes.png deleted file mode 100644 index 5aae569653f..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-all-configured-nodes.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-permission-access-configuration.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-permission-access-configuration.png deleted file mode 100644 index 8c79c876ce9..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-permission-access-configuration.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node-add-setting.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node-add-setting.png deleted file mode 100644 index 4bb21c7426a..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node-add-setting.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node.png deleted file mode 100644 index 0fe188d37b8..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-legacy-transaction-steps-node.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-add-setting.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-add-setting.png deleted file mode 100644 index 01dba425831..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-add-setting.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-all-configured-nodes.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-all-configured-nodes.png deleted file mode 100644 index 07264666e47..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-all-configured-nodes.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-package-configuration-node.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-package-configuration-node.png deleted file mode 100644 index eefbfc31c27..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-package-configuration-node.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node-add-setting.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node-add-setting.png deleted file mode 100644 index f9a6803e93c..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node-add-setting.png and /dev/null differ diff --git a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node.png b/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node.png deleted file mode 100644 index 412831e4fa2..00000000000 Binary files a/memdocs/intune/configuration/media/oemconfig-managed-home-screen-permissions-android/zebra-mx-permissions-node.png and /dev/null differ diff --git a/memdocs/intune/copilot/media/security-copilot/security-copilot-prompts-icon.png b/memdocs/intune/copilot/media/security-copilot/security-copilot-prompts-icon.png deleted file mode 100644 index ecc10add959..00000000000 Binary files a/memdocs/intune/copilot/media/security-copilot/security-copilot-prompts-icon.png and /dev/null differ diff --git a/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-copy-bundle-resources.png b/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-copy-bundle-resources.png deleted file mode 100644 index cff5d7e8d4e..00000000000 Binary files a/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-copy-bundle-resources.png and /dev/null differ diff --git a/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-weak-link-apple-archive.png.png b/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-weak-link-apple-archive.png.png deleted file mode 100644 index 516376691a2..00000000000 Binary files a/memdocs/intune/developer/media/app-sdk-ios/intune-app-sdk-ios-weak-link-apple-archive.png.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-configurator-enroll-ios/apple-configurator.png b/memdocs/intune/enrollment/media/apple-configurator-enroll-ios/apple-configurator.png deleted file mode 100644 index def11aed54d..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-configurator-enroll-ios/apple-configurator.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-device-assignment.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-device-assignment.png deleted file mode 100644 index e8d7261418c..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-device-assignment.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-server-assignment.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-server-assignment.png deleted file mode 100644 index e4ed2525482..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/asm-server-assignment.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/authenticatewithcompanyportal.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/authenticatewithcompanyportal.png deleted file mode 100644 index ee07548d826..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/authenticatewithcompanyportal.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image01.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image01.png deleted file mode 100644 index d5a37c988c4..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image01.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image02.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image02.png deleted file mode 100644 index a0662db90ef..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/image02.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/setupassistantcustom.png b/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/setupassistantcustom.png deleted file mode 100644 index 64ad008266e..00000000000 Binary files a/memdocs/intune/enrollment/media/apple-school-manager-set-up-ios/setupassistantcustom.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/connect-intune-android-enterprise/android-work-bind.png b/memdocs/intune/enrollment/media/connect-intune-android-enterprise/android-work-bind.png deleted file mode 100644 index 2a5c7df75b5..00000000000 Binary files a/memdocs/intune/enrollment/media/connect-intune-android-enterprise/android-work-bind.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/device-enrollment-program-enroll-ios/ios-enroll.png b/memdocs/intune/enrollment/media/device-enrollment-program-enroll-ios/ios-enroll.png deleted file mode 100644 index f4c9c7f72ea..00000000000 Binary files a/memdocs/intune/enrollment/media/device-enrollment-program-enroll-ios/ios-enroll.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/enrollment-autopilot/autopilot-import-device.png b/memdocs/intune/enrollment/media/enrollment-autopilot/autopilot-import-device.png deleted file mode 100644 index 1f405fe6655..00000000000 Binary files a/memdocs/intune/enrollment/media/enrollment-autopilot/autopilot-import-device.png and /dev/null differ diff --git a/memdocs/intune/enrollment/media/windows-enroll/auto-enroll-azure-select.png b/memdocs/intune/enrollment/media/windows-enroll/auto-enroll-azure-select.png deleted file mode 100644 index 70ad6c2396f..00000000000 Binary files a/memdocs/intune/enrollment/media/windows-enroll/auto-enroll-azure-select.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/deployment-guide-enrollment/orig-mdm-certificate.png b/memdocs/intune/fundamentals/media/deployment-guide-enrollment/orig-mdm-certificate.png deleted file mode 100644 index 4f1ca98594d..00000000000 Binary files a/memdocs/intune/fundamentals/media/deployment-guide-enrollment/orig-mdm-certificate.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-02.png b/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-02.png deleted file mode 100644 index 6f72d1cd28b..00000000000 Binary files a/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-02.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-03.png b/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-03.png deleted file mode 100644 index a4352f7841c..00000000000 Binary files a/memdocs/intune/fundamentals/media/end-user-company-portal-messages/end-user-company-portal-messages-03.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/high-level-architecture/intunearchitecture_wh.svg b/memdocs/intune/fundamentals/media/high-level-architecture/intunearchitecture_wh.svg deleted file mode 100644 index c9cf36952a6..00000000000 --- a/memdocs/intune/fundamentals/media/high-level-architecture/intunearchitecture_wh.svg +++ /dev/null @@ -1,34210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/memdocs/intune/fundamentals/media/introduction-intune-education/intune-azure-vs-intuneedu.png b/memdocs/intune/fundamentals/media/introduction-intune-education/intune-azure-vs-intuneedu.png deleted file mode 100644 index 99f201d770e..00000000000 Binary files a/memdocs/intune/fundamentals/media/introduction-intune-education/intune-azure-vs-intuneedu.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/intune-reports/intune-reports-02.png b/memdocs/intune/fundamentals/media/intune-reports/intune-reports-02.png deleted file mode 100644 index 295c4103013..00000000000 Binary files a/memdocs/intune/fundamentals/media/intune-reports/intune-reports-02.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/manage-apps/orig-manage-apps-with-intune.png b/memdocs/intune/fundamentals/media/manage-apps/orig-manage-apps-with-intune.png deleted file mode 100644 index 82a0ea59139..00000000000 Binary files a/memdocs/intune/fundamentals/media/manage-apps/orig-manage-apps-with-intune.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/manage-devices/orig-manage-devices-with-intune.png b/memdocs/intune/fundamentals/media/manage-devices/orig-manage-devices-with-intune.png deleted file mode 100644 index dfb573e7f01..00000000000 Binary files a/memdocs/intune/fundamentals/media/manage-devices/orig-manage-devices-with-intune.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/manage-identities/orig-identities-different-user-types.png b/memdocs/intune/fundamentals/media/manage-identities/orig-identities-different-user-types.png deleted file mode 100644 index 1e07bab58ce..00000000000 Binary files a/memdocs/intune/fundamentals/media/manage-identities/orig-identities-different-user-types.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/all-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/all-devices-experience.png deleted file mode 100644 index a07fde88346..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/all-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/apple-updates-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/apple-updates-devices-experience.png deleted file mode 100644 index 537fcd08969..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/apple-updates-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/column-selector-all-devices.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/column-selector-all-devices.png deleted file mode 100644 index 7b4a6a26112..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/column-selector-all-devices.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/compliance-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/compliance-devices-experience.png deleted file mode 100644 index 390abe5410e..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/compliance-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/configuration-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/configuration-devices-experience.png deleted file mode 100644 index 922da005464..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/configuration-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/device-preview-toggle-off.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/device-preview-toggle-off.png deleted file mode 100644 index ff0a26a8948..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/device-preview-toggle-off.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/enrollment-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/enrollment-devices-experience.png deleted file mode 100644 index d15dae4118a..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/enrollment-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/overview-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/overview-devices-experience.png deleted file mode 100644 index 3c92cac480c..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/overview-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune-2311.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune-2311.png deleted file mode 100644 index de6ea6bcdd7..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune-2311.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune.png deleted file mode 100644 index 68c2bf20cd8..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/public-preview-toggle-intune.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/windows-10-devices-experience.png b/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/windows-10-devices-experience.png deleted file mode 100644 index b486c557d73..00000000000 Binary files a/memdocs/intune/fundamentals/media/microsoft-intune-admin-center-devices/windows-10-devices-experience.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/try-intune-overview/try-intune-overview-01.png b/memdocs/intune/fundamentals/media/try-intune-overview/try-intune-overview-01.png deleted file mode 100644 index e4ae1b470b7..00000000000 Binary files a/memdocs/intune/fundamentals/media/try-intune-overview/try-intune-overview-01.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/01-classic-rules.png b/memdocs/intune/fundamentals/media/ui-changes/01-classic-rules.png deleted file mode 100644 index 7958a843f20..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/01-classic-rules.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/02-azure-enroll-restrictions.png b/memdocs/intune/fundamentals/media/ui-changes/02-azure-enroll-restrictions.png deleted file mode 100644 index 6a4c61060d4..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/02-azure-enroll-restrictions.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/03-azure-device-limit.png b/memdocs/intune/fundamentals/media/ui-changes/03-azure-device-limit.png deleted file mode 100644 index f0b08469327..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/03-azure-device-limit.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/04-azure-platform-restrictions.png b/memdocs/intune/fundamentals/media/ui-changes/04-azure-platform-restrictions.png deleted file mode 100644 index 5ff498902c6..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/04-azure-platform-restrictions.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/05-azure-personal-block.png b/memdocs/intune/fundamentals/media/ui-changes/05-azure-personal-block.png deleted file mode 100644 index ea23f724a96..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/05-azure-personal-block.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/06-classic-dep-token.png b/memdocs/intune/fundamentals/media/ui-changes/06-classic-dep-token.png deleted file mode 100644 index d9e07162790..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/06-classic-dep-token.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/07-azure-dep-token.png b/memdocs/intune/fundamentals/media/ui-changes/07-azure-dep-token.png deleted file mode 100644 index 6aff07b6250..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/07-azure-dep-token.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/08-azure-dep-sync.png b/memdocs/intune/fundamentals/media/ui-changes/08-azure-dep-sync.png deleted file mode 100644 index 26ac96a30c4..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/08-azure-dep-sync.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/09-classic-apple-serials.png b/memdocs/intune/fundamentals/media/ui-changes/09-classic-apple-serials.png deleted file mode 100644 index 199eb8fd783..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/09-classic-apple-serials.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/10-azure-dep-serials.png b/memdocs/intune/fundamentals/media/ui-changes/10-azure-dep-serials.png deleted file mode 100644 index d14ff4adbd1..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/10-azure-dep-serials.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/11-azure-ac-serials.png b/memdocs/intune/fundamentals/media/ui-changes/11-azure-ac-serials.png deleted file mode 100644 index 39c23755a8a..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/11-azure-ac-serials.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/12-classic-corp-imei.png b/memdocs/intune/fundamentals/media/ui-changes/12-classic-corp-imei.png deleted file mode 100644 index e683d998a86..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/12-classic-corp-imei.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/13-azure-corp-imei.png b/memdocs/intune/fundamentals/media/ui-changes/13-azure-corp-imei.png deleted file mode 100644 index 542c5a4e23d..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/13-azure-corp-imei.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/14-classic-corp-profiles.png b/memdocs/intune/fundamentals/media/ui-changes/14-classic-corp-profiles.png deleted file mode 100644 index e173dfc421f..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/14-classic-corp-profiles.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/15-azure-dep-profiles.png b/memdocs/intune/fundamentals/media/ui-changes/15-azure-dep-profiles.png deleted file mode 100644 index 7ca40efbe39..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/15-azure-dep-profiles.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/ui-changes/16-azure-ac-profiles.png b/memdocs/intune/fundamentals/media/ui-changes/16-azure-ac-profiles.png deleted file mode 100644 index fa0d3736714..00000000000 Binary files a/memdocs/intune/fundamentals/media/ui-changes/16-azure-ac-profiles.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/what-is-device-management/orig-device-management-features-mdm-mam.png b/memdocs/intune/fundamentals/media/what-is-device-management/orig-device-management-features-mdm-mam.png deleted file mode 100644 index eda8f1cde54..00000000000 Binary files a/memdocs/intune/fundamentals/media/what-is-device-management/orig-device-management-features-mdm-mam.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/whats-new/intune-assessment-status.png b/memdocs/intune/fundamentals/media/whats-new/intune-assessment-status.png deleted file mode 100644 index d66fdf153d2..00000000000 Binary files a/memdocs/intune/fundamentals/media/whats-new/intune-assessment-status.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/whats-new/intune-ffiec-assessment-status.png b/memdocs/intune/fundamentals/media/whats-new/intune-ffiec-assessment-status.png deleted file mode 100644 index dc9b7c1889e..00000000000 Binary files a/memdocs/intune/fundamentals/media/whats-new/intune-ffiec-assessment-status.png and /dev/null differ diff --git a/memdocs/intune/fundamentals/media/whats-new/macos-hide-checkmark-users-groups-login-items-apps-list.png b/memdocs/intune/fundamentals/media/whats-new/macos-hide-checkmark-users-groups-login-items-apps-list.png deleted file mode 100644 index fd03f1eace1..00000000000 Binary files a/memdocs/intune/fundamentals/media/whats-new/macos-hide-checkmark-users-groups-login-items-apps-list.png and /dev/null differ diff --git a/memdocs/intune/industry/education/tutorial-school-deployment/images/dfci-profile-expanded.png b/memdocs/intune/industry/education/tutorial-school-deployment/images/dfci-profile-expanded.png deleted file mode 100644 index 3386f7673a3..00000000000 Binary files a/memdocs/intune/industry/education/tutorial-school-deployment/images/dfci-profile-expanded.png and /dev/null differ diff --git a/memdocs/intune/industry/education/tutorial-school-deployment/images/enroll-ppkg.png b/memdocs/intune/industry/education/tutorial-school-deployment/images/enroll-ppkg.png deleted file mode 100644 index 58d20dc3483..00000000000 Binary files a/memdocs/intune/industry/education/tutorial-school-deployment/images/enroll-ppkg.png and /dev/null differ diff --git a/memdocs/intune/industry/education/tutorial-school-deployment/images/intune-education-groups.png b/memdocs/intune/industry/education/tutorial-school-deployment/images/intune-education-groups.png deleted file mode 100644 index 87f4546e88b..00000000000 Binary files a/memdocs/intune/industry/education/tutorial-school-deployment/images/intune-education-groups.png and /dev/null differ diff --git a/memdocs/intune/media/icons/i-article.png b/memdocs/intune/media/icons/i-article.png deleted file mode 100644 index 5ebf820b048..00000000000 Binary files a/memdocs/intune/media/icons/i-article.png and /dev/null differ diff --git a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-1.png b/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-1.png deleted file mode 100644 index 7cc5dc7d816..00000000000 Binary files a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-1.png and /dev/null differ diff --git a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-2.png b/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-2.png deleted file mode 100644 index 8144f8161d3..00000000000 Binary files a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-2.png and /dev/null differ diff --git a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-4.png b/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-4.png deleted file mode 100644 index 8e16af2dde5..00000000000 Binary files a/memdocs/intune/protect/media/actions-for-noncompliance/actions-for-noncompliance-4.png and /dev/null differ diff --git a/memdocs/intune/protect/media/compliance-policy-monitor/idc-10.png b/memdocs/intune/protect/media/compliance-policy-monitor/idc-10.png deleted file mode 100644 index 2cbc2d26108..00000000000 Binary files a/memdocs/intune/protect/media/compliance-policy-monitor/idc-10.png and /dev/null differ diff --git a/memdocs/intune/protect/media/compliance-policy-monitor/idc-8.png b/memdocs/intune/protect/media/compliance-policy-monitor/idc-8.png deleted file mode 100644 index dd0b397872b..00000000000 Binary files a/memdocs/intune/protect/media/compliance-policy-monitor/idc-8.png and /dev/null differ diff --git a/memdocs/intune/protect/media/encrypt-devices-filevault/force-enable-in-setup-assistant.png b/memdocs/intune/protect/media/encrypt-devices-filevault/force-enable-in-setup-assistant.png deleted file mode 100644 index 51f45b6ec16..00000000000 Binary files a/memdocs/intune/protect/media/encrypt-devices-filevault/force-enable-in-setup-assistant.png and /dev/null differ diff --git a/memdocs/intune/protect/media/endpoint-security-firewall-rule-tool/downloadtool.png b/memdocs/intune/protect/media/endpoint-security-firewall-rule-tool/downloadtool.png deleted file mode 100644 index 05ab5af4147..00000000000 Binary files a/memdocs/intune/protect/media/endpoint-security-firewall-rule-tool/downloadtool.png and /dev/null differ diff --git a/memdocs/intune/protect/media/microsoft-cloud-pki-delete/image-10.png b/memdocs/intune/protect/media/microsoft-cloud-pki-delete/image-10.png deleted file mode 100644 index 8d0a7692fe8..00000000000 Binary files a/memdocs/intune/protect/media/microsoft-cloud-pki-delete/image-10.png and /dev/null differ diff --git a/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-certificate-flow.png b/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-certificate-flow.png deleted file mode 100644 index a860cc56ad6..00000000000 Binary files a/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-certificate-flow.png and /dev/null differ diff --git a/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-workflow.png b/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-workflow.png deleted file mode 100644 index 903a0df199f..00000000000 Binary files a/memdocs/intune/protect/media/microsoft-cloud-pki/cloud-pki-byoca-workflow.png and /dev/null differ diff --git a/memdocs/intune/protect/media/microsoft-cloud-pki/create-cloud-pki-basics.png b/memdocs/intune/protect/media/microsoft-cloud-pki/create-cloud-pki-basics.png deleted file mode 100644 index d83aca0180a..00000000000 Binary files a/memdocs/intune/protect/media/microsoft-cloud-pki/create-cloud-pki-basics.png and /dev/null differ diff --git a/memdocs/intune/protect/network-access-control-integrate.md b/memdocs/intune/protect/network-access-control-integrate.md index b8d93c11321..49d1995a26f 100644 --- a/memdocs/intune/protect/network-access-control-integrate.md +++ b/memdocs/intune/protect/network-access-control-integrate.md @@ -7,7 +7,7 @@ keywords: author: lenewsad ms.author: lanewsad manager: dougeby -ms.date: 07/24/2023 +ms.date: 08/21/2024 ms.topic: how-to ms.service: microsoft-intune ms.subservice: protect @@ -36,7 +36,7 @@ ms.collection: Intune integrates with network access control (NAC) partners to help organizations secure corporate data when devices try to access on-premises resources. >[!NOTE] -> A new NAC service (CR service) was released in July 2021 and many of our NAC partners are transitioning to this new service. While we have extended the timeline for supporting the legacy NAC service through **March 31, 2024**, we recommend you to migrate to the new CR service to avoid service disruption.Currently, the following NAC partner product supports the new NAC service: +> The *compliance retrieval service* was released in July 2021 and replaced the previous Intune NAC service. Microsoft Intune is providing support for the legacy Intune NAC service through March 31, 2024. Our NAC partners are transitioning to the compliance retrieval service and include: > > - ExtremeCloud Universal ZTNA > - Extreme Networks ExtremeCloud IQ-Site Engine version 24.2 @@ -52,7 +52,7 @@ Intune integrates with network access control (NAC) partners to help organizatio > - Forescout eyeExtend Microsoft Module v1.0.1 and later > - Portnox Cloud > -> Contact your NAC partner if you have questions on the impact of this transition. For more information, see our [blog post on the new compliance retrieval service](https://aka.ms/new-compliance-retrieval-api/). +> We will be deprecating the Intune NAC service in the future, so we recommend that you migrate to the compliance retrieval service to avoid service disruption. Contact your NAC solution provider if you have questions about the compliance retrieval service or impact to your tenant. For more information and updates about the compliance retrieval service and NAC partners, see [Microsoft Tech Community: New Microsoft Intune service for network access control](https://techcommunity.microsoft.com/t5/intune-customer-success/new-microsoft-intune-service-for-network-access-control/ba-p/2544696). ## How do Intune and NAC solutions help protect your organization resources? @@ -98,16 +98,16 @@ The following list is an overview on how NAC integration works when integrated w ## Enable NAC -To enable use of NAC and the *compliance retrieval service* that became available in July 2021, reference your NAC product's most recent documentation for enabling NAC integration with Intune. This integration might require you to make changes after you upgrade to their new NAC product or version. +To enable use of NAC and the compliance retrieval service, reference your NAC product's most recent documentation for enabling NAC integration with Intune. This integration might require you to make changes after you upgrade to a new NAC product or version. The compliance retrieval service requires certificate-based authentication and the use of the *Intune device ID* as the subject alternative name of the certificates. For Simple Certificate Enrollment Protocol (SCEP) and Private and public key pair (PKCS) certificates, you can add an attribute of the **URI** type with a value defined by your NAC provider. For example, your NAC provider's instructions might say to include `IntuneDeviceId://{{DeviceID}}`as the **Subject alternative name**. Other NAC products might require you include a device ID when using NAC with iOS VPN profiles. -> [!NOTE] -> We have now added support for querying devices based on Mac addresses for customers who are unable to use certificate-based authentication. However, our recommendation is to use certificate-based authentication with Intune device id wherever possible. +> [!TIP] +> We recommend using certificate-based authentication with the Intune device ID wherever possible. If you're unable to use certificate-based authentication, Intune supports querying devices based on MAC addresses. -To learn more about certificate profiles, see: [Use SCEP certificate profiles with Microsoft Intune](../protect/certificates-profile-scep.md) and [Use a PKCS certificate profile to provision devices with certificates in Microsoft Intune](../protect/certificates-pfx-configure.md) +For more information about certificate profiles, see [Use SCEP certificate profiles with Microsoft Intune](../protect/certificates-profile-scep.md) and [Use a PKCS certificate profile to provision devices with certificates in Microsoft Intune](../protect/certificates-pfx-configure.md). ## Data shared with NAC partners diff --git a/memdocs/intune/user-help/media/1804_remote_lock_Windows_CPapp_05.png b/memdocs/intune/user-help/media/1804_remote_lock_Windows_CPapp_05.png deleted file mode 100644 index aad3b152f31..00000000000 Binary files a/memdocs/intune/user-help/media/1804_remote_lock_Windows_CPapp_05.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Checking_Status.png b/memdocs/intune/user-help/media/1809_CheckAccess_Checking_Status.png deleted file mode 100644 index 8903554edd3..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Checking_Status.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Context_Menu_Alert2.png b/memdocs/intune/user-help/media/1809_CheckAccess_Context_Menu_Alert2.png deleted file mode 100644 index 71545ea6876..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Context_Menu_Alert2.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Context_Select_Device.png b/memdocs/intune/user-help/media/1809_CheckAccess_Context_Select_Device.png deleted file mode 100644 index ea3e6426651..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Context_Select_Device.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_alert1.png b/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_alert1.png deleted file mode 100644 index f5e813a854d..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_alert1.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_button.png b/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_button.png deleted file mode 100644 index 854dab51a8d..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_button.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_status1.png b/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_status1.png deleted file mode 100644 index 24c0aed0367..00000000000 Binary files a/memdocs/intune/user-help/media/1809_CheckAccess_Device_details_status1.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1809_DeviceContextMenu_Windows_CP.png b/memdocs/intune/user-help/media/1809_DeviceContextMenu_Windows_CP.png deleted file mode 100644 index d0224eebaa9..00000000000 Binary files a/memdocs/intune/user-help/media/1809_DeviceContextMenu_Windows_CP.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/1812_UCP_Help_Support_sections.png b/memdocs/intune/user-help/media/1812_UCP_Help_Support_sections.png deleted file mode 100644 index b3ccf018ac8..00000000000 Binary files a/memdocs/intune/user-help/media/1812_UCP_Help_Support_sections.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/RS1_HoloLens_SettingsRS1_Accounts_06.png b/memdocs/intune/user-help/media/RS1_HoloLens_SettingsRS1_Accounts_06.png deleted file mode 100644 index f59c2aced16..00000000000 Binary files a/memdocs/intune/user-help/media/RS1_HoloLens_SettingsRS1_Accounts_06.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/RS1_HoloLens_SyncRS1_Sync_08.png b/memdocs/intune/user-help/media/RS1_HoloLens_SyncRS1_Sync_08.png deleted file mode 100644 index e4f02b2fd79..00000000000 Binary files a/memdocs/intune/user-help/media/RS1_HoloLens_SyncRS1_Sync_08.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/W81-1-workplacejoin.png b/memdocs/intune/user-help/media/W81-1-workplacejoin.png deleted file mode 100644 index 91951d886d5..00000000000 Binary files a/memdocs/intune/user-help/media/W81-1-workplacejoin.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/W81-2-workplacesettings_signin.png b/memdocs/intune/user-help/media/W81-2-workplacesettings_signin.png deleted file mode 100644 index 321f01d346d..00000000000 Binary files a/memdocs/intune/user-help/media/W81-2-workplacesettings_signin.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/W81-3-dev-mgt-turn-on.png b/memdocs/intune/user-help/media/W81-3-dev-mgt-turn-on.png deleted file mode 100644 index 47eb68d75fe..00000000000 Binary files a/memdocs/intune/user-help/media/W81-3-dev-mgt-turn-on.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/W81-4-agree-allow-apps-services.png b/memdocs/intune/user-help/media/W81-4-agree-allow-apps-services.png deleted file mode 100644 index 2f06d2ea01e..00000000000 Binary files a/memdocs/intune/user-help/media/W81-4-agree-allow-apps-services.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/W81-5-enrolled-done.png b/memdocs/intune/user-help/media/W81-5-enrolled-done.png deleted file mode 100644 index dd5605b4759..00000000000 Binary files a/memdocs/intune/user-help/media/W81-5-enrolled-done.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-12-tem-datalert-setup.png b/memdocs/intune/user-help/media/and-enroll-12-tem-datalert-setup.png deleted file mode 100644 index a9bc0a37319..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-12-tem-datalert-setup.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-12a-tem-datalert-enroll-msft-account.png b/memdocs/intune/user-help/media/and-enroll-12a-tem-datalert-enroll-msft-account.png deleted file mode 100644 index 1d285d6cc1b..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-12a-tem-datalert-enroll-msft-account.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-12b-tem-datalert-enroll-select-msft-account.png b/memdocs/intune/user-help/media/and-enroll-12b-tem-datalert-enroll-select-msft-account.png deleted file mode 100644 index 6cc683c7d68..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-12b-tem-datalert-enroll-select-msft-account.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-13-tem-datalert-phone-number.png b/memdocs/intune/user-help/media/and-enroll-13-tem-datalert-phone-number.png deleted file mode 100644 index 4214845fa24..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-13-tem-datalert-phone-number.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-14-tem-datalert-sms.png b/memdocs/intune/user-help/media/and-enroll-14-tem-datalert-sms.png deleted file mode 100644 index 687f2561855..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-14-tem-datalert-sms.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/and-enroll-15-tem-datalert-monitoring-active.png b/memdocs/intune/user-help/media/and-enroll-15-tem-datalert-monitoring-active.png deleted file mode 100644 index 3d038fea822..00000000000 Binary files a/memdocs/intune/user-help/media/and-enroll-15-tem-datalert-monitoring-active.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/andr-cert_install-1-cert_missing.png b/memdocs/intune/user-help/media/andr-cert_install-1-cert_missing.png deleted file mode 100644 index a034902d371..00000000000 Binary files a/memdocs/intune/user-help/media/andr-cert_install-1-cert_missing.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/android-wp-05-1908.png b/memdocs/intune/user-help/media/android-wp-05-1908.png deleted file mode 100644 index f64bc591d50..00000000000 Binary files a/memdocs/intune/user-help/media/android-wp-05-1908.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/android-wp-05a-1908.png b/memdocs/intune/user-help/media/android-wp-05a-1908.png deleted file mode 100644 index 1789c1b8187..00000000000 Binary files a/memdocs/intune/user-help/media/android-wp-05a-1908.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/ios-enroll-11b-tem-datalert-open-authenticator.png b/memdocs/intune/user-help/media/ios-enroll-11b-tem-datalert-open-authenticator.png deleted file mode 100644 index 03109cb6c71..00000000000 Binary files a/memdocs/intune/user-help/media/ios-enroll-11b-tem-datalert-open-authenticator.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/management-profile-approve-macos-2006.png b/memdocs/intune/user-help/media/management-profile-approve-macos-2006.png deleted file mode 100644 index b8dd2d366ac..00000000000 Binary files a/memdocs/intune/user-help/media/management-profile-approve-macos-2006.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/rename-reset-device-step2-1808.png b/memdocs/intune/user-help/media/rename-reset-device-step2-1808.png deleted file mode 100644 index 20f17000efc..00000000000 Binary files a/memdocs/intune/user-help/media/rename-reset-device-step2-1808.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/rename-reset-device-step3-more-1808.png b/memdocs/intune/user-help/media/rename-reset-device-step3-more-1808.png deleted file mode 100644 index 1ce72f29373..00000000000 Binary files a/memdocs/intune/user-help/media/rename-reset-device-step3-more-1808.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/skycure-list-of-potential-issues-android.png b/memdocs/intune/user-help/media/skycure-list-of-potential-issues-android.png deleted file mode 100644 index 5cd48723f2c..00000000000 Binary files a/memdocs/intune/user-help/media/skycure-list-of-potential-issues-android.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/win10pc-sync-2-settings-accounts.png b/memdocs/intune/user-help/media/win10pc-sync-2-settings-accounts.png deleted file mode 100644 index 032e3d316a0..00000000000 Binary files a/memdocs/intune/user-help/media/win10pc-sync-2-settings-accounts.png and /dev/null differ diff --git a/memdocs/intune/user-help/media/win10pc-sync-5-tap-sync.png b/memdocs/intune/user-help/media/win10pc-sync-5-tap-sync.png deleted file mode 100644 index 7e3f6d9ad98..00000000000 Binary files a/memdocs/intune/user-help/media/win10pc-sync-5-tap-sync.png and /dev/null differ diff --git a/memdocs/media/00009-icon-service-Log-Analytics-Workspaces.svg b/memdocs/media/00009-icon-service-Log-Analytics-Workspaces.svg deleted file mode 100644 index ec1c0ce91c4..00000000000 --- a/memdocs/media/00009-icon-service-Log-Analytics-Workspaces.svg +++ /dev/null @@ -1 +0,0 @@ -Icon-manage-307 \ No newline at end of file diff --git a/memdocs/media/10332-icon-service-Devices.svg b/memdocs/media/10332-icon-service-Devices.svg deleted file mode 100644 index 35561135f4c..00000000000 --- a/memdocs/media/10332-icon-service-Devices.svg +++ /dev/null @@ -1 +0,0 @@ -Icon-intune-332 \ No newline at end of file diff --git a/memdocs/media/active-directory.svg b/memdocs/media/active-directory.svg deleted file mode 100644 index 4a4d020cc2f..00000000000 --- a/memdocs/media/active-directory.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.53 - - - - - - diff --git a/memdocs/media/analytics.svg b/memdocs/media/analytics.svg deleted file mode 100644 index 5d294245acd..00000000000 --- a/memdocs/media/analytics.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Icon-manage-307 - - Sheet.44 - - - - Sheet.45 - - - - Sheet.46 - - - - Sheet.47 - - - - Sheet.48 - - - - - diff --git a/memdocs/media/autopatch.png b/memdocs/media/autopatch.png deleted file mode 100644 index 5dfff52e866..00000000000 Binary files a/memdocs/media/autopatch.png and /dev/null differ diff --git a/memdocs/media/autopatch.svg b/memdocs/media/autopatch.svg deleted file mode 100644 index f781d11c928..00000000000 --- a/memdocs/media/autopatch.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.56 - - - - - - - - - - - - - - - - - - - - - - diff --git a/memdocs/media/autopilot.svg b/memdocs/media/autopilot.svg deleted file mode 100644 index 38c827eacf9..00000000000 --- a/memdocs/media/autopilot.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.51 - - - - - - diff --git a/memdocs/media/configmgr.png b/memdocs/media/configmgr.png deleted file mode 100644 index 9cad2464f8d..00000000000 Binary files a/memdocs/media/configmgr.png and /dev/null differ diff --git a/memdocs/media/configmgr.svg b/memdocs/media/configmgr.svg deleted file mode 100644 index 10af691f68f..00000000000 --- a/memdocs/media/configmgr.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.17 - - Completed_Icons - - Sheet.19 - - - - Sheet.20 - - Sheet.21 - - - - Sheet.22 - - - - Sheet.23 - - - - - - - diff --git a/memdocs/media/devices.svg b/memdocs/media/devices.svg deleted file mode 100644 index a2827694b9f..00000000000 --- a/memdocs/media/devices.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Icon-intune-332 - - Sheet.10 - - - - Sheet.11 - - - - Sheet.12 - - - - Sheet.13 - - - - Sheet.14 - - - - Sheet.15 - - - - Sheet.16 - - - - - diff --git a/memdocs/media/endpoint-analytics.svg b/memdocs/media/endpoint-analytics.svg deleted file mode 100644 index 9d4f9149695..00000000000 --- a/memdocs/media/endpoint-analytics.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.49 - - - - - - diff --git a/memdocs/media/get-support/service-requests-pane.png b/memdocs/media/get-support/service-requests-pane.png deleted file mode 100644 index 3ad72566d37..00000000000 Binary files a/memdocs/media/get-support/service-requests-pane.png and /dev/null differ diff --git a/memdocs/media/i_identity-protection.svg b/memdocs/media/i_identity-protection.svg deleted file mode 100644 index 619df2fa055..00000000000 --- a/memdocs/media/i_identity-protection.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/memdocs/media/i_security-management.svg b/memdocs/media/i_security-management.svg deleted file mode 100644 index 39c7704c0ed..00000000000 --- a/memdocs/media/i_security-management.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/memdocs/media/index/app-manage.svg b/memdocs/media/index/app-manage.svg deleted file mode 100644 index 42cde5f94d7..00000000000 --- a/memdocs/media/index/app-manage.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Icon-intune-331.40 - - Sheet.41 - - - - - Sheet.78 - - Sheet.76 - - - - Sheet.75 - - - - - diff --git a/memdocs/media/index/app-protection.svg b/memdocs/media/index/app-protection.svg deleted file mode 100644 index b5a5f2e68a7..00000000000 --- a/memdocs/media/index/app-protection.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Icon-intune-331 - - Sheet.2 - - - - - Sheet.20 - - Sheet.10 - - Sheet.4 - - - - - Sheet.9 - - Sheet.5 - - - - - - diff --git a/memdocs/media/index/cloud-native.svg b/memdocs/media/index/cloud-native.svg deleted file mode 100644 index 182ca6ea55f..00000000000 --- a/memdocs/media/index/cloud-native.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - Icon-Cloud-other-357 - - \ No newline at end of file diff --git a/memdocs/media/index/device-secure.svg b/memdocs/media/index/device-secure.svg deleted file mode 100644 index 1bcbdafffaa..00000000000 --- a/memdocs/media/index/device-secure.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Sheet.170 - - Sheet.139 - - - - Sheet.140 - - - - Sheet.141 - - - - Sheet.142 - - - - Sheet.143 - - - - Sheet.144 - - - - Sheet.145 - - - - Sheet.151 - - Sheet.152 - - Sheet.153 - - - - - Sheet.154 - - Sheet.155 - - - - - - - diff --git a/memdocs/media/index/get-started_gray.svg b/memdocs/media/index/get-started_gray.svg deleted file mode 100644 index 07acd8a06e3..00000000000 --- a/memdocs/media/index/get-started_gray.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - -get_started - - - - - - - - - diff --git a/memdocs/media/index/multifactor-authentication.svg b/memdocs/media/index/multifactor-authentication.svg deleted file mode 100644 index 386c57574b4..00000000000 --- a/memdocs/media/index/multifactor-authentication.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/memdocs/media/index/plan_gray.svg b/memdocs/media/index/plan_gray.svg deleted file mode 100644 index c029ee3afdc..00000000000 --- a/memdocs/media/index/plan_gray.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - -task_checklist_planning - - - - - - - - - - - - - diff --git a/memdocs/media/learn.svg b/memdocs/media/learn.svg deleted file mode 100644 index 3ca62cc0a85..00000000000 --- a/memdocs/media/learn.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.55 - - - - - - diff --git a/memdocs/media/microsoft-intune.png b/memdocs/media/microsoft-intune.png deleted file mode 100644 index 8f4f4eff31e..00000000000 Binary files a/memdocs/media/microsoft-intune.png and /dev/null differ diff --git a/memdocs/media/microsoft-intune.svg b/memdocs/media/microsoft-intune.svg deleted file mode 100644 index 133ab4fa08b..00000000000 --- a/memdocs/media/microsoft-intune.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - Page-1 - - - Icon-intune-329 - - Sheet.2 - - - - Sheet.3 - - - - Sheet.4 - - - - Sheet.5 - - - - Sheet.6 - - - - Sheet.7 - - - - Sheet.8 - - - - - diff --git a/memdocs/media/privilege.svg b/memdocs/media/privilege.svg deleted file mode 100644 index b10857e8f89..00000000000 --- a/memdocs/media/privilege.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - Page-1 - - - Sheet.52 - - - - - - diff --git a/memdocs/solutions/frontline-worker/media/android-fully-managed-kiosk.png b/memdocs/solutions/frontline-worker/media/android-fully-managed-kiosk.png deleted file mode 100644 index 92da632e508..00000000000 Binary files a/memdocs/solutions/frontline-worker/media/android-fully-managed-kiosk.png and /dev/null differ diff --git a/memdocs/solutions/media/cloud-native-windows-endpoints/cloud-native-endpoint-graphic.png b/memdocs/solutions/media/cloud-native-windows-endpoints/cloud-native-endpoint-graphic.png deleted file mode 100644 index 4a1f3dddef6..00000000000 Binary files a/memdocs/solutions/media/cloud-native-windows-endpoints/cloud-native-endpoint-graphic.png and /dev/null differ diff --git a/windows-365/business/media/add-user-assign-licenses/licenses.png b/windows-365/business/media/add-user-assign-licenses/licenses.png deleted file mode 100644 index 815294b67e3..00000000000 Binary files a/windows-365/business/media/add-user-assign-licenses/licenses.png and /dev/null differ diff --git a/windows-365/business/media/add-user-assign-licenses/select-products.png b/windows-365/business/media/add-user-assign-licenses/select-products.png deleted file mode 100644 index 30c201df25c..00000000000 Binary files a/windows-365/business/media/add-user-assign-licenses/select-products.png and /dev/null differ diff --git a/windows-365/business/media/change-organization-default-settings/change-organization-default-settings.png b/windows-365/business/media/change-organization-default-settings/change-organization-default-settings.png deleted file mode 100644 index 90e0e142de1..00000000000 Binary files a/windows-365/business/media/change-organization-default-settings/change-organization-default-settings.png and /dev/null differ diff --git a/windows-365/business/media/get-started-windows-365-business/remote-desktop-apps.png b/windows-365/business/media/get-started-windows-365-business/remote-desktop-apps.png deleted file mode 100644 index 7ed1a267d7b..00000000000 Binary files a/windows-365/business/media/get-started-windows-365-business/remote-desktop-apps.png and /dev/null differ diff --git a/windows-365/enterprise/media/create-provisioning-policy/select-cloud-pc-size.png b/windows-365/enterprise/media/create-provisioning-policy/select-cloud-pc-size.png deleted file mode 100644 index 8ad25c33870..00000000000 Binary files a/windows-365/enterprise/media/create-provisioning-policy/select-cloud-pc-size.png and /dev/null differ diff --git a/windows-365/enterprise/media/manage-rdp-device-restrictions/checkmark.png b/windows-365/enterprise/media/manage-rdp-device-restrictions/checkmark.png deleted file mode 100644 index a0a6c080c7e..00000000000 Binary files a/windows-365/enterprise/media/manage-rdp-device-restrictions/checkmark.png and /dev/null differ diff --git a/windows-365/enterprise/media/manage-rdp-device-restrictions/xmark.png b/windows-365/enterprise/media/manage-rdp-device-restrictions/xmark.png deleted file mode 100644 index e6b79adca49..00000000000 Binary files a/windows-365/enterprise/media/manage-rdp-device-restrictions/xmark.png and /dev/null differ diff --git a/windows-365/enterprise/media/report-cloud-pc-connection-quality/report-connection-quality.png b/windows-365/enterprise/media/report-cloud-pc-connection-quality/report-connection-quality.png deleted file mode 100644 index baa399b6d65..00000000000 Binary files a/windows-365/enterprise/media/report-cloud-pc-connection-quality/report-connection-quality.png and /dev/null differ diff --git a/windows-365/enterprise/media/set-up-citrix/turn-on-connector.png b/windows-365/enterprise/media/set-up-citrix/turn-on-connector.png deleted file mode 100644 index b72317f0d36..00000000000 Binary files a/windows-365/enterprise/media/set-up-citrix/turn-on-connector.png and /dev/null differ