-
Notifications
You must be signed in to change notification settings - Fork 551
/
.openpublishing.redirection.json
7354 lines (7354 loc) · 323 KB
/
.openpublishing.redirection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"redirections": [
{
"source_path": "intune-user-help/what-happens-if-you-reset-your-device-using-the-company-portal-ios.md",
"redirect_url": "/intune-user-help/effects-of-device-reset-company-portal-ios",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/your-device-is-missing-a-required-certificate-landing-android.md",
"redirect_url": "/intune-user-help/your-device-is-missing-an-IT-required-certificate-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/create-a-work-profile-and-enroll-your-device-in-intune-android.md",
"redirect_url": "/intune-user-help/enroll-device-android-work-profile",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/send-enrollment-errors-to-your-it-admin-android.md",
"redirect_url": "/intune-user-help/send-logs-to-your-it-admin-by-email-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/troubleshoot-your-device-android.md",
"redirect_url": "/intune-user-help/check-compliance-on-your-device-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/enroll-your-device-in-Intune-android.md",
"redirect_url": "/intune-user-help/enroll-device-android-company-portal",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/what-happens-if-you-install-the-Company-Portal-app-and-enroll-your-device-in-intune-android.md",
"redirect_url": "/intune-user-help/why-enroll-android-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/using-your-android-device-with-intune.md",
"redirect_url": "/intune-user-help/why-enroll-android-device",
"redirect_document_id": true
},
{
"source_path": "intune/policy-evaluate.md",
"redirect_url": "/intune/create-compliance-policy#evaluate-how-many-users-are-targeted",
"redirect_document_id": true
},
{
"source_path": "intune/compliance-policy-create-google-play-protect.md",
"redirect_url": "/intune/compliance-policy-create-android",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/what-happens-if-you-install-the-company-portal-app-and-enroll-your-device-in-intune-windows10.md",
"redirect_url": "/intune-user-help/about-cp-app-for-windows-10",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-device-in-intune-all.md",
"redirect_url": "/intune-user-help/use-managed-devices-to-get-work-done",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-w10-device-your-account.md",
"redirect_url": "/intune-user-help/enroll-windows-10-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-w10-device-access-work-or-school.md",
"redirect_url": "/intune-user-help/enroll-windows-10-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-W10-phone-or-w10-pc-windows.md",
"redirect_url": "/intune-user-help/windows-enrollment-company-portal",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-device-in-intune-windows.md",
"redirect_url": "/intune-user-help/windows-enrollment-company-portal",
"redirect_document_id": false
},
{
"source_path": "intune/manage-settings-and-features-on-your-devices-with-microsoft-intune-policies.md",
"redirect_url": "/intune/device-profile-troubleshoot",
"redirect_document_id": false
},
{
"source_path": "intune/device-compliance-monitor.md",
"redirect_url": "/intune/compliance-policy-monitor",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/power-saving-mode-android.md",
"redirect_url": "https://go.microsoft.com/fwlink/?linkid=2077422&clcid=0x409",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/using-your-macos-device-with-intune.md",
"redirect_url": "/intune-user-help/enroll-your-device-in-intune-macos-cp",
"redirect_document_id": false
},
{
"source_path": "intune/get-started-apps.md",
"redirect_url": "/intune/apps-add",
"redirect_document_id": true
},
{
"source_path": "intune/get-started-azure.md",
"redirect_url": "/intune/tutorial-walkthrough-intune-portal",
"redirect_document_id": true
},
{
"source_path": "intune/airplay-settings-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings",
"redirect_document_id": false
},
{
"source_path": "intune/web-content-filter-settings-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#web-content-filter-settings",
"redirect_document_id": false
},
{
"source_path": "intune/sso-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#single-sign-on-settings",
"redirect_document_id": false
},
{
"source_path": "intune/shared-device-settings-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#lock-screen-message-settings",
"redirect_document_id": false
},
{
"source_path": "intune/app-notification-settings-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#app-notifications-settings",
"redirect_document_id": false
},
{
"source_path": "intune/home-screen-settings-ios.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#home-screen-layout-settings",
"redirect_document_id": false
},
{
"source_path": "intune/air-print-settings-ios-macos.md",
"redirect_url": "/intune/configuration/ios-device-features-settings#airprint-settings",
"redirect_document_id": false
},
{
"source_path": "intune/android-enterprise-settings.md",
"redirect_url": "/intune/configuration/device-restrictions-android-for-work#dedicated-device-settings",
"redirect_document_id": false
},
{
"source_path": "intune/android-kiosk-settings.md",
"redirect_url": "/intune/configuration/device-restrictions-android#kiosk",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/what-happens-if-you-reset-your-device-cpwebsite.md",
"redirect_url": "/intune-user-help/what-happens-if-you-reset-your-device-using-the-company-portal-windows",
"redirect_document_id": false
},
{
"source_path": "intune/intune-documentation.md",
"redirect_url": "/intune/what-is-intune",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/sync-your-device-manually-cpwebsite.md",
"redirect_url": "/intune-user-help/sync-your-device-manually-windows",
"redirect_document_id": false
},
{
"source_path": "intune/custom-vpn-profiles-create.md",
"redirect_url": "/intune/custom-settings-configure",
"redirect_document_id": true
},
{
"source_path": "intune/byod-enable.md",
"redirect_url": "/intune/byod-technology-decisions",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/you-need-to-upgrade-your-device-to-install-the-outlook-app.md",
"redirect_url": "/intune-user-help/update-device-outlook-ios",
"redirect_document_id": false
},
{
"source_path": "intune/skycure-azure-sso-configure.md",
"redirect_url": "/intune/skycure-mtd-connector-integration",
"redirect_document_id": false
},
{
"source_path": "intune/skycure-ios-app-configuration-policy-download.md",
"redirect_url": "/intune/skycure-mtd-connector-integration",
"redirect_document_id": false
},
{
"source_path": "intune/device-compliance.md",
"redirect_url": "/intune/device-compliance-get-started",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/turn-off-microsoft-usage-data-collection-apple.md",
"redirect_url": "/intune-user-help/turn-off-microsoft-usage-data-collection-ios",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/enroll-your-device-in-intune-macos.md",
"redirect_url": "/intune-user-help/enroll-your-device-in-intune-macos-cp",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/enroll-your-device-in-intune-macos-legacy.md",
"redirect_url": "/intune-user-help/enroll-your-device-in-intune-macos-cp",
"redirect_document_id": false
},
{
"source_path": "intune-classic/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-7.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune-classic/deploy-use/change-mdm-authority.md",
"redirect_url": "/intune/mdm-authority-set",
"redirect_document_id": true
},
{
"source_path": "intune-classic/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-6.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune-classic/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-4.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune-classic/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-3.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune-classic/understand-explore/mobile-device-management-trial-guide-microsoft-intune.md",
"redirect_url": "/intune/what-is-intune",
"redirect_document_id": false
},
{
"source_path": "intune-classic/understand-explore/sign-up-for-30-day-trial-microsoft-intune.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": true
},
{
"source_path": "intune-classic/deploy-use/Release-notes-for-Microsoft-Intune.md",
"redirect_url": "/intune/whats-new",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/microsoft-intune-company-portal-application-license-terms.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/microsoft-intune-company-portal-application-license-terms",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/microsoft-intune-company-portal-for-windows-phone-application-license-terms.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/microsoft-intune-company-portal-for-windows-phone-application-license-terms",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/microsoft-intune-managed-browser-for-ios.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/microsoft-intune-managed-browser-for-ios",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/terms-of-delegated-administration-for-microsoft-intune.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/terms-of-delegated-administration-for-microsoft-intune",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/third-party-programs-notices-and-information.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/third-party-programs-notices-and-information",
"redirect_document_id": false
},
{
"source_path": "intune-classic/EULA/third-party-software-notices-and-information.md",
"redirect_url": "https://docs.microsoft.com/legal/intune/third-party-software-notices-and-information",
"redirect_document_id": false
},
{
"source_path": "intune-azure/set-device-compliance/app-based-conditional-access-intune-sharepoint-online-create.md",
"redirect_url": "/intune/app-based-conditional-access-intune-create",
"redirect_document_id": true
},
{
"source_path": "intune-azure/set-device-compliance/app-based-conditional-access-intune-exchange-online-create.md",
"redirect_url": "/intune/app-based-conditional-access-intune-create",
"redirect_document_id": false
},
{
"source_path": "intune-azure/set-device-compliance/actions-for-noncompliance.md",
"redirect_url": "/intune/device-compliance",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/what-to-tell-your-end-users-about-using-microsoft-intune.md",
"redirect_url": "/intune/end-user-educate",
"redirect_document_id": false
},
{
"source_path": "IntuneDocs/whats-new/whats-coming-in-intune.md",
"redirect_url": "/intune/early-edition-nda",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/what-can-your-it-administrator-see-when-you-enroll-your-device-in-intune-windows.md",
"redirect_url": "/intune-user-help/what-info-can-your-company-see-when-you-enroll-your-device-in-intune",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/reset-your-device-cpwebsite.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/reset-your-device-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/reset-erase-your-lost-or-stolen-device-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/reset-erase-your-lost-or-stolen-device-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/reset-your-device-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/you-see-errors-while-trying-to-enroll-your-device-in-intune-ios.md",
"redirect_url": "/intune/troubleshoot-device-enrollment-in-intune",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/reset-your-device-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune/enduser/your-device-does-not-meet-the-minimum-security-patch-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-device-OS-security-patch-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/company-portal-frequently-asked-questions.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/use-managed-devices-to-get-work-done",
"redirect_document_id": true
},
{
"source_path": "intune/enduser/device-doesnt-comply-with-maximum-operating-system-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/your-android-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-comply-with-maximum-operating-system-version-ios.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/your-ios-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-comply-with-maximum-operating-system-version-windows.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/your-windows-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-bitlocker-enabled-windows.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-enable-windows-encryption",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-secure-boot-enabled-windows.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-enable-secure-boot-windows",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-version-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-android-device",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-android-device",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-windows.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-windows-device",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-version-windows.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-windows-device",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-version-ios.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-ios-device",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/device-doesnt-have-the-required-minimum-operating-system-ios.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-ios-device",
"redirect_document_id": false
},
{
"source_path": "intune/EndUser/enroll-your-device-in-mac-os-x.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/enroll-your-device-in-intune-macos",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/send-diagnostic-data-logs-to-your-it-administrator-using-a-usb-cable-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/send-logs-to-your-it-admin-using-cable-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/send-enrollment-errors-to-your-it-administrator-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/send-enrollment-errors-to-your-it-admin-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/you-are-asked-to-turn-off-unknown-sources.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-turn-off-unknown-sources-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/using-your-ios-or-mac-os-x-device-with-intune.md",
"redirect_url": "/intune-user-help/using-your-ios-device-with-intune",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/you-are-asked-to-turn-off-usb-debugging-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-turn-off-usb-debugging-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/you-are-asked-to-turn-on-scan-device-for-security-threats-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-turn-on-scanning-for-security-threats-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/your-device-does-not-meet-the-minimum-security-patch-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/you-need-to-update-your-device-os-security-patch-android",
"redirect_document_id": true
},
{
"source_path": "intune/EndUser/your-device-is-missing-a-required-certificate-android.md",
"redirect_url": "https://docs.microsoft.com/intune/enduser/your-device-is-missing-a-required-certificate-landing-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/what-can-your-it-administrator-see-when-you-enroll-your-device-in-intune-windows.md",
"redirect_url": "/intune-user-help/what-info-can-your-company-see-when-you-enroll-your-device-in-intune",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/reset-your-device-cpwebsite.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/reset-your-device-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/reset-your-device-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/reset-your-device-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/reset-erase-your-device-cpwebsite",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/your-device-does-not-meet-the-minimum-security-patch-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-device-OS-security-patch-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/company-portal-frequently-asked-questions.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/use-managed-devices-to-get-work-done",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-comply-with-maximum-operating-system-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/your-android-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-comply-with-maximum-operating-system-version-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/your-ios-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-comply-with-maximum-operating-system-version-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/your-windows-version-isnt-yet-supported",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-bitlocker-enabled-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-enable-windows-encryption",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-secure-boot-enabled-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-enable-secure-boot-windows",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-version-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-android-device",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-android-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-windows-device",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-version-windows.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-windows-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-version-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-ios-device",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/device-doesnt-have-the-required-minimum-operating-system-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-update-your-ios-device",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/enroll-your-device-in-mac-os-x.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/enroll-your-device-in-intune-macOS",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/send-diagnostic-data-logs-to-your-it-administrator-using-a-usb-cable-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/send-logs-to-your-it-admin-using-cable-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/send-enrollment-errors-to-your-it-administrator-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/send-enrollment-errors-to-your-it-admin-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/you-are-asked-to-turn-off-unknown-sources.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-turn-off-unknown-sources-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/using-your-ios-or-mac-os-x-device-with-intune.md",
"redirect_url": "/intune-user-help/using-your-ios-device-with-intune",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/you-are-asked-to-turn-off-usb-debugging-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-turn-off-usb-debugging-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/you-are-asked-to-turn-on-scan-device-for-security-threats-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-turn-on-scanning-for-security-threats-android",
"redirect_document_id": true
},
{
"source_path": "intune-user-help/your-device-is-missing-a-required-certificate-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/your-device-is-missing-a-required-certificate-landing-android",
"redirect_document_id": true
},
{
"source_path": "intune-azure/enroll-devices/enroll-window-devices.md",
"redirect_url": "/intune/enroll-devices/enroll-windows-devices",
"redirect_document_id": false
},
{
"source_path": "intune-azure/enroll-devices/set-up-windows-phone-management.md",
"redirect_url": "/intune/enroll-devices/enroll-windows-devices",
"redirect_document_id": false
},
{
"source_path": "intune-azure/enroll-devices/set-up-windows-device-management.md",
"redirect_url": "/intune/enroll-devices/enroll-windows-devices",
"redirect_document_id": false
},
{
"source_path": "intune-azure/enroll-devices/enroll-windows-pcs-as-mobile-devices.md",
"redirect_url": "/intune/enroll-devices/enroll-windows-devices",
"redirect_document_id": false
},
{
"source_path": "intune-azure/enroll-devices/ios-device-enrollment-program-devices.md",
"redirect_url": "/intune/enroll-devices/enroll-ios-devices-using-device-enrollment-program",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/set-up-windows-phone-management-with-microsoft-intune.md",
"redirect_url": "/intune/windows-enroll",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/whats-coming-in-intune.md",
"redirect_url": "/intune/early-edition-nda",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/you-need-to-resolve-a-threat-found-by-device-threat-protection-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-need-to-resolve-a-threat-found-by-mtd-android",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/you-are-prompted-to-install-device-threat-protection-android.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-are-prompted-to-install-mtd-android",
"redirect_document_id": false
},
{
"source_path": "intune-azure/enroll-devices/get-apple-dep-token.md",
"redirect_url": "/intune-user-help/you-are-prompted-to-install-mtd-android",
"redirect_document_id": false
},
{
"source_path": "intune-user-help/you-are-prompted-to-install-device-threat-protection-ios.md",
"redirect_url": "https://docs.microsoft.com/intune-user-help/you-are-prompted-to-install-mtd-ios",
"redirect_document_id": false
},
{
"source_path": "intune/activate-your-product-key.md",
"redirect_url": "/intune/account-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/account-portal-merged-with-Office-365.md",
"redirect_url": "/intune/free-trial-sign-up#admin-experiences",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/configure-and-deploy-lookout-for-work-apps.md",
"redirect_url": "/intune/lookout-mtd-connector-integration",
"redirect_document_id": true
},
{
"source_path": "intune/deploy-use/device-threat-protection-apps.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/deploy-use/configure-deploy-lookout-for-work-app",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/device-threat-protection-enable.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/deploy-use/enable-lookout-mtd-connection",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/device-threat-protection-policy.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/deploy-use/create-lookout-device-compliance-policy",
"redirect_document_id": true
},
{
"source_path": "intune/deploy-use/device-threat-protection-subscription-setup.md",
"redirect_url": "/intune/lookout-mtd-connector-integration",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/device-threat-protection.md",
"redirect_url": "/intune/lookout-mobile-threat-defense-connector",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/enable-device-threat-protection-rule-in-compliance-policy.md",
"redirect_url": "/intune/mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/enable-lookout-mtp-connection-in-intune.md",
"redirect_url": "/intune/mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/end-user-experience-for-mam-enabled-apps-with-microsoft-intune.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/deploy-use/user-experience-for-mam-enabled-ios-apps-with-microsoft-intune",
"redirect_document_id": true
},
{
"source_path": "intune/deploy-use/get-ready-to-enroll-devices-in-microsoft-intune.md",
"redirect_url": "/intune/setup-steps",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/multi-factor-auth-azure-ad.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/deploy-use/multi-factor-authentication-azure-active-directory",
"redirect_document_id": true
},
{
"source_path": "intune/deploy-use/previous-intune-releases.md",
"redirect_url": "/intune/whats-new-archive-classic",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/renew-a-symantec-code-signing-certificate.md",
"redirect_url": "/intune/app-sideload-windows",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/restrict-access-based-on-device-network-app-risk.md",
"redirect_url": "/intune/mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/set-up-your-subscription-with-lookout-mtp.md",
"redirect_url": "/intune/mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "intune/deploy-use/whats-new-in-microsoft-intune.md",
"redirect_url": "/intune/whats-new",
"redirect_document_id": false
},
{
"source_path": "intune/EULA/acceptable-use-policy-for-microsoft-intune.md",
"redirect_url": "https://www.microsoft.com/online/legal/v2/?docid=13",
"redirect_document_id": true
},
{
"source_path": "intune/EULA/microsoft-intune-privacy-statement.md",
"redirect_url": "https://www.microsoft.com/privacystatement/OnlineServices/Default.aspx",
"redirect_document_id": true
},
{
"source_path": "intune/EULA/privacy-statement.md",
"redirect_url": "https://www.microsoft.com/privacystatement/OnlineServices/Default.aspx",
"redirect_document_id": true
},
{
"source_path": "intune/EULA/remote-assistance-via-microsoft-easy-assist.md",
"redirect_url": "https://docs.microsoft.com/intune/common-windows-pc-management-tasks-with-the-microsoft-intune-computer-client#request-and-provide-remote-assistance-to-windows-pcs-that-use-the-intune-client-software",
"redirect_document_id": true
},
{
"source_path": "intune/EULA/sign-in-privacy-statement.md",
"redirect_url": "https://www.microsoft.com/privacystatement/OnlineServices/Default.aspx",
"redirect_document_id": true
},
{
"source_path": "intune/EULA/terms-of-use.md",
"redirect_url": "https://www.microsoft.com/online/legal/v2/?docid=13",
"redirect_document_id": true
},
{
"source_path": "intune/get-started/administrative-accounts-websites-perms.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/get-started/start-with-a-paid-subscription-to-microsoft-intune-step-3#grant-administrator-permissions",
"redirect_document_id": true
},
{
"source_path": "intune/get-started/choose-how-to-enroll-devices.md",
"redirect_url": "/intune/device-enrollment",
"redirect_document_id": false
},
{
"source_path": "intune/get-started/decide-how-to-enroll-devices.md",
"redirect_url": "/intune/device-enrollment",
"redirect_document_id": false
},
{
"source_path": "intune/get-started/domain-names-for-microsoft-intune.md",
"redirect_url": "/intune/custom-domain-name-configure",
"redirect_document_id": false
},
{
"source_path": "intune/get-started/integration-with-cloud-services.md",
"redirect_url": "https://docs.microsoft.com/sccm/mdm/understand/choose-between-standalone-intune-and-hybrid-mobile-device-management",
"redirect_document_id": true
},
{
"source_path": "intune/get-started/microsoft-intune-company-portal.md",
"redirect_url": "/intune/company-portal-customize",
"redirect_document_id": false
},
{
"source_path": "intune/get-started/network-infrastructure-requirements-for-microsoft-intune.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/get-started/network-bandwidth-use#network-communication-requirements",
"redirect_document_id": true
},
{
"source_path": "intune/get-started/supported-mobile-devices-and-computers.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/get-started/what-to-know-before-you-start-microsoft-intune#intune-supported-devices",
"redirect_document_id": false
},
{
"source_path": "intune/get-started/supported-web-browsers.md",
"redirect_url": "https://docs.microsoft.com/intune-classic/get-started/what-to-know-before-you-start-microsoft-intune#intune-supported-web-browsers",
"redirect_document_id": true
},
{
"source_path": "intune/Troubleshoot/troubleshooting-lookout-integration.md",
"redirect_url": "/intune/lookout-mtd-connector-integration",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/enable-mfa-secure-authentication.md",
"redirect_url": "https://docs.microsoft.com/enterprise-mobility/solutions/fasttrack-how-to-enroll-in-mfa",
"redirect_document_id": true
},
{
"source_path": "intune/understand-explore/enroll-device-into-management.md",
"redirect_url": "https://docs.microsoft.com/enterprise-mobility/solutions/fasttrack-intune-enduser-enrollment-instructions",
"redirect_document_id": true
},
{
"source_path": "intune/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-1.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-2.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune-step-5.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/get-started-with-a-30-day-trial-of-microsoft-intune.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/manage-applications-without-enrolling-devices.md",
"redirect_url": "https://docs.microsoft.com/enterprise-mobility/solutions/fasttrack-how-to-work-with-managed-apps",
"redirect_document_id": true
},
{
"source_path": "intune/understand-explore/manage-your-password.md",
"redirect_url": "https://docs.microsoft.com/enterprise-mobility/solutions/fasttrack-how-to-manage-your-password",
"redirect_document_id": true
},
{
"source_path": "intune/understand-explore/modern-windows-management.md",
"redirect_url": "https://technet.microsoft.com/itpro/windows/manage/manage-windows-10-in-your-organization-modern-management",
"redirect_document_id": true
},
{
"source_path": "intune/understand-explore/prevent-company-data-leaks-from-Office-365-mobile-apps.md",
"redirect_url": "/intune/data-leak-prevention",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/protect-pcs-against-malware-threats.md",
"redirect_url": "/intune/endpoint-protection-configure",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/publish-mobile-apps-to-users.md",
"redirect_url": "/intune/apps-deploy",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/set-up-email-access-for-ios-devices-using-microsoft-intune.md",
"redirect_url": "/intune/email-settings-configure",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/simplify-email-configuration-on-mobile-devices.md",
"redirect_url": "/intune/email-settings-configure",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/start-a-microsoft-intune-trial-and-deploy-ios-pin-policy.md",
"redirect_url": "/intune/free-trial-sign-up",
"redirect_document_id": false
},
{
"source_path": "intune/understand-explore/use-multi-identity.md",
"redirect_url": "https://docs.microsoft.com/enterprise-mobility/solutions/fasttrack-how-to-use-apps-with-multi-identity-support",
"redirect_document_id": true
},
{
"source_path": "intune/get-started/windows-pc-management-capabilities-in-microsoft-intune.md",
"redirect_url": "/intune/manage-windows-pcs-with-microsoft-intune",
"redirect_document_id": true
},
{
"source_path": "intune-azure/access-control/role-based-access-control.md",
"redirect_url": "/intune/access-control/role-based-access-control",
"redirect_document_id": false
},
{
"source_path": "intune-azure/conditional-access/create-conditional-access-policy-for-exchange-on-premises.md",
"redirect_url": "/intune/conditional-access/create-conditional-access-policy-for-exchange-on-premises",
"redirect_document_id": false
},
{
"source_path": "intune-azure/conditional-access/install-intune-on-premises-exchange-connector.md",
"redirect_url": "/intune/conditional-access/install-intune-on-premises-exchange-connector",
"redirect_document_id": false
},
{
"source_path": "intune-azure/conditional-access/monitor-conditional-access-compliance-for-on-premises-exchange-and-exchange-online.md",
"redirect_url": "/intune/conditional-access/monitor-conditional-access-compliance-for-on-premises-exchange-and-exchange-online",
"redirect_document_id": false
},
{
"source_path": "intune-azure/conditional-access/what-is-conditional-access.md",
"redirect_url": "/intune/conditional-access/what-is-conditional-access",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/air-print-settings-for-ios-and-macos.md",
"redirect_url": "/intune/configure-devices/air-print-settings-for-ios-and-macos",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/airplay-settings-for-ios-devices.md",
"redirect_url": "/intune/configuration/ios-device-features-settings",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/app-notification-settings-for-ios.md",
"redirect_url": "/intune/configure-devices/app-notification-settings-for-ios",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/configure-certificate-infrastructure-for-pfx.md",
"redirect_url": "/intune/certficates-pfx-configure",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/configure-certificate-infrastructure-for-scep.md",
"redirect_url": "/intune/certificates-scep-configure",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/create-custom-vpn-profiles.md",
"redirect_url": "/intune/configure-devices/create-custom-vpn-profiles",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-android-for-work.md",
"redirect_url": "/intune/configure-devices/custom-android-for-work",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-for-android.md",
"redirect_url": "/intune/configure-devices/custom-for-android",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-for-ios.md",
"redirect_url": "/intune/configure-devices/custom-for-ios",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-for-macos.md",
"redirect_url": "/intune/configure-devices/custom-for-macos",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-for-windows-10.md",
"redirect_url": "/intune/configure-devices/custom-for-windows-10",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-for-windows-phone-8-1.md",
"redirect_url": "/intune/configure-devices/custom-for-windows-phone-8-1",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/custom-policy-to-allow-and-block-samsung-knox-apps.md",
"redirect_url": "/intune/samsung-knox-apps-allow-block",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/device-restrictions-for-afw.md",
"redirect_url": "/intune/configure-devices/device-restrictions-for-afw",
"redirect_document_id": false
},
{
"source_path": "intune-azure/configure-devices/device-restrictions-for-android.md",
"redirect_url": "/intune/configure-devices/device-restrictions-for-android",