forked from MicrosoftDocs/SupportArticles-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.json
10774 lines (10774 loc) · 530 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": "support/windows-server/networking/periodic-smbclient-event-id-30818.md",
"redirect_url": "/troubleshoot/windows-server/networking/troubleshoot-smb-guidance#windows-server-2012-r2-periodically-logs-SMBClient-event-id-30818",
"redirect_document_id": false
},
{
"source_path": "support/windows-server/networking/event-1-smb-witness-client-initialization.md",
"redirect_url": "/troubleshoot/windows-server/networking/troubleshoot-smb-guidance#when-you-install-windows-server-windows-logs-event-id-1",
"redirect_document_id": false
},
{
"source_path": "support/windows-server/networking/delete-active-connections-from-local-computer.md",
"redirect_url": "/troubleshoot/windows-server/networking/troubleshoot-smb-guidance#disconnecting-all-shared-resources-from-local-computer",
"redirect_document_id": false
},
{
"source_path": "support/windows-client/networking/support-policy-for-dns-client-side-caching.md",
"redirect_url": "/troubleshoot/windows-server/networking/troubleshoot-dns-guidance#support-policy-for-dns-client-side-caching-on-dns-clients",
"redirect_document_id": false
},
{
"source_path": "support/windows-server/networking/value-does-not-fall-within-the-expected-range.md",
"redirect_url": "/previous-versions/troubleshoot/windows-server/value-does-not-fall-within-the-expected-range",
"redirect_document_id": false
},
{
"source_path": "support/windows-server/virtualization/windows-server-2019-support-for-live-migration-after-installing-hyper-v-role.md",
"redirect_url": "/troubleshoot/windows-server/virtualization/troubleshoot-live-migration-guidance",
"redirect_document_id": false
},
{
"source_path": "support/dynamics-365/customer-service/omnichannel-for-customer-service/provision-fails-expired-license.md",
"redirect_url": "/troubleshoot/dynamics-365/customer-service/welcome-customer-service",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/conditional-access-and-multi-factor-authentication-in-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/administration/conditional-access-and-multi-factor-authentication-in-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-extension-package-shows-installation-failed.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/administration/flow-extension-package-shows-installation-failed",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/cannot-access-gateway-run-queue.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/cannot-access-gateway-run-queue",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/common-errors-creating-and-assigning-flow-approvals.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/common-errors-creating-and-assigning-flow-approvals",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/differences-between-flow-approval-actions.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/differences-between-flow-approval-actions",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-approval-cds-provisioning-errors.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/flow-approval-cds-provisioning-errors",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/guest-approval-email-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/guest-approval-email-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/issues-with-flow-approval-emails-in-outlook.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/issues-with-flow-approval-emails-in-outlook",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/power-automate-approval-email-information.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/approvals/power-automate-approval-email-information",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/double-click-drag-drop-are-not-working.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/double-click-drag-drop-are-not-working",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/cannot-sign-in-to-microsoft-flow-due-to-authentication-failed.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/authentication-or-sign-in/cannot-sign-in-to-microsoft-flow-due-to-authentication-failed",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-sign-in-to-onedrive-connector-when-using-office-365-account-during-flow-creation.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/authentication-or-sign-in/cannot-sign-in-to-onedrive-connector-when-using-office-365-account-during-flow-creation",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-ui-flow-invalid-credentials-error-using-aad-account.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/authentication-or-sign-in/troubleshoot-ui-flow-invalid-credentials-error-using-aad-account",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/check-if-gateway-is-the-right-region.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/check-if-gateway-is-the-right-region",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/client-request-aborted-failed-fetch.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/client-request-aborted-failed-fetch",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshooting-flow-connections.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/troubleshooting-flow-connections",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshooting-flow-custom-connectors.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/troubleshooting-flow-custom-connectors",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/unable-send-smtp-email.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/unable-send-smtp-email",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/user-does-not-have-a-service-plan-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/connections/user-does-not-have-a-service-plan-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cds-user-cannot-access-power-automate-business-process-flows-on-demand-workflows.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/dataverse-cds/cds-user-cannot-access-power-automate-business-process-flows-on-demand-workflows",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/converting-time-zone-power-automate.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/converting-time-zone-power-automate",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/dropdown-does-not-list-items-in-trigger-or-action.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/dropdown-does-not-list-items-in-trigger-or-action",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/dynamic-content-picker-missing-dynamic-content-from-previous-steps.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/dynamic-content-picker-missing-dynamic-content-from-previous-steps",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/failed-fetch-error-when-creating-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/failed-fetch-error-when-creating-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/fail-to-list-excel-online-tables-retrieving-values.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/fail-to-list-excel-online-tables-retrieving-values",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-editor-issues-recommendations.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/flow-editor-issues-recommendations",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-embed-sdk.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/flow-embed-sdk",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-management-errors-recommendations.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/flow-management-errors-recommendations",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/how-to-copy-items-between-two-sharepoint-lists-via-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/how-to-copy-items-between-two-sharepoint-lists-via-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/known-issues-power-apps-v2-trigger.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/known-issues-power-apps-v2-trigger",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/unable-to-find-excel-online-table-in-microsoft-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/unable-to-find-excel-online-table-in-microsoft-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/widget-cookies-pop-up-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-creation/widget-cookies-pop-up-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/manage-orphan-flow-when-owner-leaves-org.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-management/manage-orphan-flow-when-owner-leaves-org",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/flow-runtime-errors-recommendations.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/flow-runtime-errors-recommendations",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/getting-errors-null-fields.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/getting-errors-null-fields",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/issues-triggering-emails-with-attachments-from-shared-mailbox.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/issues-triggering-emails-with-attachments-from-shared-mailbox",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/missing-runs-or-triggers-history-for-a-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/missing-runs-or-triggers-history-for-a-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/there-is-a-problem-with-the-flows-trigger.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/there-is-a-problem-with-the-flows-trigger",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-slow-running-flows.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/flow-run-issues/troubleshoot-slow-running-flows",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/unable-create-ui-flow.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/cloud-flows/unable-create-ui-flow",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/find-which-machine-is-failing-within-a-cluster.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/find-which-machine-is-failing-within-a-cluster",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/issue-with-ui-flows-error-uiaelementnotfound.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/issue-with-ui-flows-error-uiaelementnotfound",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/key-and-mouse-click-combo-not-working.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/key-and-mouse-click-combo-not-working",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/known-limitations-selenium-ide.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/known-limitations-selenium-ide",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/multi-screen-recording-is-not-working.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/multi-screen-recording-is-not-working",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/recorder-not-recording-applications.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/recorder-not-recording-applications",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/reset-ui-flow-service-when-bad-state.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/reset-ui-flow-service-when-bad-state",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/troubleshoot-ui-flow-playback-unabletolaunchapplication.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-ui-flow-playback-unabletolaunchapplication",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/troubleshoot-unavailable-gateway-when-desktop-flows-fail.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-unavailable-gateway-when-desktop-flows-fail",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/troubleshooting-ui-flow-playback.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/troubleshooting-ui-flow-playback",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/ui-flow-inputs-not-working.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-inputs-not-working",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/ui-flow-outputs-not-working.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-outputs-not-working",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/ui-flow-playback-error-keyboardidmismatch.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-playback-error-keyboardidmismatch",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/ui-flows-cannot-launch-recorder.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/ui-flows-cannot-launch-recorder",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/desktop-flows/ui-flows-fails-uiaelementmismatch.md",
"redirect_url": "/previous-versions/troubleshoot/power-platform/power-automate/desktop-flows/ui-flows-fails-uiaelementmismatch",
"redirect_document_id": false
},
{
"source_path": "support/dynamics-365/guides/hololens-app/cant-make-video-call.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/cant-make-video-call",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/hololens-app/device-license-cant-find-guide.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/device-license-cant-find-guide",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/pc-app/anchors-3d-model-conversion-fails.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/anchors-3d-model-conversion-fails",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/pc-app/fail-to-detect-object-anchor.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/fail-to-detect-object-anchor",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/hololens-app/step-content-hazard.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/step-content-hazard",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/hololens-app/step-content-warning-memory.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/step-content-warning-memory",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/hololens-app/step-content-fail-load.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/application-functionality/step-content-fail-load",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/install-migrate/sign-in-error.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/setup-and-configuration/sign-in-error",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/install-migrate/install-update-fails.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/setup-and-configuration/install-update-fails",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/install-migrate/failed-to-import-microsoft-xrm-data-powershell.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/setup-and-configuration/failed-to-import-microsoft-xrm-data-powershell",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/guides/hololens-app/device-license-sign-in-error.md",
"redirect_url": "/troubleshoot/dynamics-365/guides/setup-and-configuration/device-license-sign-in-error",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/no-assets-admin.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/no-assets-admin",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/assets-not-appear-or-expected.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/assets-not-appear-or-expected",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/contacts-not-appear-or-expected.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/contacts-not-appear-or-expected",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/remote-assist-stops-responding.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/remote-assist-stops-responding",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/no-incoming-call-notification.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/no-incoming-call-notification",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/mixed-reality-toolbar-not-show-on-teams-call.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/application-functionality/mixed-reality-toolbar-not-show-on-teams-call",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/model-driven-app/can't-find-model-driven-app.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/setup-and-configuration/can't-find-model-driven-app",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/remote-assist-app/cannot-sign-in-to-remote-assist.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/setup-and-configuration/cannot-sign-in-to-remote-assist",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/remote-assist/model-driven-app/troubleshoot-model-driven-app-installation.md",
"redirect_url": "/troubleshoot/dynamics-365/remote-assist/setup-and-configuration/troubleshoot-model-driven-app-installation",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/dataverse-records-missing-required-fields.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/manage-apps/dataverse-records-missing-required-fields",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/wrap-issues.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/manage-apps/wrap-issues",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/unmanaged-active-layer-created-after-solution-import.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/unmanaged-active-layer-created-after-solution-import",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/entitykey-selected-attributes-already-exists.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/entitykey-selected-attributes-already-exists",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/cannot-import-solutions-publish-changes.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/cannot-import-solutions-publish-changes",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/failure-converting-to-managed-solution.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/failure-converting-to-managed-solution",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/changes-not-effective-solution-import.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/changes-not-effective-solution-import",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/concurrent-solution-operation-failures.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/concurrent-solution-operation-failures",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/duplicate-security-roles.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/duplicate-security-roles",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/dataverse-environment-variables.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/dataverse-environment-variables",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/form-not-appear-after-import.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/form-not-appear-after-import",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/full-formxml-expected-to-create-form-error.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/full-formxml-expected-to-create-form-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/multiple-publisher-shared-component-failure.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/multiple-publisher-shared-component-failure",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/label-text-not-displayed.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/label-text-not-displayed",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/maximum-row-size-exceeds.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/maximum-row-size-exceeds",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/missing-dependency-on-solution-import.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/missing-dependency-on-solution-import",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/newly-added-components-dont-appear.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/newly-added-components-dont-appear",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/primaryname-attribute-not-found.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/primaryname-attribute-not-found",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/install-failure-priviledge-not-assigned.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/install-failure-priviledge-not-assigned",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/solution-checker-enforcement-import-issues.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/solution-checker-enforcement-import-issues",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/solution-cannot-be-deleted-due-to-dependencies.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/solution-cannot-be-deleted-due-to-dependencies",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/upgrade-fails-pending-upgrade.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/upgrade-fails-pending-upgrade",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-apps/manage-apps-and-solutions/you-cannot-delete-this-form-only-fallback.md",
"redirect_url": "/troubleshoot/power-platform/power-apps/solutions/you-cannot-delete-this-form-only-fallback",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/actions-not-available.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/actions-not-available",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/agent-connectivity-issues-pad.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/agent-connectivity-issues-pad",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/automate-save-as-open-upload-dialog-box-web-browser.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/automate-save-as-open-upload-dialog-box-web-browser",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/browser-automation-error-after-chromium-update.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation-error-after-chromium-update",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/browser-blocks-cookies.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-blocks-cookies",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-access-gateway-run-queue.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-access-gateway-run-queue",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-access-java-application-elements.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-access-java-application-elements",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-access-parent-flow.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-access-parent-flow",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-automate-webpage-with-iframes.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-automate-webpage-with-iframes",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-connect-access-database-engine-ole-db.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-connect-access-database-engine-ole-db",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-create-desktop-flow-connection-from-a-shared-canvas-app.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-create-desktop-flow-connection-from-a-shared-canvas-app",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-interact-with-desktop-application.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-interact-with-desktop-application",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-record-in-vdi-environments.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-record-in-vdi-environments",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-sign-in-create-edit-save-view-desktop-flows.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-sign-in-create-edit-save-view-desktop-flows",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cannot-update-power-automate-for-desktop.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cannot-update-power-automate-for-desktop",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cloud-flow-suspended-missing-attended-rpa-capability.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cloud-flow-suspended-missing-attended-rpa-capability",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/cloud-flow-suspended-missing-unattended-rpa-capability.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/cloud-flow-suspended-missing-unattended-rpa-capability",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/communication-error-console.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/communication-error-console",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/console-not-show-desktop-flows.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/console-not-show-desktop-flows",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flow-machine-registration-troubleshooting.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-machine-registration-troubleshooting",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flow-runs-list-not-updated.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-runs-list-not-updated",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flow-runs-missing-from-list.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-runs-missing-from-list",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flow-runs-not-show-monitor-runs.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-runs-not-show-monitor-runs",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flow-run-time-license-check.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flow-run-time-license-check",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/desktop-flows-not-show-console-license-expired-unassigned.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/desktop-flows-not-show-console-license-expired-unassigned",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/double-click-drag-drop-are-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/double-click-drag-drop-are-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/enable-webview-pad-login.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/enable-webview-pad-login",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/failed-get-ui-element.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/failed-get-ui-element",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/failed-to-assume-control-of-edge-chrome-firefox-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/failed-to-assume-control-of-edge-chrome-firefox-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/failed-to-deserialize-flow-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/failed-to-deserialize-flow-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/find-which-machine-is-failing-within-a-cluster.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/find-which-machine-is-failing-within-a-cluster",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/focus-window-action-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/focus-window-action-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/how-to-get-power-automate-desktop-installer-logs.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/how-to-get-power-automate-desktop-installer-logs",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/invalid-private-key-file-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/invalid-private-key-file-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/issue-with-ui-flows-error-uiaelementnotfound.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/issue-with-ui-flows-error-uiaelementnotfound",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/key-and-mouse-click-combo-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/key-and-mouse-click-combo-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/known-limitations-selenium-ide.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/known-limitations-selenium-ide",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/login-windows-keep-appearing.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/login-windows-keep-appearing",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/module-action-wasnt-found-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/module-action-wasnt-found-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/multi-screen-recording-is-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/multi-screen-recording-is-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/no-ethernet-after-pad-install.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/no-ethernet-after-pad-install",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/proxy-error-console.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/proxy-error-console",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/recorder-not-recording-applications.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/recorder-not-recording-applications",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/reset-ui-flow-service-when-bad-state.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/reset-ui-flow-service-when-bad-state",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/sessioncreationtimeout-error-code.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/sessioncreationtimeout-error-code",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/set-drop-down-list-value-fails.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/set-drop-down-list-value-fails",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/sharing-deskop-flow-with-connections.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/sharing-deskop-flow-with-connections",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-direct-connectivity-issues.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-direct-connectivity-issues",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-errors-running-attended-or-unattended-desktop-flows.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-errors-running-attended-or-unattended-desktop-flows",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-excel-errors.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-excel-errors",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshooting-tips-sql-queries.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshooting-tips-sql-queries",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshooting-ui-flow-playback.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshooting-ui-flow-playback",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-ui-flow-playback-unabletolaunchapplication.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-ui-flow-playback-unabletolaunchapplication",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/troubleshoot-unavailable-gateway-when-desktop-flows-fail.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/troubleshoot-unavailable-gateway-when-desktop-flows-fail",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-automation-action-fails-errors.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-automation-action-fails-errors",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flow-inputs-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-inputs-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flow-outputs-not-working.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-outputs-not-working",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flow-playback-error-keyboardidmismatch.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flow-playback-error-keyboardidmismatch",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flows-cannot-launch-recorder.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flows-cannot-launch-recorder",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flows-fails-uiaelementmismatch.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flows-fails-uiaelementmismatch",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/ui-flows-run-failed-with-aadlogonfailure-error.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/ui-flows-run-failed-with-aadlogonfailure-error",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/web-automation-action-fails-runtime.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/web-automation-action-fails-runtime",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/web-extensions-policies.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/web-extensions-policies",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/power-automate/windows-services-not-start-after-restart.md",
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/windows-services-not-start-after-restart",
"redirect_document_id": true
},
{
"source_path": "support/windows-server/identity/support-for-admt-and-pes.md",
"redirect_url": "/troubleshoot/windows-server/identity/support-policy-and-known-issues-for-admt",
"redirect_document_id": true
},
{
"source_path": "support/windows/win32/change-windows-active-directory-user-password.md",
"redirect_url": "/troubleshoot/windows-server/identity/change-windows-active-directory-user-password",
"redirect_document_id": true
},
{
"source_path": "support/dynamics-365/supply-chain/warehousing/scale-unit-warehouse-workload-installation-issues.md",
"redirect_url": "/dynamics365/supply-chain/cloud-edge/cloud-edge-landing-page",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/how-to-send-email-with-embedded-image.md",
"redirect_url": "/power-automate/desktop-flows/how-to/add-images-email-messages",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/how-to-customize-or-format-date-and-time-values-in-flow.md",
"redirect_url": "/power-automate/date-time-values",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/power-automate/flow-creation/converting-time-zone-power-automate.md",
"redirect_url": "/power-automate/convert-time-zone",
"redirect_document_id": false
},
{
"source_path": "support/dynamics-365/fraud-protection/welcome-fraud-protection.yml",
"redirect_url": "/troubleshoot/dynamics-365/",
"redirect_document_id": false
},
{
"source_path": "support/dynamics-365/fraud-protection/mobile-device-fingerprinting.md",
"redirect_url": "/dynamics365/fraud-protection/",
"redirect_document_id": false
},
{
"source_path": "support/power-platform/admin/welcome-admin.md",
"redirect_url": "/troubleshoot/power-platform",
"redirect_document_id": false
},
{
"source_path": "support/dynamics/gp/a-report-displays-an-incorrect-eeo-class.md",
"redirect_url": "/troubleshoot/dynamics/gp/welcome-gp",
"redirect_document_id": false
},
{
"source_path": "support/dynamics/gp/steps-that-tdbx-update-diagnostic-perform.md",
"redirect_url": "/troubleshoot/dynamics/gp/welcome-gp",
"redirect_document_id": false
},
{
"source_path": "support/dynamics-365/commerce/commerce-headquarters-operations/summary-taxes-custom-modules-10.0.27.md",
"redirect_url": "/troubleshoot/dynamics-365/commerce/commerce-headquarters-operations/summary-taxes-custom-modules-10-0-27",
"redirect_document_id": true
},
{
"source_path": "support/power-platform/ai-builder/aibuilder-form-processing-is-not-extracting-tables-that-span-across-multiple-pages.md",
"redirect_url": "/ai-builder/create-form-processing-model#multipage-tables",
"redirect_document_id": false
},
{
"source_path": "support/windows-server/networking/portqry-exe-command-line-utility.md",
"redirect_url": "/troubleshoot/windows-server/networking/portqry-command-line-port-scanner-v2",
"redirect_document_id": true
},
{
"source_path": "support/azure/active-directory/remove-duplicate-mobile-device-management.md",
"redirect_url": "/troubleshoot/mem/intune/remove-duplicate-mobile-device-management",
"redirect_document_id": true
},
{
"source_path": "support/mem/intune/troubleshoot-vpn-profiles.md",
"redirect_url": "/troubleshoot/mem/intune/device-configuration/troubleshoot-vpn-profiles",
"redirect_document_id": true
},
{
"source_path": "support/azure/active-directory/installation-issues.md",
"redirect_url": "/troubleshoot/azure/active-directory/welcome-azure-ad",
"redirect_document_id": false
},
{
"source_path": "support/azure/virtual-machines/troubleshoot-deploy-vm-linux.md",
"redirect_url": "/troubleshoot/azure/virtual-machines/troubleshoot-deployment-new-vm-linux",
"redirect_document_id": true
},
{
"source_path": "support/azure/virtual-machines/troubleshoot-deploy-vm-windows.md",
"redirect_url": "/troubleshoot/azure/virtual-machines/troubleshoot-deployment-new-vm-windows",
"redirect_document_id": true
},
{
"source_path": "support/windows-server/identity/gpo-processing-failures-across-foreast.md",
"redirect_url": "/troubleshoot/windows-server/identity/rsop-not-supported-across-multiple-forests",
"redirect_document_id": true
},
{
"source_path": "support/azure/general/sdp-321382d70-df1d-4c0c-bdc6-9ba62752e851-asr.md",
"redirect_url": "/troubleshoot/azure/site-recovery/sdp-321382d70-df1d-4c0c-bdc6-9ba62752e851-asr",
"redirect_document_id": true
},
{
"source_path": "support/azure/general/sdp352ef8720-e3ee-4a12-a37e-cc3b0870f359-windows-vm.md",
"redirect_url": "/troubleshoot/azure/virtual-machines/sdp352ef8720-e3ee-4a12-a37e-cc3b0870f359-windows-vm",
"redirect_document_id": true
},
{
"source_path": "support/browsers/troubleshoot-installation-problems-ie-9.md",
"redirect_url": "/troubleshoot/browsers/how-to-successfully-install-internet-explorer-9",
"redirect_document_id": true
},
{
"source_path": "support/dotnet/framework/manifest-definitions-dont-match-reference.md",
"redirect_url": "/troubleshoot/dotnet/framework/manifest-definitions-do-not-match-reference",
"redirect_document_id": true
},
{
"source_path": "support/windows-server/networking/dns-chame-alias-cannot-access-smb-file-server-share.md",
"redirect_url": "/troubleshoot/windows-server/networking/dns-cname-alias-cannot-access-smb-file-server-share",
"redirect_document_id": true
},
{
"source_path": "support/previous-versions/configmgr/advanced-client-not-work.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/advanced-client-not-work",
"redirect_document_id": false
},
{
"source_path": "support/previous-versions/configmgr/backups-fail-with-vss-provider-issue.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/backups-fail-with-vss-provider-issue",
"redirect_document_id": false
},
{
"source_path": "support/previous-versions/configmgr/client-load-policy-error-80040217.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/client-load-policy-error-80040217",
"redirect_document_id": false
},
{
"source_path": "support/previous-versions/configmgr/osd-task-sequences-fail.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/osd-task-sequences-fail",
"redirect_document_id": false
},
{
"source_path": "support/previous-versions/configmgr/setup-fails-with-incorrect-webdav-settings.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/setup-fails-with-incorrect-webdav-settings",
"redirect_document_id": false
},
{
"source_path": "support/previous-versions/configmgr/site-component-manager-log-status-messages.md",
"redirect_url": "/previous-versions/troubleshoot/configmgr/site-component-manager-log-status-messages",