-
Notifications
You must be signed in to change notification settings - Fork 361
/
.openpublishing.redirection.json
10255 lines (10255 loc) · 672 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": "sccm/compliance/plan-design/common-tasks-for-managing-compliance-on-devices-not-running-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/configuration-items-for-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/create-configuration-items-for-ios-and-mac-os-x-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/create-configuration-items-for-windows-8.1-and-windows-10-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/create-configuration-items-for-windows-8.1-and-windows-10-devices-managed-without-the-client",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/create-configuration-items-for-windows-phone-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/create-configuration-items-for-android-and-samsung-knox-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/configure-and-deploy-lookout-for-work-apps.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/configure-endpoint-protection.md",
"redirect_url": "/mem/configmgr/protect/deploy-use/endpoint-protection-configure",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/create-exchange-activesync-profiles.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/create-compliance-policy.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/create-pfx-certificate-profiles.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/create-pfx-certificate-profiles",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/device-compliance-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/enable-device-threat-protection-rule-compliance-policy.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/enable-lookout-connection-in-intune.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/introduction-to-email-profiles.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-access-based-on-device-network-app-risk.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-access-to-services.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-access-to-o365-services-for-pcs-managed-by-sccm.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-dynamics-crm-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-sharepoint-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-email-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/manage-skype-for-business-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/set-up-your-subscription-with-lookout.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/troubleshoot-lookout-integration.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/deploy-use/configure-ios-apps-with-app-configuration-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/deploy-use/manage-internet-access-using-managed-browser-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/deploy-use/manage-volume-purchased-ios-apps.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/deploy-use/protect-apps-using-mam-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/get-started/creating-android-applications.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/get-started/creating-ios-applications.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/apps/get-started/creating-windows-phone-applications.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/management-tasks-applications#bkmk_winphone",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-applications.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/deploy/plan/plan-for-managing-internet-based-clients.md",
"redirect_url": "/mem/configmgr/core/clients/manage/plan-internet-based-client-management",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/inventory/mobile-device-hardware-inventory-hybrid.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/core/plan-design/changes/removed-and-deprecated-features.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/plan-cloud-management-gateway.md",
"redirect_url": "/mem/configmgr/core/clients/manage/cmg/plan-cloud-management-gateway",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/setup-cloud-management-gateway.md",
"redirect_url": "/mem/configmgr/core/clients/manage/cmg/setup-cloud-management-gateway",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/monitor-clients-cloud-management-gateway.md",
"redirect_url": "/mem/configmgr/core/clients/manage/cmg/monitor-clients-cloud-management-gateway",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-mp-interface.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/sdk-redistributables",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-client-messaging.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/sdk-redistributables",
"redirect_document_id": false
},
{
"source_path": "sccm/mdt/whats-new-in-mdt.md",
"redirect_url": "/mem/configmgr/mdt/release-notes",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/understand/backup-and-recovery.md",
"redirect_url": "/mem/configmgr/core/servers/manage/backup-and-recovery",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/understand/recover-sites.md",
"redirect_url": "/mem/configmgr/core/servers/manage/recover-sites",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/understand/unattended-recovery.md",
"redirect_url": "/mem/configmgr/core/servers/manage/unattended-recovery",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/understand/settings-to-manage-high-risk-deployments.md",
"redirect_url": "/mem/configmgr/core/servers/manage/settings-to-manage-high-risk-deployments",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/understand/high-availability-options.md",
"redirect_url": "/mem/configmgr/core/servers/deploy/configure/high-availability-options",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/plan-design/scap/import-scap-compliance-settings.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures#unsupported-and-removed-features",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/configuration-manager-mobile-threat-defense.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/osd/understand/task-sequence-action-variables.md",
"redirect_url": "/mem/configmgr/osd/understand/task-sequence-variables",
"redirect_document_id": false
},
{
"source_path": "sccm/osd/understand/task-sequence-built-in-variables.md",
"redirect_url": "/mem/configmgr/osd/understand/task-sequence-variables",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/deploy-use/cryptographic-controls-technical-reference.md",
"redirect_url": "/mem/configmgr/core/plan-design/security/cryptographic-controls-technical-reference",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/upgrade/upgrade-analytics.md",
"redirect_url": "/mem/configmgr/core/clients/manage/upgrade-readiness",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/sync-data-microsoft-operations-management-suite.md",
"redirect_url": "https://docs.microsoft.com/azure/azure-monitor/platform/collect-sccm",
"redirect_document_id": false
},
{
"source_path": "sccm/develop/reference/core/clients/deploy/sms_clientbaseline-sever-wmi-class.md",
"redirect_url": "/mem/configmgr/develop/reference/core/clients/deploy/sms_clientbaseline-server-wmi-class",
"redirect_document_id": false
},
{
"source_path": "sccm/core/plan-design/hierarchy/manage-accounts-to-access-content.md",
"redirect_url": "/mem/configmgr/core/plan-design/hierarchy/accounts",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/co-management-overview.md",
"redirect_url": "/mem/configmgr/comanage/overview",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/co-management-prepare.md",
"redirect_url": "/mem/configmgr/comanage/how-to-prepare-Win10",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/co-management-switch-workloads.md",
"redirect_url": "/mem/configmgr/comanage/how-to-switch-workloads",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/co-management-dashboard.md",
"redirect_url": "/mem/configmgr/comanage/how-to-monitor",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/deploy-use/configuration-items-for-devices-managed-with-the-client.md",
"redirect_url": "/mem/configmgr/compliance/deploy-use/create-configuration-items",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/operations-and-maintenance-for-queries.md",
"redirect_url": "/mem/configmgr/core/servers/manage/introduction-to-queries",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/queries-technical-reference.md",
"redirect_url": "/mem/configmgr/core/servers/manage/introduction-to-queries",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/monitor-hierarchy-and-replication-infrastructure.md",
"redirect_url": "/mem/configmgr/core/servers/manage/monitor-hierarchy",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/data-transfers-between-sites.md",
"redirect_url": "/mem/configmgr/core/plan-design/hierarchy/data-transfers-between-sites",
"redirect_document_id": false
},
{
"source_path": "sccm/desktop-analytics/compat-risk.md",
"redirect_url": "/mem/configmgr/desktop-analytics/compat-assessment",
"redirect_document_id": false
},
{
"source_path": "sccm/develop/reference/core/servers/console/console-command-line-options.md",
"redirect_url": "/mem/configmgr/core/servers/manage/admin-console#command-line-options",
"redirect_document_id": false
},
{
"source_path": "sccm/core/clients/manage/sync-data-log-analytics.md",
"redirect_url": "https://docs.microsoft.com/azure/azure-monitor/platform/collect-sccm?context=sccm/core/context/core-context",
"redirect_document_id": false
},
{
"source_path": "sccm/core/plan-design/hierarchy/delivery-optimization-in-network-cache.md",
"redirect_url": "/mem/configmgr/core/plan-design/hierarchy/microsoft-connected-cache",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/deploy/configure/troubleshoot-delivery-optimization-in-network-cache.md",
"redirect_url": "/mem/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-evaluation.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-center-configuration-manager-evaluation",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-technical-preview.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-center-configuration-manager-technical-preview",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-endpoint-protection-evaluation.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-center-endpoint-protection-evaluation",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-sql-server-2016-express.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-sql-server-2016-express",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/third-party-notices.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/third-party-notices",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-sql-server-2012-native-client.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-sql-server-2012-native-client",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-sql-server-2014-express.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-sql-server-2014-express",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/sql-server-branded-components-included.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/sql-server-branded-components-included",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-sdk-redistributables.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/sdk-redistributables",
"redirect_document_id": false
},
{
"source_path": "sccm/core/understand/frequently-asked-questions-about-diagnostics-and-usage-data.md",
"redirect_url": "/mem/configmgr/core/plan-design/diagnostics/frequently-asked-questions",
"redirect_document_id": false
},
{
"source_path": "sccm/mdt/sccm-guide.md",
"redirect_url": "/mem/configmgr/mdt/configmgr-guide",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/understand/hybrid-mobile-device-management.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/understand/whats-new-hybrid-archive.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/understand/whats-new-in-hybrid-mobile-device-management.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/understand/choose-between-standalone-intune-and-hybrid-mobile-device-management.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/plan-design/plan-hybrid-mobile-device-management.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/plan-design/supported-device-platforms-for-hybrid.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/plan-design/device-enrollment-methods.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/setup-hybrid-mdm.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-mdm-collection.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/confirm-dns.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/configure-intune-subscription.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/terms-and-conditions.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-service-connection-point.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enable-platform-enrollment.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-hybrid-ios-mac.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-hybrid-windows.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-hybrid-android.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/set-up-additional-management.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/verify-mdm-configuration.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-user-owned-devices.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-company-owned-devices.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/ios-device-enrollment-program-for-hybrid.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/ios-hybrid-enrollment-using-apple-configurator.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enroll-devices-with-device-enrollment-manager.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/predeclare-devices-with-hardware-id.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-ios-activation-lock.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/user-affinity-for-hybrid-managed-devices.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/mobile-device-hardware-inventory-hybrid.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/software-inventory-mobile-devices.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-configuration-items-for-ios-and-mac-os-x-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-configuration-items-for-android-and-samsung-knox-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-configuration-items-for-android-for-work-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/sync-intune-device.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/creating-ios-applications.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/configure-ios-apps-with-app-configuration-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-volume-purchased-ios-apps.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/creating-android-applications.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/configure-android-apps-with-app-configuration-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/protect-apps-using-mam-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-internet-access-using-managed-browser-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-intune-subscriptions.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/change-mdm-authority.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/migrate-hybridmdm-to-intunesa.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/migrate-import-data.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/migrate-prepare-intune.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/migrate-mixed-authority.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/migrate-change-mdm-authority.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-access-to-services.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/device-compliance-policies.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/actions-for-noncompliance.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-compliance-policy.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-email-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-sharepoint-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-skype-for-business-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-dynamics-crm-online-access.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-access-to-o365-services-for-pcs-managed-by-sccm.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/mobile-threat-defense.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/lookout-mobile-threat-defense-in-configuration-manager.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/set-up-your-subscription-with-lookout.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enable-lookout-connection-in-intune.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/configure-and-deploy-lookout-for-work-apps.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/enable-device-threat-protection-rule-compliance-policy.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/troubleshoot-lookout-integration.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/monitor-mobile-threat-defense-compliance.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/get-started/set-up-intune-subscription-on-premises-mdm.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/comanage/quickstart-migrate-hybrid-mdm.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/get-started/preparation-steps-for-on-premises-mdm.md",
"redirect_url": "/mem/configmgr/mdm/plan-design/plan-on-premises-mdm",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/onprem-manage-devices.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/wipe-lock-reset-devices",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/onprem-manage-applications.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/management-tasks-applications",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/creating-windows-phone-applications.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/management-tasks-applications#bkmk_winphone",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/windows-store-for-business.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/manage-apps-from-the-windows-store-for-business",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/manage-compliance-settings.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-configuration-items-for-windows-phone-devices-managed-without-the-client.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/onprem-protect-data-devices.md",
"redirect_url": "/mem/configmgr/mdm/deploy-use/create-pfx-certificate-profiles",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-exchange-activesync-profiles.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/plan-design/prerequisites-for-email-profiles.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/protect/plan-design/security-and-privacy-for-email-profiles.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/windows-hello-for-business-settings.md",
"redirect_url": "/mem/configmgr/mdm/understand/what-happened-to-hybrid",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-wifi-profiles.md",
"redirect_url": "/mem/configmgr/protect/deploy-use/create-wifi-profiles",
"redirect_document_id": false
},
{
"source_path": "sccm/mdm/deploy-use/create-vpn-profiles.md",
"redirect_url": "/mem/configmgr/protect/deploy-use/vpn-profiles",
"redirect_document_id": false
},
{
"source_path": "sccm/core/plan-design/diagnostics/customer-experience-improvement-program-ceip.md",
"redirect_url": "/mem/configmgr/core/plan-design/diagnostics/diagnostics-and-usage-data",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-sql-server-2014-shared-management-objects.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-sql-server-2014-shared-management-objects",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-sql-server-compact-4.0-service-pack-1-sp1.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-sql-server-compact-4.0-service-pack-1-sp1",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager-supplemental-hotfix.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/supplemental-hotfix",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-configuration-manager.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-center-configuration-manager",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-center-endpoint-protection.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-center-endpoint-protection",
"redirect_document_id": false
},
{
"source_path": "sccm/core/misc/eula/microsoft-system-clr-types-for-microsoft-sql-server-2014.md",
"redirect_url": "https://docs.microsoft.com/legal/configmgr/microsoft-system-clr-types-for-microsoft-sql-server-2014",
"redirect_document_id": false
},
{
"source_path": "sccm/sum/get-started/remove-a-software-update-point.md",
"redirect_url": "/mem/configmgr/core/servers/deploy/install/uninstall-sites-and-hierarchies#bkmk_role",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/plan-design/scap/about-scap.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures#unsupported-and-removed-features",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/plan-design/scap/install-configure-scap.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures#unsupported-and-removed-features",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/plan-design/scap/deploy-monitor-export.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures#unsupported-and-removed-features",
"redirect_document_id": false
},
{
"source_path": "sccm/compliance/plan-design/scap/troubleshooting-scap.md",
"redirect_url": "/mem/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures#unsupported-and-removed-features",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/best-practices-for-reporting.md",
"redirect_url": "/mem/configmgr/core/servers/manage/planning-for-reporting#reporting-recommendations",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/security-and-privacy-for-reporting.md",
"redirect_url": "/mem/configmgr/core/servers/manage/planning-for-reporting#security-and-privacy",
"redirect_document_id": false
},
{
"source_path": "sccm/core/servers/manage/reporting.md",
"redirect_url": "/mem/configmgr/core/servers/manage/introduction-to-reporting",
"redirect_document_id": false
}, {
"source_path": "sccm/index.yml",
"redirect_url": "/mem/configmgr/",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/index.yml",
"redirect_url": "/mem/configmgr/apps/",
"redirect_document_id": true
}, {
"source_path": "sccm/",
"redirect_url": "/mem/configmgr/",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/app-approval.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/app-approval",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/create-app-groups.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/create-app-groups",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/create-app-v-virtual-environments.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/create-app-v-virtual-environments",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/create-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/create-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/create-deploy-scripts.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/create-deploy-scripts",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/create-global-conditions.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/create-global-conditions",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/deploy-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/deploy-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/deploy-edge.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/deploy-edge",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/import-export-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/import-export-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/install-app-for-device.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/install-app-for-device",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/learn-script-security.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/learn-script-security",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/link-users-and-devices-with-user-device-affinity.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/link-users-and-devices-with-user-device-affinity",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/manage-apps-from-the-windows-store-for-business.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/manage-apps-from-the-windows-store-for-business",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/management-tasks-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/management-tasks-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/monitor-app-usage-with-software-metering.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/monitor-app-usage-with-software-metering",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/monitor-applications-from-the-console.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/monitor-applications-from-the-console",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/package-definition-files.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/package-definition-files",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/packages-and-programs.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/packages-and-programs",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/revise-and-supersede-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/revise-and-supersede-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/share-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/share-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/simulate-application-deployments.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/simulate-application-deployments",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/troubleshoot-application-deployment.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/troubleshoot-application-deployment",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/troubleshoot-microsoft-store-for-business-integration.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/troubleshoot-microsoft-store-for-business-integration",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/uninstall-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/uninstall-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/deploy-use/update-and-retire-applications.md",
"redirect_url": "/mem/configmgr/apps/deploy-use/update-and-retire-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/get-started/create-and-deploy-an-application.md.md",
"redirect_url": "/mem/configmgr/apps/get-started/create-and-deploy-an-application.md",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/get-started/creating-linux-and-unix-server-applications.md",
"redirect_url": "/mem/configmgr/apps/get-started/creating-linux-and-unix-server-applications",
"redirect_document_id": true
}, {
"source_path": "sccm/apps/get-started/creating-mac-computer-applications.md",
"redirect_url": "/mem/configmgr/apps/get-started/creating-mac-computer-applications",
"redirect_document_id": true