-
Notifications
You must be signed in to change notification settings - Fork 2k
/
.openpublishing.redirection.json
14409 lines (14409 loc) · 694 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": "devices/hololens/holographic-photos-and-video.md",
"redirect_url": "/hololens/holographic-photos-and-videos",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-clicker-restart-recover.md",
"redirect_url": "/hololens/hololens1-clicker#restart-or-recover-the-clicker",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-clicker.md",
"redirect_url": "/hololens/hololens1-clicker",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-find-and-save-files.md",
"redirect_url": "/hololens/holographic-data",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-get-apps.md",
"redirect_url": "/hololens/holographic-store-apps",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-install-apps.md",
"redirect_url": "/hololens/holographic-store-apps",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-install-localized.md",
"redirect_url": "/hololens/hololens1-install-localized",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-management-overview.md",
"redirect_url": "/hololens",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-microsoft-dynamics-365-layout-app.md",
"redirect_url": "/dynamics365/mixed-reality/layout/",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-microsoft-layout-app.md",
"redirect_url": "/hololens/hololens-microsoft-dynamics-365-layout-app",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-microsoft-remote-assist-app.md",
"redirect_url": "/dynamics365/mixed-reality/remote-assist/",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-public-preview-apps.md",
"redirect_url": "/dynamics365/#pivot=mixed-reality-apps",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-restart-recover.md",
"redirect_url": "/hololens/hololens-recovery",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-setup.md",
"redirect_url": "/hololens/hololens1-setup",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-spaces-on-hololens.md",
"redirect_url": "/hololens/hololens-spaces",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-upgrade-enterprise.md",
"redirect_url": "/hololens/hololens-requirements#upgrade-to-windows-holographic-for-business",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-use-apps.md",
"redirect_url": "/hololens/holographic-home#using-apps-on-hololens",
"redirect_document_id": false
},
{
"source_path": "devices/hololens/hololens-whats-new.md",
"redirect_url": "/hololens/hololens-release-notes",
"redirect_document_id": false
},
{
"source_path": "devices/surface-hub/i-am-done-finishing-your-surface-hub-meeting.md",
"redirect_url": "/surface-hub/finishing-your-surface-hub-meeting",
"redirect_document_id": false
},
{
"source_path": "devices/surface-hub/intro-to-surface-hub.md",
"redirect_url": "/surface-hub/index",
"redirect_document_id": false
},
{
"source_path": "devices/surface-hub/manage-settings-with-local-admin-account-surface-hub.md",
"redirect_url": "/surface-hub/admin-group-management-for-surface-hub",
"redirect_document_id": false
},
{
"source_path": "devices/surface-hub/provisioning-packages-for-certificates-surface-hub.md",
"redirect_url": "/surface-hub/provisioning-packages-for-surface-hub",
"redirect_document_id": false
},
{
"source_path": "devices/surface-hub/surface-hub-administrators-guide.md",
"redirect_url": "/surface-hub/index",
"redirect_document_id": false
},
{
"source_path": "devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md",
"redirect_url": "/surface/manage-surface-driver-and-firmware-updates",
"redirect_document_id": false
},
{
"source_path": "devices/surface/manage-surface-dock-firmware-updates.md",
"redirect_url": "/surface/indexdevices/surface/update",
"redirect_document_id": false
},
{
"source_path": "devices/surface/manage-surface-pro-3-firmware-updates.md",
"redirect_url": "/surface/manage-surface-driver-and-firmware-updates",
"redirect_document_id": false
},
{
"source_path": "devices/surface/surface-device-compatibility-with-windows-10-ltsb.md",
"redirect_url": "/surface/surface-device-compatibility-with-windows-10-ltsc",
"redirect_document_id": false
},
{
"source_path": "devices/surface/surface-diagnostic-toolkit.md",
"redirect_url": "/surface/index",
"redirect_document_id": false
},
{
"source_path": "devices/surface/surface-dock-updater.md",
"redirect_url": "/surface/surface-dock-firmware-update",
"redirect_document_id": false
},
{
"source_path": "devices/surface/update.md",
"redirect_url": "/surface/manage-surface-driver-and-firmware-updates",
"redirect_document_id": false
},
{
"source_path": "devices/surface/using-the-sda-deployment-share.md",
"redirect_url": "/surface/microsoft-surface-deployment-accelerator",
"redirect_document_id": false
},
{
"source_path": "security/threat-protection/windows-defender-application-control/signing-policies-with-signtool.md",
"redirect_url": "/windows/security/threat-protection/windows-defender-application-control/use-signed-policies-to-protect-windows-defender-application-control-against-tampering",
"redirect_document_id": false
},
{
"source_path": "smb/cloud-mode-business-setup.md",
"redirect_url": "https://techcommunity.microsoft.com/t5/small-and-medium-business-blog/bg-p/Microsoft365BusinessBlog",
"redirect_document_id": false
},
{
"source_path": "smb/index.md",
"redirect_url": "https://techcommunity.microsoft.com/t5/small-and-medium-business-blog/bg-p/Microsoft365BusinessBlog",
"redirect_document_id": false
},
{
"source_path": "surface/step-by-step-surface-deployment-accelerator.md",
"redirect_url": "/surface/microsoft-surface-deployment-accelerator",
"redirect_document_id": false
},
{
"source_path": "windows-defender-antivirus/microsoft-defender-atp-mac-install-with-intune.md",
"redirect_url": "/microsoft-365/security/defender-endpoint/mac-install-with-intune",
"redirect_document_id": false
},
{
"source_path": "windows-docs-pr/windows/client-management/mdm/remotering-csp.md",
"redirect_url": "/windows/client-management/mdm/configuration-service-provider-reference",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/access-control.md",
"redirect_url": "/windows/security/identity-protection/access-control/access-control",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/active-directory-accounts.md",
"redirect_url": "/windows/security/identity-protection/access-control/active-directory-accounts",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/active-directory-security-groups.md",
"redirect_url": "/windows/security/identity-protection/access-control/active-directory-security-groups",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/dynamic-access-control.md",
"redirect_url": "/windows-server/identity/solution-guides/dynamic-access-control-overview",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/local-accounts.md",
"redirect_url": "/windows/security/identity-protection/access-control/local-accounts",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/microsoft-accounts.md",
"redirect_url": "/windows/security/identity-protection/access-control/microsoft-accounts",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/security-identifiers.md",
"redirect_url": "/windows/security/identity-protection/access-control/security-identifiers",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/security-principals.md",
"redirect_url": "/windows/security/identity-protection/access-control/security-principals",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/service-accounts.md",
"redirect_url": "/windows/security/identity-protection/access-control/service-accounts",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/access-control/special-identities.md",
"redirect_url": "/windows/security/identity-protection/access-control/special-identities",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/change-history-for-access-protection.md",
"redirect_url": "/windows/security/identity-protection/change-history-for-access-protection",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/configure-s-mime.md",
"redirect_url": "/windows/security/identity-protection/configure-s-mime",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/additional-mitigations.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/additional-mitigations",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-considerations.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-considerations",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-how-it-works.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-how-it-works",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-known-issues.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-known-issues",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-manage.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-manage",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-not-protected-scenarios.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-not-protected-scenarios",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-protection-limits.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-protection-limits",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-requirements.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-requirements",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard-scripts.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard-scripts",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/credential-guard/credential-guard.md",
"redirect_url": "/windows/security/identity-protection/credential-guard/credential-guard",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/enterprise-certificate-pinning.md",
"redirect_url": "/windows/security/identity-protection/enterprise-certificate-pinning",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-and-password-changes.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-and-password-changes",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-biometrics-in-enterprise.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-biometrics-in-enterprise",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-adfs.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-adfs",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-deploy-mfa.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-deploy-mfa",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-policy-settings.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-policy-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-validate-ad-prereq.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-validate-ad-prereq",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-validate-deploy-mfa.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-validate-deploy-mfa",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-cert-trust-validate-pki.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-cert-trust-validate-pki",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-deployment-cert-trust.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-deployment-cert-trust",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-deployment-guide.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-deployment-guide",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-deployment-key-trust.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-deployment-key-trust",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-errors-during-pin-creation.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-event-300.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-event-300",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-features.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-features",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-how-it-works.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-how-it-works",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-new-install.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-new-install",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-trust-prereqs.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-prereqs",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-trust.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-provision.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-provision",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings-ad.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-ad",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings-adfs.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-adfs",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings-dir-sync.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-dir-sync",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings-pki.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-pki",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings-policy.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings-policy",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-cert-whfb-settings.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-whfb-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-new-install.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-new-install",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-trust-devreg.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-trust-devreg",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-trust-dirsync.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-trust-dirsync",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-trust-prereqs.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-trust-prereqs",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-trust.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-trust",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-provision.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-provision",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-settings-ad.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-settings-ad",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-settings-dir-sync.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-settings-dir-sync",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-settings-pki.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-settings-pki",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-settings-policy.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-settings-policy",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-hybrid-key-whfb-settings.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-hybrid-key-whfb-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-identity-verification.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-identity-verification",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-adfs.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-adfs",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-deploy-mfa.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-deploy-mfa",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-policy-settings.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-policy-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-validate-ad-prereq.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-validate-ad-prereq",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-validate-deploy-mfa.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-validate-deploy-mfa",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-key-trust-validate-pki.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-key-trust-validate-pki",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-manage-in-organization.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-manage-in-organization",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-overview.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-overview",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-planning-guide.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-planning-guide",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-prepare-people-to-use.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-prepare-people-to-use",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/hello-for-business/hello-why-pin-is-better-than-password.md",
"redirect_url": "/windows/security/identity-protection/hello-for-business/hello-why-pin-is-better-than-password",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/installing-digital-certificates-on-windows-10-mobile.md",
"redirect_url": "https://support.microsoft.com/windows/windows-10-mobile-end-of-support-faq-8c2dd1cf-a571-00f0-0881-bb83926d05c5",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/remote-credential-guard.md",
"redirect_url": "/windows/security/identity-protection/remote-credential-guard",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-and-remote-desktop-services.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-and-remote-desktop-services",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-architecture.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-architecture",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-certificate-propagation-service.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-certificate-propagation-service",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-certificate-requirements-and-enumeration.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-certificate-requirements-and-enumeration",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-debugging-information.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-debugging-information",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-events.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-events",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-group-policy-and-registry-settings.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-group-policy-and-registry-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-how-smart-card-sign-in-works-in-windows.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-how-smart-card-sign-in-works-in-windows",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-removal-policy-service.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-removal-policy-service",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-smart-cards-for-windows-service.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-smart-cards-for-windows-service",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-tools-and-settings.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-tools-and-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/smart-cards/smart-card-windows-smart-card-technical-reference.md",
"redirect_url": "/windows/security/identity-protection/smart-cards/smart-card-windows-smart-card-technical-reference",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/user-account-control/how-user-account-control-works.md",
"redirect_url": "/windows/security/identity-protection/user-account-control/how-user-account-control-works",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/user-account-control/user-account-control-group-policy-and-registry-key-settings.md",
"redirect_url": "/windows/security/identity-protection/user-account-control/user-account-control-group-policy-and-registry-key-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/user-account-control/user-account-control-overview.md",
"redirect_url": "/windows/security/identity-protection/user-account-control/user-account-control-overview",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/user-account-control/user-account-control-security-policy-settings.md",
"redirect_url": "/windows/security/identity-protection/user-account-control/user-account-control-security-policy-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-deploy-virtual-smart-cards.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-deploy-virtual-smart-cards",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-evaluate-security.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-evaluate-security",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-get-started.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-get-started",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-overview.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-overview",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-tpmvscmgr.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-tpmvscmgr",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-understanding-and-evaluating.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-understanding-and-evaluating",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/virtual-smart-cards/virtual-smart-card-use-virtual-smart-cards.md",
"redirect_url": "/windows/security/identity-protection/virtual-smart-cards/virtual-smart-card-use-virtual-smart-cards",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md",
"redirect_url": "/windows/security/identity-protection/vpn/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-authentication.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-authentication",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-auto-trigger-profile.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-auto-trigger-profile",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-conditional-access.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-conditional-access",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-connection-type.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-connection-type",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-guide.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-guide",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-name-resolution.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-name-resolution",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-profile-options.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-profile-options",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-routing.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-routing",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/vpn/vpn-security-features.md",
"redirect_url": "/windows/security/identity-protection/vpn/vpn-security-features",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-credential-theft-mitigation-guide-abstract.md",
"redirect_url": "/windows/security/identity-protection/windows-credential-theft-mitigation-guide-abstract",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/add-production-devices-to-the-membership-group-for-a-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/add-production-devices-to-the-membership-group-for-a-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/add-test-devices-to-the-membership-group-for-a-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/add-test-devices-to-the-membership-group-for-a-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/assign-security-group-filters-to-the-gpo.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/assign-security-group-filters-to-the-gpo",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/basic-firewall-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/basic-firewall-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/boundary-zone-gpos.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/boundary-zone-gpos",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/boundary-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/boundary-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/certificate-based-isolation-policy-design-example.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/certificate-based-isolation-policy-design-example",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/certificate-based-isolation-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/certificate-based-isolation-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/change-rules-from-request-to-require-mode.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/change-rules-from-request-to-require-mode",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-basic-firewall-settings.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-basic-firewall-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-rules-for-an-isolated-server-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-rules-for-an-isolated-server-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-boundary-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-rules-for-the-boundary-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-encryption-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-rules-for-the-encryption-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-isolated-domain.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-configuring-rules-for-the-isolated-domain",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-creating-group-policy-objects.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-creating-group-policy-objects",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-creating-inbound-firewall-rules.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-creating-inbound-firewall-rules",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-creating-outbound-firewall-rules.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-creating-outbound-firewall-rules",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-implementing-a-basic-firewall-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-implementing-a-basic-firewall-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-implementing-a-certificate-based-isolation-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-implementing-a-certificate-based-isolation-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-implementing-a-domain-isolation-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-implementing-a-domain-isolation-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/checklist-implementing-a-standalone-server-isolation-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/checklist-implementing-a-standalone-server-isolation-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-authentication-methods.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-authentication-methods",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-data-protection-quick-mode-settings.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-data-protection-quick-mode-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-group-policy-to-autoenroll-and-deploy-certificates.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-group-policy-to-autoenroll-and-deploy-certificates",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-key-exchange-main-mode-settings.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-key-exchange-main-mode-settings",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-the-rules-to-require-encryption.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-the-rules-to-require-encryption",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-the-windows-firewall-log.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-the-windows-firewall-log",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-the-workstation-authentication-certificate-template.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-the-workstation-authentication-certificate-template",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/confirm-that-certificates-are-deployed-correctly.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/confirm-that-certificates-are-deployed-correctly",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/copy-a-gpo-to-create-a-new-gpo.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/copy-a-gpo-to-create-a-new-gpo",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-a-group-account-in-active-directory.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-a-group-account-in-active-directory",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-a-group-policy-object.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-a-group-policy-object",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-authentication-exemption-list-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-authentication-exemption-list-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-authentication-request-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-authentication-request-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-inbound-icmp-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-inbound-icmp-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-inbound-port-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-inbound-port-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-inbound-program-or-service-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-inbound-program-or-service-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-outbound-port-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-outbound-port-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-an-outbound-program-or-service-rule.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-an-outbound-program-or-service-rule",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-inbound-rules-to-support-rpc.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-inbound-rules-to-support-rpc",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/create-wmi-filters-for-the-gpo.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/create-wmi-filters-for-the-gpo",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/designing-a-windows-firewall-with-advanced-security-strategy.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/designing-a-windows-firewall-with-advanced-security-strategy",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/determining-the-trusted-state-of-your-devices.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/determining-the-trusted-state-of-your-devices",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/documenting-the-zones.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/documenting-the-zones",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/domain-isolation-policy-design-example.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/domain-isolation-policy-design-example",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/domain-isolation-policy-design.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/domain-isolation-policy-design",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/enable-predefined-inbound-rules.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/enable-predefined-inbound-rules",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/enable-predefined-outbound-rules.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/enable-predefined-outbound-rules",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/encryption-zone-gpos.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/encryption-zone-gpos",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/encryption-zone.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/encryption-zone",
"redirect_document_id": false
},
{
"source_path": "windows/access-protection/windows-firewall/evaluating-windows-firewall-with-advanced-security-design-examples.md",
"redirect_url": "/windows/security/identity-protection/windows-firewall/evaluating-windows-firewall-with-advanced-security-design-examples",