forked from MicrosoftDocs/memdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.json
2604 lines (2604 loc) · 109 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": "memdocs/intune/enrollment/android-fully-managed-security-settings.md",
"redirect_url": "/mem/intune/protect/device-restrictions-android-for-work",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/android-work-profile-security-settings.md",
"redirect_url": "/mem/intune/protect/compliance-policy-create-android-for-work",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/android-app-configuration-policies.md",
"redirect_url": "/mem/intune/apps/app-configuration-policies-use-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/device-enrollment-restrictions.md",
"redirect_url": "/mem/intune/enrollment/enrollment-restrictions-set",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/android-configuration-framework.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/security-copilot.md",
"redirect_url": "/mem/intune/copilot/security-copilot",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/allow-wi-fi-control-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/set-the-amount-of-time-before-your-device-is-locked-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/install-your-companys-virtual-private-network-vpn-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-android-device.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-android-version-isnt-yet-supported.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-device-is-rooted-and-you-cant-connect-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-device-is-missing-an-it-required-certificate-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-turn-off-usb-debugging-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-turn-on-scanning-for-security-threats-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-device-os-security-patch-android.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-macos-device.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-mac",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-macos-version-isnt-yet-supported.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-mac",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/unable-to-get-macos-device-managed.md",
"redirect_url": "/mem/intune/user-help/update-device-settings-mac",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-ios-version-isnt-yet-supported.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-ios-device.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/existing-company-email-account-found.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-app-protection-policies.md",
"redirect_url": "/mem/intune/apps/app-configuration-policies-overview",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/windows-store-for-business.md",
"redirect_url": "/mem/intune/apps/store-apps-microsoft",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/app-sideload-windows.md",
"redirect_url": "/mem/intune/apps/lob-apps-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/microsoft-intune-admin-center-devices.md",
"redirect_url": "/mem/intune/fundamentals/public-preview",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-asked-to-identify-your-device-when-trying-to-enroll-ios.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-asked-to-identify-your-device-when-trying-to-enroll-macos.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/device-limit-wpj-ios.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/how-to-reconnect-a-compromised-ios-device.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/how-do-i-find-the-serial-number-on-my-device-macos.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/device-limit-wpj-macos.md",
"redirect_url": "/mem/intune/user-help/how-do-i-find-the-serial-number-on-my-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/frontline-worker-overview.md",
"redirect_url": "/mem/solutions/frontline-worker/frontline-worker-overview",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-supervised-device-security-configurations.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-personal-device-security-configurations.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-app-configuration-policies.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-device-compliance-security-configurations.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-configuration-framework.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/protect-edge-mam-windows.md",
"redirect_url": "/mem/intune/apps/apps/protect-mam-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/byod-technology-decisions.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide#personal-devices-vs-organization-owned-devices",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/common-scenarios.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide#step-1---determine-your-objectives",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-install-the-Company-Portal-app-and-enroll-your-device-in-intune-windows.md",
"redirect_url": "/mem/intune/user-help/device-enrollment-overview-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/enroll-your-w81-or-rt81-windows.md",
"redirect_url": "/mem/intune/user-help/enroll-windows-10-device",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/set-or-change-your-passcode-ios.md",
"redirect_url": "/mem/intune/user-help/password-does-not-meet-it-administrator-requirements",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/set-your-pin-or-password-android.md",
"redirect_url": "/mem/intune/user-help/password-does-not-meet-it-administrator-requirements",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/enroll-your-device-with-telecom-expense-management-ios.md",
"redirect_url": "/mem/intune/user-help",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/enroll-your-device-with-telecom-expense-management-android.md",
"redirect_url": "/mem/intune/user-help",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/configuration/telecom-expenses-monitor.md",
"redirect_url": "/mem/intune/fundamentals/whats-new",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-user-enrollment.md",
"redirect_url": "/mem/intune/enrollment/apple-user-enrollment-with-company-portal",
"redirect_document_id": false
},
{
"source_path": "memdocs/autopilot/autopilot-mbr.md",
"redirect_url": "/autopilot/autopilot-motherboard-replacement",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/tutorial-use-autopilot-enroll-devices.md",
"redirect_url": "/autopilot/tutorial/autopilot-scenarios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/policy-map-between-basic-mobility-security-intune.md",
"redirect_url": "/mem/intune/fundamentals/migrate-to-intune",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-drive-adoption.md",
"redirect_url": "/mem/intune/protect/conditional-access",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-configure-policies.md",
"redirect_url": "/mem/intune/fundamentals/get-started-with-intune",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide.md",
"redirect_url": "/mem/intune/fundamentals/get-started-with-intune",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/introduction-intune-government.md",
"redirect_url": "/mem/intune/fundamentals/intune-govt-service-description",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-apps-ios.md",
"redirect_url": "/mem/intune/user-help/use-managed-apps-on-your-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-mam-apps-ios.md",
"redirect_url": "/mem/intune/user-help/use-managed-apps-on-your-device-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-apps-windows.md",
"redirect_url": "/mem/intune/user-help/install-apps-cpapp-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-apps-android.md",
"redirect_url": "/mem/intune/user-help/use-managed-apps-on-your-device-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-educate.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-enroll.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment-ios-ipados",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/android-enroll.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/enrollment-method-capab.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/configuration/use-enterprise-sso-plug-in-ios-ipados-macos-with-jamf-pro.md",
"redirect_url": "/mem/intune/configuration/use-enterprise-sso-plug-in-ios-ipados-macos",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/ios-ipados-framework-deployment-methodology.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/device-enrollment.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/framework-deployment-methodology.md",
"redirect_url": "/mem/intune/enrollment/android-configuration-framework",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/windows-enrollment-methods.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enroll",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/enrollment-options.md",
"redirect_url": "/mem/intune/enrollment/device-enrollment",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/device-management-capabilities.md",
"redirect_url": "/mem/intune/enrollment/device-enrollment",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/send-errors-to-your-it-admin-ios.md",
"redirect_url": "/mem/intune/user-help/send-logs-to-microsoft-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/send-logs-to-microsoft-android.md",
"redirect_url": "/mem/intune/user-help/send-logs-to-your-it-admin-by-email-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/endpoint-manager-getting-started.md",
"redirect_url": "/mem/intune/fundamentals/get-started-with-intune",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/developer/app-sdk-android.md",
"redirect_url": "/mem/intune/developer/app-sdk-android-phase1",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/developer/app-sdk-ios.md",
"redirect_url": "/mem/intune/developer/app-sdk-ios-phase1",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/developer/app-sdk-android-testing-guide.md",
"redirect_url": "/mem/intune/developer/app-sdk-android-phase1",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-company-portal-messages.md",
"redirect_url": "/mem/intune/user-help/sign-in-to-the-company-portal",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-device-is-noncompliant-cant-evaluate.md",
"redirect_url": "/mem/intune/user-help/",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-company-portal-app-windows.md",
"redirect_url": "/mem/intune/user-help/install-a-new-version-of-the-company-portal-app",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-install-the-Company-Portal-app-and-enroll-your-device-in-intune-ios.md",
"redirect_url": "/mem/intune/user-help/use-managed-devices-to-get-work-done",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/how-to-set-the-period-before-your-android-device-is-locked.md",
"redirect_url": "/mem/intune/user-help/set-the-amount-of-time-before-your-device-is-locked-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/how-to-reconnect-a-compromised-android-device.md",
"redirect_url": "/mem/intune/user-help/your-device-is-rooted-and-you-cant-connect-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/how-to-encrypt-your-windows-device.md",
"redirect_url": "https://support.microsoft.com/windows/turn-on-device-encryption-0c453637-bc88-5f74-5105-741561aae838",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/end-user-mam-apps-android.md",
"redirect_url": "/mem/intune/user-help/use-managed-apps-on-your-device-android",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/configuration/vpn-settings-windows-phone-8-1.md",
"redirect_url": "https://support.microsoft.com/windows/windows-phone-8-1-end-of-support-faq-7f1ef0aa-0aaf-0747-3724-5c44456778a3",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/configuration/email-settings-windows-phone-8-1.md",
"redirect_url": "https://support.microsoft.com/windows/windows-phone-8-1-end-of-support-faq-7f1ef0aa-0aaf-0747-3724-5c44456778a3",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/configuration/device-restrictions-windows-phone-8-1.md",
"redirect_url": "https://support.microsoft.com/windows/windows-phone-8-1-end-of-support-faq-7f1ef0aa-0aaf-0747-3724-5c44456778a3",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/configuration/custom-settings-windows-phone-8-1.md",
"redirect_url": "https://support.microsoft.com/windows/windows-phone-8-1-end-of-support-faq-7f1ef0aa-0aaf-0747-3724-5c44456778a3",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/store-apps-windows-phone-8-1.md",
"redirect_url": "/mem/intune/apps/apps-add",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/lob-apps-windows-phone.md",
"redirect_url": "/mem/intune/apps/apps-add",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/set-or-change-your-password-windows.md",
"redirect_url": "https://support.microsoft.com/windows/windows-sign-in-options-and-account-protection-7b34d4cf-794f-f6bd-ddcc-e73cdf1a6fbf",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-update-your-windows-device.md",
"redirect_url": "https://support.microsoft.com/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/update-device-outlook-ios.md",
"redirect_url": "/mem/intune/user-help/",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/update-device-outlook-android.md",
"redirect_url": "/mem/intune/user-help/",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-turn-off-unknown-sources-android.md",
"redirect_url": "/mem/intune/user-help/",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-enable-windows-encryption.md",
"redirect_url": "https://support.microsoft.com/windows/device-encryption-in-windows-ad5dcf4b-dbe0-2331-228f-7925c2a3012d",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/encrypt-your-device-windows.md",
"redirect_url": "https://support.microsoft.com/windows/device-encryption-in-windows-ad5dcf4b-dbe0-2331-228f-7925c2a3012d",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/using-your-windows-device-with-intune.md",
"redirect_url": "/mem/intune/user-help/enroll-windows-10-device",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/turn-off-microsoft-data-collection-macos.md",
"redirect_url": "/mem/intune/user-help/intune-company-portal-preferences-macos",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/send-logs-to-your-it-admin-using-cable-android.md",
"redirect_url": "/mem/intune/user-help/send-logs-to-your-it-admin-by-email-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/tutorial-walkthrough-intune-portal.md",
"redirect_url": "/mem/intune/fundamentals/tutorial-walkthrough-endpoint-manager",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-communication-plan.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-campaign.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-intune-setup",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-considerations.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-enrollment-ios-ipados",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-cycle.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-setup.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-intune-setup",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/fundamentals/migration-guide-prepare.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-resources.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-test-validation.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-onboarding.md",
"redirect_url": "/mem/intune/fundamentals/deployment-guide-intune-setup",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-design.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-support-plan.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-communication-plan.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-rollout-plan.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-requirements.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-scenarios.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide-deployment-goals.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/planning-guide.md",
"redirect_url": "/mem/intune/fundamentals/intune-planning-guide",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/about-cp-app-for-windows-10.md",
"redirect_url": "/mem/intune/user-help/what-happens-if-you-install-the-company-portal-app-and-enroll-your-device-in-intune-windows",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-unenroll-your-device-from-intune-android.md",
"redirect_url": "/mem/intune/user-help/unenroll-your-device-from-intune-android",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-reset-your-device-using-the-company-portal-windows.md",
"redirect_url": "/mem/intune/user-help/reset-device-company-portal-website",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/windows-enrollment-company-portal.md",
"redirect_url": "/mem/intune/user-help/enroll-windows-10-device",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-unenroll-your-device-from-intune-windows.md",
"redirect_url": "/mem/intune/user-help/unenroll-your-device-from-intune-windows",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/install-office-windows.md",
"redirect_url": "/mem/intune/user-help/install-apps-cpapp-windows",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/troubleshoot-your-device-windows.md",
"redirect_url": "/mem/intune/user-help/help-support-windows-cpapp",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/troubleshoot-your-device-macos.md",
"redirect_url": "/mem/intune/user-help/send-errors-macos",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/you-get-an-error-while-using-the-company-portal-app-ios.md",
"redirect_url": "/mem/intune/user-help/send-logs-to-microsoft-ios",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/using-your-iOS-device-with-intune.md",
"redirect_url": "/mem/intune/user-help/use-managed-devices-to-get-work-done",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-unenroll-your-device-from-intune-ios.md",
"redirect_url": "/mem/intune/user-help/unenroll-your-device-from-intune-ios",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/troubleshoot-your-device-iOS.md",
"redirect_url": "/mem/intune/user-help/send-errors-to-your-it-admin-ios",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/unenroll-your-device-from-intune-if-you-decline-terms-of-use-android.md",
"redirect_url": "/mem/intune/user-help/unenroll-your-device-from-intune-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/reset-erase-your-device-cpwebsite.md",
"redirect_url": "/mem/intune/user-help/reset-device-company-portal-website",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/reset-device-cp-app.md",
"redirect_url": "/mem/intune/user-help/reset-device-company-portal-windows",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/what-happens-if-you-reset-your-device-using-the-company-portal-android.md",
"redirect_url": "/mem/intune/user-help/reset-device-company-portal-android",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/install-company-portal-app-android.md",
"redirect_url": "/mem/intune/user-help/enroll-device-android-company-portal",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/install-and-sign-in-to-the-intune-company-portal-app-ios.md",
"redirect_url": "/mem/intune/user-help/sign-in-to-the-company-portal",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/you-need-to-resolve-a-threat-found-by-mtd-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-need-to-resolve-a-threat-found-by-mtd-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-zips-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-zips-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-skycure-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-skycure-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-sandblast-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-sandblast-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-lookout-for-work-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-lookout-for-work-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": true
},
{
"source_path": "memdocs/intune/user-help/enroll-your-wp81-windows.md",
"redirect_url": "https://support.microsoft.com/help/4036480/windows-phone-8-1-end-of-support-faq",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-mtd-ios.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/you-are-prompted-to-install-mtd-android.md",
"redirect_url": "/mem/intune/user-help/set-up-mobile-threat-defense",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/apps/app-configuration-managed-browser.md",
"redirect_url": "/mem/intune/apps/manage-microsoft-edge",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/apps/deploy-use/update-and-retire-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/management-tasks-applications",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/osd/deploy-use/windows-autopilot-for-existing-devices.md",
"redirect_url": "/autopilot/existing-devices",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/enrollment-autopilot.md",
"redirect_url": "/autopilot/enrollment-autopilot",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/enrollment/windows-autopilot-hybrid.md",
"redirect_url": "/autopilot/windows-autopilot-hybrid",
"redirect_document_id": false
},
{
"source_path": "memdocs/autopilot/autopilot-update.md",
"redirect_url": "/autopilot/",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/misc/whats-new-endpoint-analytics.md",
"redirect_url": "/mem/analytics/whats-new",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/misc/user-experience-analytics-preview.md",
"redirect_url": "/mem/analytics/overview",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/protect/deploy-use/windows-defender-advanced-threat-protection.md",
"redirect_url": "/mem/configmgr/protect/deploy-use/defender-advanced-threat-protection",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/tenant-attach/technical-reference.md",
"redirect_url": "/mem/configmgr/tenant-attach/troubleshoot",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/plan-design/security/privacy-statement-cmdlet-library.md",
"redirect_url": "/powershell/sccm/privacy-statement?view=sccm-ps",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/develop/core/understand/getting-started-with-configuration-manager-and-windows-powershell.md",
"redirect_url": "/powershell/sccm/overview?view=sccm-ps",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/develop/core/understand/windows-powershell-basics.md",
"redirect_url": "/powershell/scripting/learn/ps101/00-introduction?view=powershell-7",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/develop/core/understand/connecting-to-configuration-manager-with-windows-powershell.md",
"redirect_url": "/powershell/sccm/overview?view=sccm-ps",
"redirect_document_id": false
},
{
"source_path": "memdocs/autopilot/demonstrate-deployment-on-vm.md",
"redirect_url": "/windows/deployment/windows-autopilot/demonstrate-deployment-on-vm",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/user-help/your-device-is-missing-a-preinstalled-certificate-android.md",
"redirect_url": "/mem/intune/user-help/your-device-is-missing-an-IT-required-certificate-android",
"redirect_document_id": false
},
{
"source_path": "memdocs/autopilot/windows-autopilot-requirements.md",
"redirect_url": "/autopilot/requirements",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/protect/security-baseline-settings-mdm.md",
"redirect_url": "/mem/intune/protect/security-baseline-settings-mdm-all",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/protect/security-baseline-settings-mdm-archive.md",
"redirect_url": "/mem/intune/protect/security-baseline-settings-mdm-all",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/manage/cmg/certificates-for-cloud-management-gateway.md",
"redirect_url": "/mem/configmgr/core/clients/manage/cmg/server-auth-cert",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/protect/certficates-pfx-configure.md",
"redirect_url": "/mem/intune/protect/certificates-pfx-configure",
"redirect_document_id": false
},
{
"source_path": "memdocs/autopilot/white-glove.md",
"redirect_url": "/autopilot/pre-provision",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/use-docs.md",
"redirect_url": "/mem/use-docs",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/understand/use-docs.md",
"redirect_url": "/mem/use-docs",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/manage-windows-pcs-with-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/pc-management-comparison.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/install-the-windows-pc-client-with-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/common-windows-pc-management-tasks-with-the-microsoft-intune-computer-client.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/use-policies-to-simplify-windows-pc-management.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/view-hardware-and-software-inventory-for-windows-pcs-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/retire-a-windows-pc-with-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/manage-user-device-linking-for-windows-pcs-with-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/request-and-provide-remote-assistance-for-windows-pcs-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/policies-to-protect-windows-pcs-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/keep-windows-pcs-up-to-date-with-software-updates-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/help-protect-windows-pcs-using-windows-firewall-policies-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/help-secure-windows-pcs-with-endpoint-protection-for-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/add-apps-for-windows-pcs-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/manage-license-agreements-for-windows-pc-software-in-microsoft-intune.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/resolve-gpo-and-microsoft-intune-policy-conflicts.md",
"redirect_url": "/mem/intune/fundamentals/intune-legacy-pc-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/intune/fundamentals/get-support.md",
"redirect_url": "/mem/get-support",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/apps/get-started/creating-linux-and-unix-server-applications.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/deploy/plan/planning-for-client-deployment-to-linux-and-unix-computers.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/deploy/deploy-clients-to-unix-and-linux-servers.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/deploy/linux-and-unix-clients-technical-reference.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/manage/monitor-clients-for-linux-and-unix-servers.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/manage/manage-clients-for-linux-and-unix-servers.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/manage/inventory/hardware-inventory-for-linux-and-unix.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/configmgr/core/clients/manage/upgrade/upgrade-clients-for-linux-and-unix-servers.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-client",
"redirect_document_id": false
},
{
"source_path": "memdocs/analytics/whats-new.md",
"redirect_url": "/mem/analytics/overview",