forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.openpublishing.redirection.json
15413 lines (15413 loc) · 870 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": "developer/format/windows-powershell-formatting-files.md",
"redirect_url": "/powershell/developer/format/powershell-formatting-files",
"redirect_document_id": "True"
},
{
"source_path": "developer/format/writing-a-windows-powershell-formatting-file.md",
"redirect_url": "/powershell/developer/format/writing-a-powershell-formatting-file",
"redirect_document_id": "True"
},
{
"source_path": "developer/index.md",
"redirect_url": "/powershell/developer/windows-powershell",
"redirect_document_id": "True"
},
{
"source_path": "gallery/readme.md",
"redirect_url": "/powershell/gallery/overview",
"redirect_document_id": "False"
},
{
"source_path": "gallery/concepts/item-manifest-affecting-ui.md",
"redirect_url": "/powershell/gallery/concepts/package-manifest-affecting-ui",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/finding-items/filtering-items.md",
"redirect_url": "/powershell/gallery/how-to/finding-packages/filtering-packages",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/publishing-items/deleting-items.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/deleting-packages",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/publishing-items/managing-item-owners.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/managing-package-owners",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/publishing-items/publishing-an-item.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/publishing-a-package",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/publishing-items/unlisting-items.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/unlisting-packages",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/working-with-items/contacting-item-owners.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/contacting-package-owners",
"redirect_document_id": "True"
},
{
"source_path": "gallery/how-to/working-with-items/items-that-require-license-acceptance.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/packages-that-require-license-acceptance",
"redirect_document_id": "True"
},
{
"source_path": "gallery/index.md",
"redirect_url": "/powershell/gallery/overview",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/Creating-and-Publishing-an-item.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/publishing-a-package",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/Deleting-Items.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/deleting-packages",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/Managing-Item-Owners.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/managing-package-owners",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_contacting_administrators.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/contacting-administrators",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_contacting_item_owners.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/contacting-item-owners",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_creating_an_account.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/creating-an-account",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_deploy_to_azure_automation.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/deploy-to-azure-automation",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_deploy_to_azure_automation_requireLicenseAcceptance.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/deploy-to-azure-automation",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_dispute_resolution.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/dispute-resolution",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_faqs.md",
"redirect_url": "/powershell/gallery/faqs",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_filelist_feature.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/filelist-view",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_gettingstarted.md",
"redirect_url": "/powershell/gallery/getting-started",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_ItemManifestAffectingUI.md",
"redirect_url": "/powershell/gallery/concepts/package-manifest-affecting-ui",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_items_tab.md",
"redirect_url": "/powershell/gallery/how-to/finding-packages/filtering-packages",
"redirect_document_id": "False"
},
{
"source_path": "gallery/how-to/finding-packages/searching-by-psedition.md",
"redirect_url": "/powershell/gallery/how-to/finding-packages/searching-by-compatibility",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_pseditions.md",
"redirect_url": "/powershell/gallery/how-to/finding-packages/searching-by-compatibility",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_report_abuse.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/report-abuse",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_requires_license_acceptance.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/packages-that-require-license-acceptance",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery_search_syntax.md",
"redirect_url": "/powershell/gallery/how-to/finding-packages/search-syntax",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_status.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/health-status",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery_unlist_items.md",
"redirect_url": "/powershell/gallery/how-to/publishing-packages/unlisting-packages",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psgallery/psgallery-PublishingGuidelines.md",
"redirect_url": "/powershell/gallery/concepts/publishing-guidelines",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psgallery/psgallery-SocialMediaFeedback.md",
"redirect_url": "/powershell/gallery/how-to/working-with-packages/social-media-feedback",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/get_psget_module.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/health-status",
"redirect_document_id": "False"
},
{
"source_path": "gallery/psget/module/modulewithpseditionsupport.md",
"redirect_url": "/powershell/gallery/concepts/module-psedition-support",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/PreReleaseModule.md",
"redirect_url": "/powershell/gallery/concepts/module-prerelease-support",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_find-command.md",
"redirect_url": "/powershell/module/powershellget/Find-Command",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_find-dscresource.md",
"redirect_url": "/powershell/module/powershellget/Find-DscResource",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_find-module.md",
"redirect_url": "/powershell/module/powershellget/Find-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_find-rolecapability.md",
"redirect_url": "/powershell/module/powershellget/Find-RoleCapability",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_get-installedmodule.md",
"redirect_url": "/powershell/module/powershellget/Get-InstalledModule",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_install-module.md",
"redirect_url": "/powershell/module/powershellget/Install-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_publish-module.md",
"redirect_url": "/powershell/module/powershellget/Publish-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_save-module.md",
"redirect_url": "/powershell/module/powershellget/Save-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_uninstall-module.md",
"redirect_url": "/powershell/module/powershellget/Uninstall-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_update-module.md",
"redirect_url": "/powershell/module/powershellget/Update-Module",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/psget_update-modulemanifest.md",
"redirect_url": "/powershell/module/powershellget/Update-ModuleManifest",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/module/RequireLicenseAcceptance.md",
"redirect_url": "/powershell/gallery/concepts/module-license-acceptance",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/oneget/PackageManagement_cmdlets.md",
"redirect_url": "/powershell/module/packagemanagement/",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/overview.md",
"redirect_url": "/powershell/module/powershellget/",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/psget_cmdlets_troubleshooting.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/troubleshooting-cmdlets",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/repository/bootstrapping_nuget_proivder_and_exe.md",
"redirect_url": "/powershell/gallery/how-to/getting-support/bootstrapping-nuget",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/repository/psget_get-psrepository.md",
"redirect_url": "/powershell/module/powershellget/Get-PSRepository",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/repository/psget_register-psrepository.md",
"redirect_url": "/powershell/module/powershellget/Register-PSRepository",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/repository/psget_set-psrepository.md",
"redirect_url": "/powershell/module/powershellget/Set-PSRepository",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/repository/psget_unregister-psrepository.md",
"redirect_url": "/powershell/module/powershellget/Unregister-PSRepository",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/PreReleaseScript.md",
"redirect_url": "/powershell/gallery/concepts/script-prerelease-support",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_find-script.md",
"redirect_url": "/powershell/module/powershellget/Find-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_get-installedscript.md",
"redirect_url": "/powershell/module/powershellget/Get-InstalledScript",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_install-script.md",
"redirect_url": "/powershell/module/powershellget/Install-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_new-scriptfileinfo.md",
"redirect_url": "/powershell/module/powershellget/New-ScriptFileInfo",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_publish-script.md",
"redirect_url": "/powershell/module/powershellget/Publish-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_save-script.md",
"redirect_url": "/powershell/module/powershellget/Save-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_test-scriptfileinfo.md",
"redirect_url": "/powershell/module/powershellget/Test-ScriptFileInfo",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_uninstall-script.md",
"redirect_url": "/powershell/module/powershellget/Uninstall-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_update-script.md",
"redirect_url": "/powershell/module/powershellget/Update-Script",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/psget_update-scriptfileinfo.md",
"redirect_url": "/powershell/module/powershellget/Update-ScriptFileInfo",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/script_RequireLicenseAcceptance.md",
"redirect_url": "/powershell/gallery/concepts/script-license-acceptance",
"redirect_document_id": "True"
},
{
"source_path": "gallery/psget/script/scriptwithpseditionsupport.md",
"redirect_url": "/powershell/gallery/concepts/script-psedition-support",
"redirect_document_id": "True"
},
{
"source_path": "jea/index.md",
"redirect_url": "/powershell/jea/overview",
"redirect_document_id": "True"
},
{
"source_path": "dsc/compositeConfigs.md",
"redirect_url": "/powershell/dsc/configurations/compositeConfigs",
"redirect_document_id": false
},
{
"source_path": "dsc/configData.md",
"redirect_url": "/powershell/dsc/configurations/configData",
"redirect_document_id": false
},
{
"source_path": "dsc/configDataCredentials.md",
"redirect_url": "/powershell/dsc/configurations/configDataCredentials",
"redirect_document_id": false
},
{
"source_path": "dsc/configHelp.md",
"redirect_url": "/powershell/dsc/configurations/configHelp",
"redirect_document_id": false
},
{
"source_path": "dsc/configurations.md",
"redirect_url": "/powershell/dsc/configurations/configurations",
"redirect_document_id": false
},
{
"source_path": "dsc/crossNodeDependencies.md",
"redirect_url": "/powershell/dsc/configurations/crossNodeDependencies",
"redirect_document_id": false
},
{
"source_path": "dsc/runAsUser.md",
"redirect_url": "/powershell/dsc/configurations/runAsUser",
"redirect_document_id": false
},
{
"source_path": "dsc/separatingEnvData.md",
"redirect_url": "/powershell/dsc/configurations/separatingEnvData",
"redirect_document_id": false
},
{
"source_path": "dsc/sxsResource.md",
"redirect_url": "/powershell/dsc/configurations/sxsResource",
"redirect_document_id": false
},
{
"source_path": "dsc/whitepapers.md",
"redirect_url": "/powershell/dsc/further-reading/whitepapers",
"redirect_document_id": false
},
{
"source_path": "dsc/azureDsc.md",
"redirect_url": "/powershell/dsc/getting-started/azureDsc",
"redirect_document_id": false
},
{
"source_path": "dsc/azureDscexthistory.md",
"redirect_url": "/powershell/dsc/getting-started/azureDscexthistory",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxGettingStarted.md",
"redirect_url": "/powershell/dsc/getting-started/lnxGettingStarted",
"redirect_document_id": false
},
{
"source_path": "dsc/nanoDsc.md",
"redirect_url": "/powershell/dsc/getting-started/nanoDsc",
"redirect_document_id": false
},
{
"source_path": "dsc/directCallResource.md",
"redirect_url": "/powershell/dsc/managing-nodes/directCallResource",
"redirect_document_id": false
},
{
"source_path": "dsc/metaConfig.md",
"redirect_url": "/powershell/dsc/managing-nodes/metaConfig",
"redirect_document_id": false
},
{
"source_path": "dsc/metaConfig4.md",
"redirect_url": "/powershell/dsc/managing-nodes/metaConfig4",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringAdvanced.md",
"redirect_url": "/powershell/dsc/overview/authoringAdvanced",
"redirect_document_id": false
},
{
"source_path": "dsc/decisionMaker.md",
"redirect_url": "/powershell/dsc/overview/decisionMaker",
"redirect_document_id": false
},
{
"source_path": "dsc/DscForEngineers.md",
"redirect_url": "/powershell/dsc/overview/DscForEngineers",
"redirect_document_id": false
},
{
"source_path": "dsc/overview.md",
"redirect_url": "/powershell/dsc/overview/overview",
"redirect_document_id": false
},
{
"source_path": "dsc/enactingConfigurations.md",
"redirect_url": "/powershell/dsc/pull-server/enactingConfigurations",
"redirect_document_id": false
},
{
"source_path": "dsc/partialConfigs.md",
"redirect_url": "/powershell/dsc/pull-server/partialConfigs",
"redirect_document_id": false
},
{
"source_path": "dsc/pullClient.md",
"redirect_url": "/powershell/dsc/pull-server/pullClient",
"redirect_document_id": false
},
{
"source_path": "dsc/pullClientConfigID.md",
"redirect_url": "/powershell/dsc/pull-server/pullClientConfigID",
"redirect_document_id": false
},
{
"source_path": "dsc/pullClientConfigID4.md",
"redirect_url": "/powershell/dsc/pull-server/pullClientConfigID4",
"redirect_document_id": false
},
{
"source_path": "dsc/pullClientConfigNames.md",
"redirect_url": "/powershell/dsc/pull-server/pullClientConfigNames",
"redirect_document_id": false
},
{
"source_path": "dsc/pullServer.md",
"redirect_url": "/powershell/dsc/pull-server/pullServer",
"redirect_document_id": false
},
{
"source_path": "dsc/pullServerSMB.md",
"redirect_url": "/powershell/dsc/pull-server/pullServerSMB",
"redirect_document_id": false
},
{
"source_path": "dsc/reportServer.md",
"redirect_url": "/powershell/dsc/pull-server/reportServer",
"redirect_document_id": false
},
{
"source_path": "dsc/secureMOF.md",
"redirect_url": "/powershell/dsc/pull-server/secureMOF",
"redirect_document_id": false
},
{
"source_path": "dsc/secureServer.md",
"redirect_url": "/powershell/dsc/pull-server/secureServer",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-applyconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-applyconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-disabledebugconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-disabledebugconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-enabledebugconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-enabledebugconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-getconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-getconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-getconfigurationresultoutput.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-getconfigurationresultoutput",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-getconfigurationstatus.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-getconfigurationstatus",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-getmetaconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-getmetaconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-performrequiredconfigurationchecks.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-performrequiredconfigurationchecks",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-removeconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-removeconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-resourceget.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-resourceget",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-resourceset.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-resourceset",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-resourcetest.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-resourcetest",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-rollback.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-rollback",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-sendconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-sendconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-sendconfigurationapply.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-sendconfigurationapply",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-sendconfigurationapplyasync.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-sendconfigurationapplyasync",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-sendmetaconfigurationapply.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-sendmetaconfigurationapply",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-stopconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-stopconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager-testconfiguration.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager-testconfiguration",
"redirect_document_id": false
},
{
"source_path": "dsc/msft-dsclocalconfigurationmanager.md",
"redirect_url": "/powershell/dsc/reference/msft-dsclocalconfigurationmanager",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResource.md",
"redirect_url": "/powershell/dsc/resources/authoringResource",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResourceClass.md",
"redirect_url": "/powershell/dsc/resources/authoringResourceClass",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResourceComposite.md",
"redirect_url": "/powershell/dsc/resources/authoringResourceComposite",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResourceMOF.md",
"redirect_url": "/powershell/dsc/resources/authoringResourceMOF",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResourceMofCS.md",
"redirect_url": "/powershell/dsc/resources/authoringResourceMofCS",
"redirect_document_id": false
},
{
"source_path": "dsc/resourceAuthoringChecklist.md",
"redirect_url": "/powershell/dsc/resources/resourceAuthoringChecklist",
"redirect_document_id": false
},
{
"source_path": "dsc/resources.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/singleInstance.md",
"redirect_url": "/powershell/dsc/resources/singleInstance",
"redirect_document_id": false
},
{
"source_path": "dsc/debugResource.md",
"redirect_url": "/powershell/dsc/troubleshooting/debugResource",
"redirect_document_id": false
},
{
"source_path": "dsc/troubleshooting.md",
"redirect_url": "/powershell/dsc/troubleshooting/troubleshooting",
"redirect_document_id": false
},
{
"source_path": "dsc/bootstrapDsc.md",
"redirect_url": "/powershell/dsc/tutorials/bootstrapDsc",
"redirect_document_id": false
},
{
"source_path": "dsc/DSCAutomationHostEnabled.md",
"redirect_url": "/powershell/dsc/tutorials/DSCAutomationHostEnabled",
"redirect_document_id": false
},
{
"source_path": "dsc/dscCiCd.md",
"redirect_url": "/powershell/dsc/tutorials/dscCiCd",
"redirect_document_id": false
},
{
"source_path": "dsc/dscExamples.md",
"redirect_url": "/powershell/dsc/overview/overview",
"redirect_document_id": false
},
{
"source_path": "dsc/gettingStarted.md",
"redirect_url": "/powershell/dsc/configurations/write-compile-apply-configuration",
"redirect_document_id": false
},
{
"source_path": "dsc/queryServerNodes.md",
"redirect_url": "/powershell/dsc/pull-server/update-nodes-manually",
"redirect_document_id": false
},
{
"source_path": "dsc/authoringResourceMofDesigner.md",
"redirect_url": "/powershell/dsc/resources/authoringResourceMofDesigner",
"redirect_document_id": false
},
{
"source_path": "dsc/waitForAllResource.md",
"redirect_url": "/powershell/dsc/configurations/crossNodeDependencies",
"redirect_document_id": false
},
{
"source_path": "dsc/waitForAnyResource.md",
"redirect_url": "/powershell/dsc/configurations/crossNodeDependencies",
"redirect_document_id": false
},
{
"source_path": "dsc/waitForSomeResource.md",
"redirect_url": "/powershell/dsc/configurations/crossNodeDependencies",
"redirect_document_id": false
},
{
"source_path": "dsc/fileResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/archiveResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/dsc_roadmap.md",
"redirect_url": "/powershell/dsc/resources/overview",
"redirect_document_id": false
},
{
"source_path": "dsc/environmentResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/registryResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/builtinResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/groupResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/groupSetResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxArchiveResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxBuiltInResources.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxEnvironmentResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxFileLineResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxFileResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxGroupResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxPackageResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxScriptResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxServiceResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxSshAuthorizedKeysResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/lnxUserResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/logResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/PackageManagementDscResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/PackageManagementSourceDscResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/packageResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/processSetResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/scriptResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/serviceResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/serviceSetResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/userResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsfeatureResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsFeatureSetResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsOptionalFeatureResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsOptionalFeatureSetResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsPackageCabResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/windowsProcessResource.md",
"redirect_url": "/powershell/dsc/resources/resources",
"redirect_document_id": false
},
{
"source_path": "dsc/quickstart.md",
"redirect_url": "/powershell/dsc/resources/website-quickstart",
"redirect_document_id": false
},
{
"source_path": "reference/6/Microsoft.PowerShell.Core/About/about_Logging.md",
"redirect_url": "/powershell/module/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows?view=powershell-6",
"redirect_document_id": false
},
{
"source_path": "reference/docs-conceptual/powershell-scripting.md",
"redirect_url": "/powershell/scripting/core-powershell/console/powershell.exe-command-line-help",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/console-guide.md",
"redirect_url": "/powershell/scripting/core-powershell/console/powershell.exe-command-line-help",
"redirect_document_id": false
},
{
"source_path": "reference/docs-conceptual/core-powershell/console/powershell.exe-command-line-help.md",
"redirect_url": "/powershell/scripting/components/console/powershell.exe-command-line-help",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/console/using-tab-expansion.md",
"redirect_url": "/powershell/scripting/components/console/using-tab-expansion",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/setup/accessibility-in-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/accessibility-in-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/getting-started/fundamental/exploring-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/exploring-the-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-create-a-powershell-tab-in-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-create-a-powershell-tab-in-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-debug-scripts-in-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-debug-scripts-in-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-use-profiles-in-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-use-profiles-in-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-use-tab-completion-in-the-script-pane-and-console-pane.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-use-tab-completion-in-the-script-pane-and-console-pane",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-use-the-console-pane-in-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-use-the-console-pane-in-the-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/how-to-write-and-run-scripts-in-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/how-to-write-and-run-scripts-in-the-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/introducing-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/introducing-the-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/keyboard-shortcuts-for-the-windows-powershell-ise.md",
"redirect_url": "/powershell/scripting/components/ise/keyboard-shortcuts-for-the-windows-powershell-ise",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/purpose-of-the-windows-powershell-ise-scripting-object-model.md",
"redirect_url": "/powershell/scripting/components/ise/object-model/purpose-of-the-windows-powershell-ise-scripting-object-model",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/the-iseaddontoolcollection-object.md",
"redirect_url": "/powershell/scripting/components/ise/object-model/the-iseaddontoolcollection-object",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/the-iseaddontool-object.md",
"redirect_url": "/powershell/scripting/components/ise/object-model/the-iseaddontool-object",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/the-iseeditor-object.md",
"redirect_url": "/powershell/scripting/components/ise/object-model/the-iseeditor-object",
"redirect_document_id": "True"
},
{
"source_path": "reference/docs-conceptual/core-powershell/ise/the-isefilecollection-object.md",
"redirect_url": "/powershell/scripting/components/ise/object-model/the-isefilecollection-object",
"redirect_document_id": "True"