-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy path.openpublishing.redirection.ms-sp-ps.json
More file actions
4289 lines (4289 loc) · 238 KB
/
.openpublishing.redirection.ms-sp-ps.json
File metadata and controls
4289 lines (4289 loc) · 238 KB
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": "sharepoint/virtual-folder/sharepoint-server/Add-DatabaseToAvailabilityGroup.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/add-databasetoavailabilitygroup",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Add-FASTSearchResource.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/add-fastsearchresource",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Add-FASTSearchSpelltuning.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/add-fastsearchspelltuning",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Add-SPEduClassMember.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/add-speduclassmember",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Add-SPEduUser.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/add-speduuser",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Clear-FASTSearchContentCollection.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/clear-fastsearchcontentcollection",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Clear-SPPerformancePointServiceApplicationTrustedLocation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/clear-spperformancepointserviceapplicationtrustedlocation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Copy-SPAccessServicesDatabaseCredentials.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/copy-spaccessservicesdatabasecredentials",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Deploy-SPVariation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/deploy-spvariation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Dismount-SPSiteMapDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/dismount-spsitemapdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Export-SPAccessServicesDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/export-spaccessservicesdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Export-SPPerformancePointContent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/export-spperformancepointcontent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-AvailabilityGroupStatus.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-availabilitygroupstatus",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchContentCollection.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchcontentcollection",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchDocumentProcessingPipeline.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchdocumentprocessingpipeline",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataCategory.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatacategory",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataCrawledProperty.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatacrawledproperty",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataCrawledPropertyMapping.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatacrawledpropertymapping",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataFullTextIndex.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatafulltextindex",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataFullTextIndexMapping.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatafulltextindexmapping",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataManagedProperty.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatamanagedproperty",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchMetadataRankProfile.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchmetadatarankprofile",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchResource.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchresource",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSearchSettingGroup.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsearchsettinggroup",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityAliaser.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityaliaser",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityCCTKServer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritycctkserver",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityClaimsUserStore.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityclaimsuserstore",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityCompleteGroupExpansion.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritycompletegroupexpansion",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityDecodedSid.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritydecodedsid",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityDefaultUserStore.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritydefaultuserstore",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityEncodedSid.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityencodedsid",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityGeneralSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritygeneralsettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityLogLevel.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityloglevel",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityLotusNotesUserStore.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritylotusnotesuserstore",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityPublicFilter.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecuritypublicfilter",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityRegexAliaser.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityregexaliaser",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityUserFilter.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityuserfilter",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityUserStore.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityuserstore",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityUserStoreGroupExpansion.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityuserstoregroupexpansion",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityWorkerNode.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityworkernode",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSecurityXMLAliaser.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchsecurityxmlaliaser",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-FASTSearchSpelltuningStatus.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-fastsearchspelltuningstatus",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServiceApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessserviceapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServicesApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessservicesapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServicesDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessservicesdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServicesDatabaseServer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessservicesdatabaseserver",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServicesDatabaseServerGroup.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessservicesdatabaseservergroup",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAccessServicesDatabaseServerGroupMapping.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spaccessservicesdatabaseservergroupmapping",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppDeniedEndpointList.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappdeniedendpointlist",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppDisablingConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappdisablingconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppDomain.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappdomain",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppHostingQuotaConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spapphostingquotaconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppInstance.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappinstance",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppPrincipal.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappprincipal",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppScaleProfile.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappscaleprofile",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppSiteSubscriptionName.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappsitesubscriptionname",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppStateSyncLastRunTime.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappstatesynclastruntime",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppStateUpdateInterval.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappstateupdateinterval",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppStoreConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappstoreconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAppStoreWebServiceConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spappstorewebserviceconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAuthenticationProvider.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spauthenticationprovider",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPAuthenticationRealm.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spauthenticationrealm",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBackupHistory.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbackuphistory",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBingMapsBlock.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbingmapsblock",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBingMapsKey.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbingmapskey",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBrowserCustomerExperienceImprovementProgram.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbrowsercustomerexperienceimprovementprogram",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBusinessDataCatalogEntityNotificationWeb.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbusinessdatacatalogentitynotificationweb",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBusinessDataCatalogMetadataObject.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbusinessdatacatalogmetadataobject",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPBusinessDataCatalogThrottleConfig.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spbusinessdatacatalogthrottleconfig",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPCertificateAuthority.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcertificateauthority",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPClaimProvider.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spclaimprovider",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPClaimProviderManager.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spclaimprovidermanager",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPClaimTypeEncoding.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spclaimtypeencoding",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPConnectedServiceApplicationInformation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spconnectedserviceapplicationinformation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPContentDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcontentdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPContentDatabaseOrphanedData.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcontentdatabaseorphaneddata",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPContentDeploymentJob.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcontentdeploymentjob",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPContentDeploymentPath.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcontentdeploymentpath",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPCustomLayoutsPage.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spcustomlayoutspage",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDataConnectionFile.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdataconnectionfile",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDataConnectionFileDependent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdataconnectionfiledependent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDeletedSite.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdeletedsite",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDesignerSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdesignersettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDiagnosticConfig.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdiagnosticconfig",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDiagnosticsPerformanceCounter.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdiagnosticsperformancecounter",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDiagnosticsProvider.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdiagnosticsprovider",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPDistributedCacheClientSetting.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spdistributedcacheclientsetting",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEduServiceSetting.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-speduservicesetting",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchAdministrationComponent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchadministrationcomponent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchComponent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcomponent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchContentEnrichmentConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcontentenrichmentconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlContentSource.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawlcontentsource",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlCustomConnector.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawlcustomconnector",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawldatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlExtension.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawlextension",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlLogReadPermission.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawllogreadpermission",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlMapping.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawlmapping",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchCrawlRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchcrawlrule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchFileFormat.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchfileformat",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchHostController.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchhostcontroller",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchLanguageResourcePhrase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchlanguageresourcephrase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchLinguisticComponentsStatus.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchlinguisticcomponentsstatus",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchLinksDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchlinksdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchMetadataCategory.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchmetadatacategory",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchMetadataCrawledProperty.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchmetadatacrawledproperty",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchMetadataManagedProperty.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchmetadatamanagedproperty",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchMetadataMapping.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchmetadatamapping",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchOwner.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchowner",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchPropertyRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchpropertyrule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchPropertyRuleCollection.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchpropertyrulecollection",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryAndSiteSettingsService.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryandsitesettingsservice",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryandsitesettingsserviceinstance",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryandsitesettingsserviceproxy",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryAuthority.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryauthority",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryDemoted.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchquerydemoted",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryKeyword.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchquerykeyword",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryScope.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryscope",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQueryScopeRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryscoperule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQuerySpellingCorrection.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchqueryspellingcorrection",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchQuerySuggestionCandidates.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchquerysuggestioncandidates",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchRankingModel.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchrankingmodel",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchResultItemType.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchresultitemtype",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchResultSource.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchresultsource",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchSecurityTrimmer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchsecuritytrimmer",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchService.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchservice",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchServiceApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchserviceapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchServiceApplicationBackupStore.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchserviceapplicationbackupstore",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchServiceApplicationProxy.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchserviceapplicationproxy",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchServiceInstance.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchserviceinstance",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchSiteHitRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchsitehitrule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchStatus.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchstatus",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchTopology.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchtopology",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPEnterpriseSearchVssDataPath.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spenterprisesearchvssdatapath",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelBIServer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexcelbiserver",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelBlockedFileType.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexcelblockedfiletype",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelDataConnectionLibrary.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexceldataconnectionlibrary",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelDataProvider.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexceldataprovider",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelFileLocation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexcelfilelocation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelServiceApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexcelserviceapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPExcelUserDefinedFunction.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spexceluserdefinedfunction",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPFarm.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spfarm",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPFarmConfig.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spfarmconfig",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPFeature.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spfeature",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPHealthAnalysisRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sphealthanalysisrule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPHelpCollection.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sphelpcollection",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPIRMSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spirmsettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInfoPathFormTemplate.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinfopathformtemplate",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInfoPathFormsService.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinfopathformsservice",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInfoPathUserAgent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinfopathuseragent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInfoPathWebServiceProxy.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinfopathwebserviceproxy",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInsightsConfig.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinsightsconfig",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInternalAppStateSyncLastRunTime.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinternalappstatesynclastruntime",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPInternalAppStateUpdateInterval.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spinternalappstateupdateinterval",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPLogEvent.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-splogevent",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPLogLevel.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sploglevel",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPManagedAccount.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmanagedaccount",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPManagedPath.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmanagedpath",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPMetadataServiceApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmetadataserviceapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPMetadataServiceApplicationProxy.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmetadataserviceapplicationproxy",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPMicrofeedOptions.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmicrofeedoptions",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPMobileMessagingAccount.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spmobilemessagingaccount",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPO365LinkSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spo365linksettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPODataConnectionSetting.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spodataconnectionsetting",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPODataConnectionSettingMetadata.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spodataconnectionsettingmetadata",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPOfficeStoreAppsDefaultActivation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spofficestoreappsdefaultactivation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPPendingUpgradeActions.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sppendingupgradeactions",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPPerformancePointServiceApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spperformancepointserviceapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPPerformancePointServiceApplicationTrustedLocation.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spperformancepointserviceapplicationtrustedlocation",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPPluggableSecurityTrimmer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sppluggablesecuritytrimmer",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProcessAccount.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprocessaccount",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProduct.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spproduct",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProfileLeader.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprofileleader",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProfileServiceApplicationSecurity.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprofileserviceapplicationsecurity",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectDatabaseQuota.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectdatabasequota",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectDatabaseUsage.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectdatabaseusage",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectEnterpriseProjectTaskSync.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectenterpriseprojecttasksync",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectEventServiceSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojecteventservicesettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectIsEmailNotificationEnabled.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectisemailnotificationenabled",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectOdataConfiguration.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectodataconfiguration",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectPCSSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectpcssettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectPermissionMode.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectpermissionmode",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectQueueSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectqueuesettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPProjectWebInstance.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spprojectwebinstance",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPRequestManagementSettings.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sprequestmanagementsettings",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPRoutingMachineInfo.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sproutingmachineinfo",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPRoutingMachinePool.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sproutingmachinepool",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPRoutingRule.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-sproutingrule",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPScaleOutDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spscaleoutdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPScaleOutDatabaseDataState.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spscaleoutdatabasedatastate",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPScaleOutDatabaseInconsistency.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spscaleoutdatabaseinconsistency",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPScaleOutDatabaseLogEntry.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spscaleoutdatabaselogentry",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPSecureStoreApplication.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spsecurestoreapplication",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPSecureStoreSystemAccount.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spsecurestoresystemaccount",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPSecurityTokenServiceConfig.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spsecuritytokenserviceconfig",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPServer.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spserver",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPServerScaleOutDatabase.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spserverscaleoutdatabase",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPServerScaleOutDatabaseDataState.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spserverscaleoutdatabasedatastate",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPServerScaleOutDatabaseInconsistency.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spserverscaleoutdatabaseinconsistency",
"redirect_document_id": false
},
{
"source_path": "sharepoint/virtual-folder/sharepoint-server/Get-SPServerScaleOutDatabaseLogEntry.md",
"redirect_url": "/powershell/module/microsoft.sharepoint.powershell/get-spserverscaleoutdatabaselogentry",