From 28c97774748e61373999d6cd051694b838be5081 Mon Sep 17 00:00:00 2001 From: Yanyanmu Date: Fri, 8 Aug 2025 16:59:04 +0800 Subject: [PATCH 1/9] update powershell cmd doc Test-DefenderAndAmsiWorkProperly --- .../Test-DefenderAndAmsiWorkProperly.md | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md new file mode 100644 index 000000000..f682bd037 --- /dev/null +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -0,0 +1,79 @@ +--- +module name: SharePointServer +online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly +applicable: SharePoint Server Subscription Edition +title: Test-DefenderAndAmsiWorkProperly +schema: 2.0.0 +--- + +# Test-DefenderAndAmsiWorkProperly + +## SYNOPSIS + +Tests that Windows Defender components and SharePoint AMSI integration are properly installed and running. + +## SYNTAX + +```powershell +Test-DefenderAndAmsiWorkProperly [] +``` + +## DESCRIPTION + +Use the `Test-DefenderAndAmsiWorkProperly` cmdlet to verify that all Windows Defender components are installed and running correctly, and that SharePoint AMSI (Antimalware Scan Interface) integration is functioning properly. + +This cmdlet performs comprehensive checks to ensure that the security infrastructure is operational and can protect SharePoint Server from malicious content. It validates both the Windows Defender antimalware engine and the AMSI integration that allows SharePoint to scan content for potential threats. + +The cmdlet does not make any changes to the system configuration but provides diagnostic information about the current state of security components. + +For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://learn.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets). + +## EXAMPLES + +### EXAMPLE 1 + +```powershell +Test-DefenderAndAmsiWorkProperly +``` + +This example tests the Windows Defender components and SharePoint AMSI integration to verify they are properly installed and running. + +### EXAMPLE 2 + +```powershell +Test-DefenderAndAmsiWorkProperly -Verbose +``` + +This example tests the Windows Defender components and SharePoint AMSI integration with verbose output to provide detailed information about each component being checked. + +## PARAMETERS + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +This cmdlet does not accept any input objects. + +## OUTPUTS + +### System.Object + +This cmdlet returns diagnostic information about the status of Windows Defender components and SharePoint AMSI integration. + +## NOTES + +- This cmdlet requires administrator privileges to access security component information. +- Ensure that Windows Defender is properly configured and enabled before running this test. +- SharePoint AMSI integration requires Windows Server 2016 or later with appropriate updates installed. + +## RELATED LINKS + +[SharePoint Server Cmdlets](https://learn.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets) + +[Windows Defender Antivirus](https://learn.microsoft.com/windows/security/threat-protection/microsoft-defender-antivirus/) + +[Antimalware Scan Interface (AMSI)](https://learn.microsoft.com/windows/win32/amsi/antimalware-scan-interface-portal) \ No newline at end of file From 2e90d8ef413427e341001fa3dff197fdc3b26f3f Mon Sep 17 00:00:00 2001 From: Yanyanmu Date: Thu, 14 Aug 2025 14:46:35 +0800 Subject: [PATCH 2/9] correct the link --- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index f682bd037..9212f9e21 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -74,6 +74,6 @@ This cmdlet returns diagnostic information about the status of Windows Defender [SharePoint Server Cmdlets](https://learn.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets) -[Windows Defender Antivirus](https://learn.microsoft.com/windows/security/threat-protection/microsoft-defender-antivirus/) +[Windows Defender Antivirus](https://learn.microsoft.com/defender-endpoint/microsoft-defender-antivirus-windows) [Antimalware Scan Interface (AMSI)](https://learn.microsoft.com/windows/win32/amsi/antimalware-scan-interface-portal) \ No newline at end of file From 17fee3e5f81ca1490e55e115eace4d1320a361c0 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 21 Aug 2025 19:24:23 -0700 Subject: [PATCH 3/9] Add "external help file" and a value --- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index 9212f9e21..4629370a3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -1,4 +1,5 @@ --- +external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml module name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly applicable: SharePoint Server Subscription Edition From 003c1b4b6da6f1372af0f8f18234489c0b3b6f4e Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:21:22 -0700 Subject: [PATCH 4/9] Capitalize "Module Name" in metadata --- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index 4629370a3..fdb13b4ac 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly applicable: SharePoint Server Subscription Edition title: Test-DefenderAndAmsiWorkProperly From 32513a78f307a85d3de1ee2eac710a1805bf48b1 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:14:20 -0700 Subject: [PATCH 5/9] Replace "module name:" with "Module Name:" --- .../SharePointServer/Add-SPAppDeniedEndpoint.md | 2 +- .../SharePointServer/Add-SPCertificateNotificationContact.md | 2 +- .../SharePointServer/Add-SPClaimTypeMapping.md | 2 +- .../SharePointServer/Add-SPDatabaseToAvailabilityGroup.md | 2 +- .../SharePointServer/Add-SPDiagnosticsPerformanceCounter.md | 2 +- .../SharePointServer/Add-SPDistributedCacheServiceInstance.md | 2 +- .../SharePointServer/Add-SPInfoPathUserAgent.md | 2 +- .../Add-SPPeoplePickerDistributionListSearchDomain.md | 2 +- .../SharePointServer/Add-SPPeoplePickerSearchADDomain.md | 2 +- .../Add-SPPeoplePickerServiceAccountDirectoryPath.md | 2 +- .../SharePointServer/Add-SPPluggableSecurityTrimmer.md | 2 +- .../SharePointServer/Add-SPProfileLeader.md | 2 +- .../SharePointServer/Add-SPProfileSyncConnection.md | 2 +- .../SharePointServer/Add-SPRoutingMachineInfo.md | 2 +- .../SharePointServer/Add-SPRoutingMachinePool.md | 2 +- .../sharepoint-server-ps/SharePointServer/Add-SPRoutingRule.md | 2 +- .../SharePointServer/Add-SPScaleOutDatabase.md | 2 +- .../SharePointServer/Add-SPSecureStoreSystemAccount.md | 2 +- .../SharePointServer/Add-SPServerScaleOutDatabase.md | 2 +- .../Add-SPServiceApplicationProxyGroupMember.md | 2 +- .../sharepoint-server-ps/SharePointServer/Add-SPShellAdmin.md | 2 +- .../Add-SPSiteSubscriptionFeaturePackMember.md | 2 +- .../SharePointServer/Add-SPSiteSubscriptionProfileConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Add-SPSolution.md | 2 +- .../SharePointServer/Add-SPThrottlingRule.md | 2 +- .../SharePointServer/Add-SPUserLicenseMapping.md | 2 +- .../SharePointServer/Add-SPUserSolution.md | 2 +- .../SharePointServer/Backup-SPConfigurationDatabase.md | 2 +- .../Backup-SPEnterpriseSearchServiceApplicationIndex.md | 2 +- .../sharepoint-server-ps/SharePointServer/Backup-SPFarm.md | 2 +- .../sharepoint-server-ps/SharePointServer/Backup-SPSite.md | 2 +- .../SharePointServer/Clear-SPAppDeniedEndpointList.md | 2 +- .../Clear-SPBusinessDataCatalogEntityNotificationWeb.md | 2 +- .../SharePointServer/Clear-SPCertificateNotificationContact.md | 2 +- .../SharePointServer/Clear-SPContentDatabaseSyncData.md | 2 +- .../SharePointServer/Clear-SPDistributedCacheItem.md | 2 +- .../sharepoint-server-ps/SharePointServer/Clear-SPLogLevel.md | 2 +- .../Clear-SPMetadataWebServicePartitionData.md | 2 +- .../Clear-SPPeoplePickerDistributionListSearchDomain.md | 2 +- .../SharePointServer/Clear-SPPeoplePickerSearchADDomain.md | 2 +- .../Clear-SPPeoplePickerServiceAccountDirectoryPath.md | 2 +- .../Clear-SPScaleOutDatabaseDeletedDataSubRange.md | 2 +- .../SharePointServer/Clear-SPScaleOutDatabaseLog.md | 2 +- .../SharePointServer/Clear-SPScaleOutDatabaseTenantData.md | 2 +- .../SharePointServer/Clear-SPSecureStoreCredentialMapping.md | 2 +- .../SharePointServer/Clear-SPSecureStoreDefaultProvider.md | 2 +- .../Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md | 2 +- .../SharePointServer/Clear-SPServerScaleOutDatabaseLog.md | 2 +- .../Clear-SPServerScaleOutDatabaseTenantData.md | 2 +- .../Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md | 2 +- .../SharePointServer/Connect-SPConfigurationDatabase.md | 2 +- .../SharePointServer/Convert-SPWebApplication.md | 2 +- .../SharePointServer/Copy-SPActivitiesToWorkflowService.md | 2 +- .../Copy-SPBusinessDataCatalogAclToChildren.md | 2 +- .../SharePointServer/Copy-SPContentTypes.md | 2 +- .../SharePointServer/Copy-SPSideBySideFiles.md | 2 +- .../sharepoint-server-ps/SharePointServer/Copy-SPSite.md | 2 +- .../SharePointServer/Copy-SPTaxonomyGroups.md | 2 +- .../SharePointServer/Disable-ProjectServerLicense.md | 2 +- .../SharePointServer/Disable-SPAppAutoProvision.md | 2 +- .../SharePointServer/Disable-SPBusinessDataCatalogEntity.md | 2 +- .../sharepoint-server-ps/SharePointServer/Disable-SPFeature.md | 2 +- .../SharePointServer/Disable-SPHealthAnalysisRule.md | 2 +- .../SharePointServer/Disable-SPInfoPathFormTemplate.md | 2 +- ...sable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md | 2 +- .../SharePointServer/Disable-SPProjectEmailNotification.md | 2 +- .../Disable-SPProjectEnterpriseProjectTaskSync.md | 2 +- .../SharePointServer/Disable-SPProjectQueueStatsMonitoring.md | 2 +- .../SharePointServer/Disable-SPSessionStateService.md | 2 +- .../SharePointServer/Disable-SPSingleSignOn.md | 2 +- .../SharePointServer/Disable-SPTimerJob.md | 2 +- .../SharePointServer/Disable-SPUserLicensing.md | 2 +- .../SharePointServer/Disable-SPUserSolutionAllowList.md | 2 +- .../SharePointServer/Disable-SPWebApplicationHttpThrottling.md | 2 +- .../SharePointServer/Disable-SPWebTemplateForSiteMaster.md | 2 +- .../SharePointServer/Disconnect-SPConfigurationDatabase.md | 2 +- .../SharePointServer/Dismount-SPContentDatabase.md | 2 +- .../SharePointServer/Dismount-SPStateServiceDatabase.md | 2 +- .../SharePointServer/Enable-ProjectServerLicense.md | 2 +- .../SharePointServer/Enable-SPAppAutoProvision.md | 2 +- .../SharePointServer/Enable-SPBusinessDataCatalogEntity.md | 2 +- .../sharepoint-server-ps/SharePointServer/Enable-SPFeature.md | 2 +- .../SharePointServer/Enable-SPHealthAnalysisRule.md | 2 +- .../SharePointServer/Enable-SPInfoPathFormTemplate.md | 2 +- ...nable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md | 2 +- .../SharePointServer/Enable-SPProjectEmailNotification.md | 2 +- .../Enable-SPProjectEnterpriseProjectTaskSync.md | 2 +- .../SharePointServer/Enable-SPProjectQueueStatsMonitoring.md | 2 +- .../SharePointServer/Enable-SPSessionStateService.md | 2 +- .../sharepoint-server-ps/SharePointServer/Enable-SPTimerJob.md | 2 +- .../SharePointServer/Enable-SPUserLicensing.md | 2 +- .../SharePointServer/Enable-SPUserSolutionAllowList.md | 2 +- .../SharePointServer/Enable-SPWebApplicationHttpThrottling.md | 2 +- .../SharePointServer/Enable-SPWebTemplateForSiteMaster.md | 2 +- .../SharePointServer/Export-SPAppPackage.md | 2 +- .../SharePointServer/Export-SPBusinessDataCatalogModel.md | 2 +- .../SharePointServer/Export-SPCacheClusterConfig.md | 2 +- .../SharePointServer/Export-SPCertificate.md | 2 +- .../SharePointServer/Export-SPEnterpriseSearchTopology.md | 2 +- .../SharePointServer/Export-SPInfoPathAdministrationFiles.md | 2 +- .../Export-SPMetadataWebServicePartitionData.md | 2 +- .../SharePointServer/Export-SPScaleOutDatabaseTenantData.md | 2 +- .../Export-SPServerScaleOutDatabaseTenantData.md | 2 +- .../Export-SPSiteSubscriptionBusinessDataCatalogConfig.md | 2 +- .../SharePointServer/Export-SPSiteSubscriptionSettings.md | 2 +- .../SharePointServer/Export-SPTagsAndNotesData.md | 2 +- .../sharepoint-server-ps/SharePointServer/Export-SPWeb.md | 2 +- .../SharePointServer/Get-ProjectServerLicense.md | 2 +- .../SharePointServer/Get-SPAlternateURL.md | 2 +- .../SharePointServer/Get-SPAppAcquisitionConfiguration.md | 2 +- .../SharePointServer/Get-SPAppAutoProvisionConnection.md | 2 +- .../SharePointServer/Get-SPAppDeniedEndpointList.md | 2 +- .../SharePointServer/Get-SPAppDisablingConfiguration.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPAppDomain.md | 2 +- .../SharePointServer/Get-SPAppHostingQuotaConfiguration.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPAppInstance.md | 2 +- .../SharePointServer/Get-SPAppPrincipal.md | 2 +- .../SharePointServer/Get-SPAppScaleProfile.md | 2 +- .../SharePointServer/Get-SPAppSiteSubscriptionName.md | 2 +- .../SharePointServer/Get-SPAppStateSyncLastRunTime.md | 2 +- .../SharePointServer/Get-SPAppStateUpdateInterval.md | 2 +- .../SharePointServer/Get-SPAppStoreConfiguration.md | 2 +- .../SharePointServer/Get-SPAppStoreWebServiceConfiguration.md | 2 +- .../SharePointServer/Get-SPAuthenticationProvider.md | 2 +- .../SharePointServer/Get-SPAuthenticationRealm.md | 2 +- .../SharePointServer/Get-SPAvailabilityGroupStatus.md | 2 +- .../SharePointServer/Get-SPBackupHistory.md | 2 +- .../SharePointServer/Get-SPBingMapsBlock.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPBingMapsKey.md | 2 +- .../Get-SPBrowserCustomerExperienceImprovementProgram.md | 2 +- .../Get-SPBusinessDataCatalogEntityNotificationWeb.md | 2 +- .../Get-SPBusinessDataCatalogMetadataObject.md | 2 +- .../Get-SPBusinessDataCatalogThrottleConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPCache.md | 2 +- .../SharePointServer/Get-SPCacheClusterHealth.md | 2 +- .../SharePointServer/Get-SPCacheClusterInfo.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPCacheHost.md | 2 +- .../SharePointServer/Get-SPCacheHostConfig.md | 2 +- .../SharePointServer/Get-SPCacheStatistics.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPCertificate.md | 2 +- .../SharePointServer/Get-SPCertificateAuthority.md | 2 +- .../SharePointServer/Get-SPCertificateNotificationContact.md | 2 +- .../SharePointServer/Get-SPCertificateSettings.md | 2 +- .../SharePointServer/Get-SPClaimProvider.md | 2 +- .../SharePointServer/Get-SPClaimProviderManager.md | 2 +- .../SharePointServer/Get-SPClaimTypeEncoding.md | 2 +- .../Get-SPConnectedServiceApplicationInformation.md | 2 +- .../SharePointServer/Get-SPContentDatabase.md | 2 +- .../SharePointServer/Get-SPContentDatabaseOrphanedData.md | 2 +- .../SharePointServer/Get-SPContentDeploymentJob.md | 2 +- .../SharePointServer/Get-SPContentDeploymentPath.md | 2 +- .../SharePointServer/Get-SPCustomLayoutsPage.md | 2 +- .../SharePointServer/Get-SPDataConnectionFile.md | 2 +- .../SharePointServer/Get-SPDataConnectionFileDependent.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPDatabase.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md | 2 +- .../SharePointServer/Get-SPDesignerSettings.md | 2 +- .../SharePointServer/Get-SPDiagnosticConfig.md | 2 +- .../SharePointServer/Get-SPDiagnosticsPerformanceCounter.md | 2 +- .../SharePointServer/Get-SPDiagnosticsProvider.md | 2 +- .../SharePointServer/Get-SPDistributedCacheClientSetting.md | 2 +- .../Get-SPEnterpriseSearchAdministrationComponent.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchComponent.md | 2 +- .../Get-SPEnterpriseSearchContentEnrichmentConfiguration.md | 2 +- .../Get-SPEnterpriseSearchCrawlContentSource.md | 2 +- .../Get-SPEnterpriseSearchCrawlCustomConnector.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchCrawlDatabase.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchCrawlExtension.md | 2 +- .../Get-SPEnterpriseSearchCrawlLogReadPermission.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchCrawlMapping.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchCrawlRule.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchFileFormat.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchHostController.md | 2 +- .../Get-SPEnterpriseSearchLanguageResourcePhrase.md | 2 +- .../Get-SPEnterpriseSearchLinguisticComponentsStatus.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchLinksDatabase.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchMetadataCategory.md | 2 +- .../Get-SPEnterpriseSearchMetadataCrawledProperty.md | 2 +- .../Get-SPEnterpriseSearchMetadataManagedProperty.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchMetadataMapping.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchOwner.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchPropertyRule.md | 2 +- .../Get-SPEnterpriseSearchPropertyRuleCollection.md | 2 +- .../Get-SPEnterpriseSearchQueryAndSiteSettingsService.md | 2 +- ...et-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md | 2 +- .../Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchQueryAuthority.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchQueryDemoted.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchQueryKeyword.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchQueryScope.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchQueryScopeRule.md | 2 +- .../Get-SPEnterpriseSearchQuerySpellingCorrection.md | 2 +- .../Get-SPEnterpriseSearchQuerySuggestionCandidates.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchRankingModel.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchResultItemType.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchResultSource.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchSecurityTrimmer.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchService.md | 2 +- .../Get-SPEnterpriseSearchServiceApplication.md | 2 +- .../Get-SPEnterpriseSearchServiceApplicationBackupStore.md | 2 +- .../Get-SPEnterpriseSearchServiceApplicationProxy.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchServiceInstance.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchSiteHitRule.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchStatus.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchTopology.md | 2 +- .../SharePointServer/Get-SPEnterpriseSearchVssDataPath.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPFarmConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPFeature.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPFlightsInfo.md | 2 +- .../SharePointServer/Get-SPHealthAnalysisRule.md | 2 +- .../SharePointServer/Get-SPHelpCollection.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPIRMSettings.md | 2 +- .../SharePointServer/Get-SPInfoPathFormTemplate.md | 2 +- .../SharePointServer/Get-SPInfoPathFormsService.md | 2 +- .../SharePointServer/Get-SPInfoPathUserAgent.md | 2 +- .../SharePointServer/Get-SPInfoPathWebServiceProxy.md | 2 +- .../SharePointServer/Get-SPInternalAppStateSyncLastRunTime.md | 2 +- .../SharePointServer/Get-SPInternalAppStateUpdateInterval.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPLogEvent.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPLogLevel.md | 2 +- .../SharePointServer/Get-SPManagedAccount.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPManagedPath.md | 2 +- .../SharePointServer/Get-SPMetadataServiceApplication.md | 2 +- .../SharePointServer/Get-SPMetadataServiceApplicationProxy.md | 2 +- .../SharePointServer/Get-SPMicrofeedOptions.md | 2 +- .../SharePointServer/Get-SPMobileMessagingAccount.md | 2 +- .../SharePointServer/Get-SPO365LinkSettings.md | 2 +- .../SharePointServer/Get-SPODataConnectionSetting.md | 2 +- .../SharePointServer/Get-SPODataConnectionSettingMetadata.md | 2 +- .../SharePointServer/Get-SPOfficeStoreAppsDefaultActivation.md | 2 +- .../SharePointServer/Get-SPPendingUpgradeActions.md | 2 +- .../SharePointServer/Get-SPPeoplePickerConfig.md | 2 +- .../Get-SPPeoplePickerDistributionListSearchDomain.md | 2 +- .../SharePointServer/Get-SPPeoplePickerSearchADDomain.md | 2 +- .../SharePointServer/Get-SPPluggableSecurityTrimmer.md | 2 +- .../SharePointServer/Get-SPProcessAccount.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPProduct.md | 2 +- .../SharePointServer/Get-SPProfileLeader.md | 2 +- .../Get-SPProfileServiceApplicationSecurity.md | 2 +- .../SharePointServer/Get-SPProjectDatabaseQuota.md | 2 +- .../SharePointServer/Get-SPProjectDatabaseUsage.md | 2 +- .../SharePointServer/Get-SPProjectEnterpriseProjectTaskSync.md | 2 +- .../SharePointServer/Get-SPProjectEventServiceSettings.md | 2 +- .../Get-SPProjectIsEmailNotificationEnabled.md | 2 +- .../SharePointServer/Get-SPProjectOdataConfiguration.md | 2 +- .../SharePointServer/Get-SPProjectPCSSettings.md | 2 +- .../SharePointServer/Get-SPProjectPermissionMode.md | 2 +- .../SharePointServer/Get-SPProjectQueueSettings.md | 2 +- .../SharePointServer/Get-SPProjectWebInstance.md | 2 +- .../SharePointServer/Get-SPRemoteShareBlobStore.md | 2 +- .../SharePointServer/Get-SPRequestManagementSettings.md | 2 +- .../SharePointServer/Get-SPRoutingMachineInfo.md | 2 +- .../SharePointServer/Get-SPRoutingMachinePool.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPRoutingRule.md | 2 +- .../SharePointServer/Get-SPScaleOutDatabase.md | 2 +- .../SharePointServer/Get-SPScaleOutDatabaseDataState.md | 2 +- .../SharePointServer/Get-SPScaleOutDatabaseInconsistency.md | 2 +- .../SharePointServer/Get-SPScaleOutDatabaseLogEntry.md | 2 +- .../SharePointServer/Get-SPSecureStoreApplication.md | 2 +- .../SharePointServer/Get-SPSecureStoreSystemAccount.md | 2 +- .../SharePointServer/Get-SPSecurityTokenServiceConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPServer.md | 2 +- .../SharePointServer/Get-SPServerScaleOutDatabase.md | 2 +- .../SharePointServer/Get-SPServerScaleOutDatabaseDataState.md | 2 +- .../Get-SPServerScaleOutDatabaseInconsistency.md | 2 +- .../SharePointServer/Get-SPServerScaleOutDatabaseLogEntry.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPService.md | 2 +- .../SharePointServer/Get-SPServiceApplication.md | 2 +- .../SharePointServer/Get-SPServiceApplicationEndpoint.md | 2 +- .../SharePointServer/Get-SPServiceApplicationPool.md | 2 +- .../SharePointServer/Get-SPServiceApplicationProxy.md | 2 +- .../SharePointServer/Get-SPServiceApplicationProxyGroup.md | 2 +- .../SharePointServer/Get-SPServiceApplicationSecurity.md | 2 +- .../SharePointServer/Get-SPServiceContext.md | 2 +- .../SharePointServer/Get-SPServiceHostConfig.md | 2 +- .../SharePointServer/Get-SPServiceInstance.md | 2 +- .../SharePointServer/Get-SPSessionStateService.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPShellAdmin.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSite.md | 2 +- .../SharePointServer/Get-SPSiteAdministration.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPSiteMaster.md | 2 +- .../SharePointServer/Get-SPSiteSubscription.md | 2 +- .../SharePointServer/Get-SPSiteSubscriptionConfig.md | 2 +- .../SharePointServer/Get-SPSiteSubscriptionEdiscoveryHub.md | 2 +- .../Get-SPSiteSubscriptionEdiscoverySearchScope.md | 2 +- .../SharePointServer/Get-SPSiteSubscriptionFeaturePack.md | 2 +- .../SharePointServer/Get-SPSiteSubscriptionIRMConfig.md | 2 +- .../SharePointServer/Get-SPSiteSubscriptionMetadataConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPSiteURL.md | 2 +- .../SharePointServer/Get-SPSiteUpgradeSessionInfo.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPSolution.md | 2 +- .../SharePointServer/Get-SPStateServiceApplication.md | 2 +- .../SharePointServer/Get-SPStateServiceApplicationProxy.md | 2 +- .../SharePointServer/Get-SPStateServiceDatabase.md | 2 +- .../SharePointServer/Get-SPTaxonomySession.md | 2 +- .../SharePointServer/Get-SPThrottlingRule.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPTimerJob.md | 2 +- .../SharePointServer/Get-SPTopologyServiceApplication.md | 2 +- .../SharePointServer/Get-SPTopologyServiceApplicationProxy.md | 2 +- .../SharePointServer/Get-SPTranslationThrottlingSetting.md | 2 +- .../SharePointServer/Get-SPTrustedIdentityTokenIssuer.md | 2 +- .../SharePointServer/Get-SPTrustedRootAuthority.md | 2 +- .../SharePointServer/Get-SPTrustedSecurityTokenIssuer.md | 2 +- .../SharePointServer/Get-SPTrustedServiceTokenIssuer.md | 2 +- .../SharePointServer/Get-SPUpgradeActions.md | 2 +- .../SharePointServer/Get-SPUsageApplication.md | 2 +- .../SharePointServer/Get-SPUsageDefinition.md | 2 +- .../SharePointServer/Get-SPUsageService.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUser.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPUserLicense.md | 2 +- .../SharePointServer/Get-SPUserLicenseMapping.md | 2 +- .../SharePointServer/Get-SPUserLicensing.md | 2 +- .../SharePointServer/Get-SPUserSettingsProvider.md | 2 +- .../SharePointServer/Get-SPUserSettingsProviderManager.md | 2 +- .../SharePointServer/Get-SPUserSolution.md | 2 +- .../SharePointServer/Get-SPUserSolutionAllowList.md | 2 +- .../SharePointServer/Get-SPVisioExternalData.md | 2 +- .../SharePointServer/Get-SPVisioPerformance.md | 2 +- .../SharePointServer/Get-SPVisioSafeDataProvider.md | 2 +- .../SharePointServer/Get-SPVisioServiceApplication.md | 2 +- .../SharePointServer/Get-SPVisioServiceApplicationProxy.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPWOPIBinding.md | 2 +- .../SharePointServer/Get-SPWOPISuppressionSetting.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPWOPIZone.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWeb.md | 2 +- .../SharePointServer/Get-SPWebApplication.md | 2 +- .../SharePointServer/Get-SPWebApplicationAppDomain.md | 2 +- .../Get-SPWebApplicationHttpThrottlingMonitor.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPWebPartPack.md | 2 +- .../sharepoint-server-ps/SharePointServer/Get-SPWebTemplate.md | 2 +- .../SharePointServer/Get-SPWebTemplatesEnabledForSiteMaster.md | 2 +- .../SharePointServer/Get-SPWorkflowConfig.md | 2 +- .../SharePointServer/Get-SPWorkflowServiceApplicationProxy.md | 2 +- .../Grant-SPBusinessDataCatalogMetadataObject.md | 2 +- .../SharePointServer/Grant-SPObjectSecurity.md | 2 +- .../SharePointServer/Import-SPAppPackage.md | 2 +- .../Import-SPBusinessDataCatalogDotNetAssembly.md | 2 +- .../SharePointServer/Import-SPBusinessDataCatalogModel.md | 2 +- .../SharePointServer/Import-SPCacheClusterConfig.md | 2 +- .../SharePointServer/Import-SPCertificate.md | 2 +- .../Import-SPEnterpriseSearchCustomExtractionDictionary.md | 2 +- .../Import-SPEnterpriseSearchPopularQueries.md | 2 +- .../SharePointServer/Import-SPEnterpriseSearchThesaurus.md | 2 +- .../SharePointServer/Import-SPEnterpriseSearchTopology.md | 2 +- .../SharePointServer/Import-SPInfoPathAdministrationFiles.md | 2 +- .../Import-SPMetadataWebServicePartitionData.md | 2 +- .../SharePointServer/Import-SPScaleOutDatabaseTenantData.md | 2 +- .../Import-SPServerScaleOutDatabaseTenantData.md | 2 +- .../Import-SPSiteSubscriptionBusinessDataCatalogConfig.md | 2 +- .../SharePointServer/Import-SPSiteSubscriptionSettings.md | 2 +- .../sharepoint-server-ps/SharePointServer/Import-SPWeb.md | 2 +- .../SharePointServer/Initialize-SPResourceSecurity.md | 2 +- .../SharePointServer/Initialize-SPStateServiceDatabase.md | 2 +- .../sharepoint-server-ps/SharePointServer/Install-SPApp.md | 2 +- .../SharePointServer/Install-SPApplicationContent.md | 2 +- .../SharePointServer/Install-SPDataConnectionFile.md | 2 +- .../sharepoint-server-ps/SharePointServer/Install-SPFeature.md | 2 +- .../SharePointServer/Install-SPHelpCollection.md | 2 +- .../SharePointServer/Install-SPInfoPathFormTemplate.md | 2 +- .../sharepoint-server-ps/SharePointServer/Install-SPService.md | 2 +- .../SharePointServer/Install-SPSolution.md | 2 +- .../SharePointServer/Install-SPUserSolution.md | 2 +- .../SharePointServer/Install-SPWebPartPack.md | 2 +- ...nvoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md | 2 +- .../Invoke-SPProjectActiveDirectoryGroupSync.md | 2 +- .../sharepoint-server-ps/SharePointServer/Merge-SPLogFile.md | 2 +- .../sharepoint-server-ps/SharePointServer/Merge-SPUsageLog.md | 2 +- .../SharePointServer/Migrate-SPDatabase.md | 2 +- .../SharePointServer/Migrate-SPProjectResourcePlans.md | 2 +- .../SharePointServer/Mount-SPContentDatabase.md | 2 +- .../SharePointServer/Mount-SPStateServiceDatabase.md | 2 +- .../SharePointServer/Move-SPAppManagementData.md | 2 +- .../SharePointServer/Move-SPBlobStorageLocation.md | 2 +- .../SharePointServer/Move-SPCertificate.md | 2 +- .../SharePointServer/Move-SPDeletedSite.md | 2 +- .../SharePointServer/Move-SPEnterpriseSearchLinksDatabases.md | 2 +- .../SharePointServer/Move-SPProfileManagedMetadataProperty.md | 2 +- .../sharepoint-server-ps/SharePointServer/Move-SPSite.md | 2 +- .../SharePointServer/Move-SPSocialComment.md | 2 +- .../sharepoint-server-ps/SharePointServer/Move-SPUser.md | 2 +- .../SharePointServer/New-SPAlternateURL.md | 2 +- .../SharePointServer/New-SPAppManagementServiceApplication.md | 2 +- .../New-SPAppManagementServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPAuthenticationProvider.md | 2 +- .../New-SPAzureAccessControlServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPBECWebServiceApplicationProxy.md | 2 +- .../New-SPBusinessDataCatalogServiceApplication.md | 2 +- .../New-SPBusinessDataCatalogServiceApplicationProxy.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPCache.md | 2 +- .../SharePointServer/New-SPCentralAdministration.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPCertificate.md | 2 +- .../SharePointServer/New-SPClaimProvider.md | 2 +- .../SharePointServer/New-SPClaimTypeEncoding.md | 2 +- .../SharePointServer/New-SPClaimTypeMapping.md | 2 +- .../SharePointServer/New-SPClaimsPrincipal.md | 2 +- .../SharePointServer/New-SPConfigurationDatabase.md | 2 +- .../SharePointServer/New-SPContentDatabase.md | 2 +- .../SharePointServer/New-SPContentDeploymentJob.md | 2 +- .../SharePointServer/New-SPContentDeploymentPath.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchAdminComponent.md | 2 +- .../New-SPEnterpriseSearchAnalyticsProcessingComponent.md | 2 +- .../New-SPEnterpriseSearchContentEnrichmentConfiguration.md | 2 +- .../New-SPEnterpriseSearchContentProcessingComponent.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchCrawlComponent.md | 2 +- .../New-SPEnterpriseSearchCrawlContentSource.md | 2 +- .../New-SPEnterpriseSearchCrawlCustomConnector.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchCrawlDatabase.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchCrawlExtension.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchCrawlMapping.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchCrawlRule.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchFileFormat.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchIndexComponent.md | 2 +- .../New-SPEnterpriseSearchLanguageResourcePhrase.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchLinksDatabase.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchMetadataCategory.md | 2 +- .../New-SPEnterpriseSearchMetadataCrawledProperty.md | 2 +- .../New-SPEnterpriseSearchMetadataManagedProperty.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchMetadataMapping.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchQueryAuthority.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchQueryDemoted.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchQueryKeyword.md | 2 +- .../New-SPEnterpriseSearchQueryProcessingComponent.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchQueryScope.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchQueryScopeRule.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchRankingModel.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchResultItemType.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchResultSource.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchSecurityTrimmer.md | 2 +- .../New-SPEnterpriseSearchServiceApplication.md | 2 +- .../New-SPEnterpriseSearchServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchSiteHitRule.md | 2 +- .../SharePointServer/New-SPEnterpriseSearchTopology.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPLogFile.md | 2 +- .../SharePointServer/New-SPManagedAccount.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPManagedPath.md | 2 +- .../New-SPMarketplaceWebServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPMetadataServiceApplication.md | 2 +- .../SharePointServer/New-SPMetadataServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPODataConnectionSetting.md | 2 +- ...ineApplicationPrincipalManagementServiceApplicationProxy.md | 2 +- .../New-SPPowerPointConversionServiceApplication.md | 2 +- .../New-SPPowerPointConversionServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPProfileServiceApplication.md | 2 +- .../SharePointServer/New-SPProfileServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPProjectServiceApplication.md | 2 +- .../SharePointServer/New-SPProjectServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPRequestManagementRuleCriteria.md | 2 +- .../SharePointServer/New-SPSecureStoreApplication.md | 2 +- .../SharePointServer/New-SPSecureStoreApplicationField.md | 2 +- .../SharePointServer/New-SPSecureStoreServiceApplication.md | 2 +- .../New-SPSecureStoreServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPSecureStoreTargetApplication.md | 2 +- .../SharePointServer/New-SPServiceApplicationPool.md | 2 +- .../SharePointServer/New-SPServiceApplicationProxyGroup.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/New-SPSite.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPSiteMaster.md | 2 +- .../SharePointServer/New-SPSiteSubscription.md | 2 +- .../SharePointServer/New-SPSiteSubscriptionFeaturePack.md | 2 +- .../SharePointServer/New-SPStateServiceApplication.md | 2 +- .../SharePointServer/New-SPStateServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPStateServiceDatabase.md | 2 +- .../New-SPSubscriptionSettingsServiceApplication.md | 2 +- .../New-SPSubscriptionSettingsServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPTranslationServiceApplication.md | 2 +- .../New-SPTranslationServiceApplicationProxy.md | 2 +- .../SharePointServer/New-SPTrustedIdentityTokenIssuer.md | 2 +- .../SharePointServer/New-SPTrustedRootAuthority.md | 2 +- .../SharePointServer/New-SPTrustedSecurityTokenIssuer.md | 2 +- .../SharePointServer/New-SPTrustedServiceTokenIssuer.md | 2 +- .../SharePointServer/New-SPUsageApplication.md | 2 +- .../SharePointServer/New-SPUsageLogFile.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/New-SPUser.md | 2 +- .../SharePointServer/New-SPUserLicenseMapping.md | 2 +- .../SharePointServer/New-SPUserSettingsProvider.md | 2 +- .../SharePointServer/New-SPUserSolutionAllowList.md | 2 +- .../SharePointServer/New-SPVisioSafeDataProvider.md | 2 +- .../SharePointServer/New-SPVisioServiceApplication.md | 2 +- .../SharePointServer/New-SPVisioServiceApplicationProxy.md | 2 +- .../sharepoint-server-ps/SharePointServer/New-SPWOPIBinding.md | 2 +- .../SharePointServer/New-SPWOPISuppressionSetting.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/New-SPWeb.md | 2 +- .../SharePointServer/New-SPWebApplication.md | 2 +- .../SharePointServer/New-SPWebApplicationAppDomain.md | 2 +- .../SharePointServer/New-SPWebApplicationExtension.md | 2 +- .../SharePointServer/New-SPWordConversionServiceApplication.md | 2 +- .../SharePointServer/New-SPWorkflowServiceApplicationProxy.md | 2 +- .../SharePointServer/Pause-SPProjectWebInstance.md | 2 +- .../SharePointServer/Publish-SPServiceApplication.md | 2 +- .../Receive-SPServiceApplicationConnectionInfo.md | 2 +- .../SharePointServer/Register-SPAppPrincipal.md | 2 +- .../SharePointServer/Register-SPRemoteShareBlobStore.md | 2 +- .../SharePointServer/Register-SPVssWriter.md | 2 +- .../SharePointServer/Register-SPWorkflowService.md | 2 +- .../SharePointServer/Remove-SPActivityFeedItems.md | 2 +- .../SharePointServer/Remove-SPAlternateURL.md | 2 +- .../SharePointServer/Remove-SPAppDeniedEndpoint.md | 2 +- .../SharePointServer/Remove-SPAppPrincipalPermission.md | 2 +- .../SharePointServer/Remove-SPApplicationCredentialKey.md | 2 +- .../SharePointServer/Remove-SPBusinessDataCatalogModel.md | 2 +- .../SharePointServer/Remove-SPCentralAdministration.md | 2 +- .../SharePointServer/Remove-SPCertificate.md | 2 +- .../Remove-SPCertificateNotificationContact.md | 2 +- .../SharePointServer/Remove-SPClaimProvider.md | 2 +- .../SharePointServer/Remove-SPClaimTypeMapping.md | 2 +- .../SharePointServer/Remove-SPConfigurationDatabase.md | 2 +- .../SharePointServer/Remove-SPConfigurationObject.md | 2 +- .../SharePointServer/Remove-SPContentDatabase.md | 2 +- .../SharePointServer/Remove-SPContentDeploymentJob.md | 2 +- .../SharePointServer/Remove-SPContentDeploymentPath.md | 2 +- .../SharePointServer/Remove-SPDatabaseFromAvailabilityGroup.md | 2 +- .../SharePointServer/Remove-SPDeletedSite.md | 2 +- .../SharePointServer/Remove-SPDiagnosticsPerformanceCounter.md | 2 +- .../Remove-SPDistributedCacheServiceInstance.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchComponent.md | 2 +- .../Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md | 2 +- .../Remove-SPEnterpriseSearchCrawlContentSource.md | 2 +- .../Remove-SPEnterpriseSearchCrawlCustomConnector.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchCrawlDatabase.md | 2 +- .../Remove-SPEnterpriseSearchCrawlExtension.md | 2 +- .../Remove-SPEnterpriseSearchCrawlLogReadPermission.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchCrawlMapping.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchCrawlRule.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchFileFormat.md | 2 +- .../Remove-SPEnterpriseSearchLanguageResourcePhrase.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchLinksDatabase.md | 2 +- .../Remove-SPEnterpriseSearchMetadataCategory.md | 2 +- .../Remove-SPEnterpriseSearchMetadataManagedProperty.md | 2 +- .../Remove-SPEnterpriseSearchMetadataMapping.md | 2 +- .../Remove-SPEnterpriseSearchQueryAuthority.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchQueryDemoted.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchQueryKeyword.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchQueryScope.md | 2 +- .../Remove-SPEnterpriseSearchQueryScopeRule.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchRankingModel.md | 2 +- .../Remove-SPEnterpriseSearchResultItemType.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchResultSource.md | 2 +- .../Remove-SPEnterpriseSearchSecurityTrimmer.md | 2 +- .../Remove-SPEnterpriseSearchServiceApplication.md | 2 +- .../Remove-SPEnterpriseSearchServiceApplicationProxy.md | 2 +- .../Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchSiteHitRule.md | 2 +- .../Remove-SPEnterpriseSearchTenantConfiguration.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchTenantSchema.md | 2 +- .../SharePointServer/Remove-SPEnterpriseSearchTopology.md | 2 +- .../SharePointServer/Remove-SPInfoPathUserAgent.md | 2 +- .../SharePointServer/Remove-SPManagedAccount.md | 2 +- .../SharePointServer/Remove-SPManagedPath.md | 2 +- .../SharePointServer/Remove-SPODataConnectionSetting.md | 2 +- .../Remove-SPPeoplePickerDistributionListSearchDomain.md | 2 +- .../SharePointServer/Remove-SPPeoplePickerSearchADDomain.md | 2 +- .../Remove-SPPeoplePickerServiceAccountDirectoryPath.md | 2 +- .../SharePointServer/Remove-SPPluggableSecurityTrimmer.md | 2 +- .../SharePointServer/Remove-SPProfileLeader.md | 2 +- .../SharePointServer/Remove-SPProfileSyncConnection.md | 2 +- .../SharePointServer/Remove-SPProjectWebInstanceData.md | 2 +- .../SharePointServer/Remove-SPRoutingMachineInfo.md | 2 +- .../SharePointServer/Remove-SPRoutingMachinePool.md | 2 +- .../SharePointServer/Remove-SPRoutingRule.md | 2 +- .../SharePointServer/Remove-SPScaleOutDatabase.md | 2 +- .../SharePointServer/Remove-SPSecureStoreApplication.md | 2 +- .../SharePointServer/Remove-SPSecureStoreSystemAccount.md | 2 +- .../SharePointServer/Remove-SPServerScaleOutDatabase.md | 2 +- .../SharePointServer/Remove-SPServiceApplication.md | 2 +- .../SharePointServer/Remove-SPServiceApplicationPool.md | 2 +- .../SharePointServer/Remove-SPServiceApplicationProxy.md | 2 +- .../SharePointServer/Remove-SPServiceApplicationProxyGroup.md | 2 +- .../Remove-SPServiceApplicationProxyGroupMember.md | 2 +- .../SharePointServer/Remove-SPShellAdmin.md | 2 +- .../sharepoint-server-ps/SharePointServer/Remove-SPSite.md | 2 +- .../SharePointServer/Remove-SPSiteMaster.md | 2 +- .../SharePointServer/Remove-SPSiteSubscription.md | 2 +- .../Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md | 2 +- .../SharePointServer/Remove-SPSiteSubscriptionFeaturePack.md | 2 +- .../Remove-SPSiteSubscriptionFeaturePackMember.md | 2 +- .../Remove-SPSiteSubscriptionMetadataConfig.md | 2 +- .../SharePointServer/Remove-SPSiteSubscriptionProfileConfig.md | 2 +- .../SharePointServer/Remove-SPSiteSubscriptionSettings.md | 2 +- .../sharepoint-server-ps/SharePointServer/Remove-SPSiteURL.md | 2 +- .../SharePointServer/Remove-SPSiteUpgradeSessionInfo.md | 2 +- .../SharePointServer/Remove-SPSocialItemByDate.md | 2 +- .../sharepoint-server-ps/SharePointServer/Remove-SPSolution.md | 2 +- .../SharePointServer/Remove-SPSolutionDeploymentLock.md | 2 +- .../SharePointServer/Remove-SPStateServiceDatabase.md | 2 +- .../SharePointServer/Remove-SPThrottlingRule.md | 2 +- .../SharePointServer/Remove-SPTranslationServiceJobHistory.md | 2 +- .../SharePointServer/Remove-SPTrustedIdentityTokenIssuer.md | 2 +- .../SharePointServer/Remove-SPTrustedRootAuthority.md | 2 +- .../SharePointServer/Remove-SPTrustedSecurityTokenIssuer.md | 2 +- .../SharePointServer/Remove-SPTrustedServiceTokenIssuer.md | 2 +- .../SharePointServer/Remove-SPUsageApplication.md | 2 +- .../sharepoint-server-ps/SharePointServer/Remove-SPUser.md | 2 +- .../SharePointServer/Remove-SPUserLicenseMapping.md | 2 +- .../SharePointServer/Remove-SPUserSettingsProvider.md | 2 +- .../SharePointServer/Remove-SPUserSolution.md | 2 +- .../SharePointServer/Remove-SPVisioSafeDataProvider.md | 2 +- .../SharePointServer/Remove-SPWOPIBinding.md | 2 +- .../SharePointServer/Remove-SPWOPISuppressionSetting.md | 2 +- .../sharepoint-server-ps/SharePointServer/Remove-SPWeb.md | 2 +- .../SharePointServer/Remove-SPWebApplication.md | 2 +- .../SharePointServer/Remove-SPWebApplicationAppDomain.md | 2 +- .../Remove-SPWordConversionServiceJobHistory.md | 2 +- .../SharePointServer/Rename-SPCertificate.md | 2 +- .../sharepoint-server-ps/SharePointServer/Rename-SPServer.md | 2 +- .../SharePointServer/Renew-SPCertificate.md | 2 +- .../SharePointServer/Repair-SPManagedAccountDeployment.md | 2 +- .../SharePointServer/Repair-SPProjectWebInstance.md | 2 +- .../sharepoint-server-ps/SharePointServer/Repair-SPSite.md | 2 +- .../SharePointServer/Request-SPUpgradeEvaluationSite.md | 2 +- .../SharePointServer/Reset-SPProjectEventServiceSettings.md | 2 +- .../SharePointServer/Reset-SPProjectPCSSettings.md | 2 +- .../SharePointServer/Reset-SPProjectQueueSettings.md | 2 +- .../sharepoint-server-ps/SharePointServer/Reset-SPSites.md | 2 +- .../SharePointServer/Restart-SPAppInstanceJob.md | 2 +- .../SharePointServer/Restore-SPDeletedSite.md | 2 +- .../Restore-SPEnterpriseSearchServiceApplication.md | 2 +- .../Restore-SPEnterpriseSearchServiceApplicationIndex.md | 2 +- .../sharepoint-server-ps/SharePointServer/Restore-SPFarm.md | 2 +- .../sharepoint-server-ps/SharePointServer/Restore-SPSite.md | 2 +- .../Resume-SPEnterpriseSearchServiceApplication.md | 2 +- .../SharePointServer/Resume-SPProjectWebInstance.md | 2 +- .../SharePointServer/Resume-SPStateServiceDatabase.md | 2 +- .../Revoke-SPBusinessDataCatalogMetadataObject.md | 2 +- .../SharePointServer/Revoke-SPObjectSecurity.md | 2 +- .../SharePointServer/Set-SPAlternateURL.md | 2 +- .../SharePointServer/Set-SPAppAcquisitionConfiguration.md | 2 +- .../SharePointServer/Set-SPAppAutoProvisionConnection.md | 2 +- .../SharePointServer/Set-SPAppDisablingConfiguration.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPAppDomain.md | 2 +- .../SharePointServer/Set-SPAppHostingQuotaConfiguration.md | 2 +- .../SharePointServer/Set-SPAppManagementDeploymentId.md | 2 +- .../SharePointServer/Set-SPAppPrincipalPermission.md | 2 +- .../SharePointServer/Set-SPAppScaleProfile.md | 2 +- .../SharePointServer/Set-SPAppSiteDomain.md | 2 +- .../SharePointServer/Set-SPAppSiteSubscriptionName.md | 2 +- .../SharePointServer/Set-SPAppStateUpdateInterval.md | 2 +- .../SharePointServer/Set-SPAppStoreConfiguration.md | 2 +- .../SharePointServer/Set-SPAppStoreWebServiceConfiguration.md | 2 +- .../SharePointServer/Set-SPApplicationCredentialKey.md | 2 +- .../SharePointServer/Set-SPAuthenticationRealm.md | 2 +- .../SharePointServer/Set-SPBingMapsBlock.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPBingMapsKey.md | 2 +- .../Set-SPBrowserCustomerExperienceImprovementProgram.md | 2 +- .../Set-SPBusinessDataCatalogEntityNotificationWeb.md | 2 +- .../Set-SPBusinessDataCatalogMetadataObject.md | 2 +- .../Set-SPBusinessDataCatalogServiceApplication.md | 2 +- .../Set-SPBusinessDataCatalogThrottleConfig.md | 2 +- .../SharePointServer/Set-SPCentralAdministration.md | 2 +- .../SharePointServer/Set-SPCertificateSettings.md | 2 +- .../SharePointServer/Set-SPClaimProvider.md | 2 +- .../SharePointServer/Set-SPContentDatabase.md | 2 +- .../SharePointServer/Set-SPContentDeploymentJob.md | 2 +- .../SharePointServer/Set-SPContentDeploymentPath.md | 2 +- .../SharePointServer/Set-SPCustomLayoutsPage.md | 2 +- .../SharePointServer/Set-SPDataConnectionFile.md | 2 +- .../SharePointServer/Set-SPDefaultProfileConfig.md | 2 +- .../SharePointServer/Set-SPDesignerSettings.md | 2 +- .../SharePointServer/Set-SPDiagnosticConfig.md | 2 +- .../SharePointServer/Set-SPDiagnosticsProvider.md | 2 +- .../SharePointServer/Set-SPDistributedCacheClientSetting.md | 2 +- .../Set-SPEnterpriseSearchAdministrationComponent.md | 2 +- .../Set-SPEnterpriseSearchContentEnrichmentConfiguration.md | 2 +- .../Set-SPEnterpriseSearchCrawlContentSource.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchCrawlDatabase.md | 2 +- .../Set-SPEnterpriseSearchCrawlLogReadPermission.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchCrawlRule.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchFileFormatState.md | 2 +- .../Set-SPEnterpriseSearchLinguisticComponentsStatus.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchLinksDatabase.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchMetadataCategory.md | 2 +- .../Set-SPEnterpriseSearchMetadataCrawledProperty.md | 2 +- .../Set-SPEnterpriseSearchMetadataManagedProperty.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchMetadataMapping.md | 2 +- .../Set-SPEnterpriseSearchPrimaryHostController.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchQueryAuthority.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchQueryKeyword.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchQueryScope.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchQueryScopeRule.md | 2 +- .../Set-SPEnterpriseSearchQuerySpellingCorrection.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchRankingModel.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchResultItemType.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchResultSource.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchService.md | 2 +- .../Set-SPEnterpriseSearchServiceApplication.md | 2 +- .../Set-SPEnterpriseSearchServiceApplicationProxy.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchServiceInstance.md | 2 +- .../SharePointServer/Set-SPEnterpriseSearchTopology.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPFarmConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPIRMSettings.md | 2 +- .../SharePointServer/Set-SPInfoPathFormTemplate.md | 2 +- .../SharePointServer/Set-SPInfoPathFormsService.md | 2 +- .../SharePointServer/Set-SPInfoPathWebServiceProxy.md | 2 +- .../SharePointServer/Set-SPInternalAppStateUpdateInterval.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPLogLevel.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPMachineKey.md | 2 +- .../SharePointServer/Set-SPManagedAccount.md | 2 +- .../SharePointServer/Set-SPMetadataServiceApplication.md | 2 +- .../SharePointServer/Set-SPMetadataServiceApplicationProxy.md | 2 +- .../SharePointServer/Set-SPMicrofeedOptions.md | 2 +- .../SharePointServer/Set-SPMobileMessagingAccount.md | 2 +- .../SharePointServer/Set-SPO365LinkSettings.md | 2 +- .../SharePointServer/Set-SPODataConnectionSetting.md | 2 +- .../SharePointServer/Set-SPODataConnectionSettingMetadata.md | 2 +- .../SharePointServer/Set-SPOfficeStoreAppsDefaultActivation.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPPassPhrase.md | 2 +- .../SharePointServer/Set-SPPeoplePickerConfig.md | 2 +- .../Set-SPPowerPointConversionServiceApplication.md | 2 +- .../SharePointServer/Set-SPProfileServiceApplication.md | 2 +- .../SharePointServer/Set-SPProfileServiceApplicationProxy.md | 2 +- .../Set-SPProfileServiceApplicationSecurity.md | 2 +- .../SharePointServer/Set-SPProjectDatabaseQuota.md | 2 +- .../SharePointServer/Set-SPProjectEventServiceSettings.md | 2 +- .../SharePointServer/Set-SPProjectOdataConfiguration.md | 2 +- .../SharePointServer/Set-SPProjectPCSSettings.md | 2 +- .../SharePointServer/Set-SPProjectPermissionMode.md | 2 +- .../SharePointServer/Set-SPProjectQueueSettings.md | 2 +- .../SharePointServer/Set-SPProjectServiceApplication.md | 2 +- .../SharePointServer/Set-SPProjectUserSync.md | 2 +- .../Set-SPProjectUserSyncDisabledSyncThreshold.md | 2 +- .../SharePointServer/Set-SPProjectUserSyncFullSyncThreshold.md | 2 +- .../Set-SPProjectUserSyncOffPeakSyncThreshold.md | 2 +- .../SharePointServer/Set-SPRemoteShareBlobStore.md | 2 +- .../SharePointServer/Set-SPRequestManagementSettings.md | 2 +- .../SharePointServer/Set-SPRoutingMachineInfo.md | 2 +- .../SharePointServer/Set-SPRoutingMachinePool.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPRoutingRule.md | 2 +- .../SharePointServer/Set-SPScaleOutDatabaseDataRange.md | 2 +- .../SharePointServer/Set-SPScaleOutDatabaseDataSubRange.md | 2 +- .../SharePointServer/Set-SPSecureStoreApplication.md | 2 +- .../SharePointServer/Set-SPSecureStoreDefaultProvider.md | 2 +- .../SharePointServer/Set-SPSecureStoreServiceApplication.md | 2 +- .../SharePointServer/Set-SPSecurityTokenServiceConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPServer.md | 2 +- .../SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md | 2 +- .../Set-SPServerScaleOutDatabaseDataSubRange.md | 2 +- .../SharePointServer/Set-SPServiceApplication.md | 2 +- .../SharePointServer/Set-SPServiceApplicationEndpoint.md | 2 +- .../SharePointServer/Set-SPServiceApplicationPool.md | 2 +- .../SharePointServer/Set-SPServiceApplicationSecurity.md | 2 +- .../SharePointServer/Set-SPServiceHostConfig.md | 2 +- .../SharePointServer/Set-SPSessionStateService.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSite.md | 2 +- .../SharePointServer/Set-SPSiteAdministration.md | 2 +- .../SharePointServer/Set-SPSiteSubscriptionConfig.md | 2 +- .../SharePointServer/Set-SPSiteSubscriptionEdiscoveryHub.md | 2 +- .../SharePointServer/Set-SPSiteSubscriptionIRMConfig.md | 2 +- .../SharePointServer/Set-SPSiteSubscriptionMetadataConfig.md | 2 +- .../SharePointServer/Set-SPSiteSubscriptionProfileConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPSiteURL.md | 2 +- .../SharePointServer/Set-SPStateServiceApplication.md | 2 +- .../SharePointServer/Set-SPStateServiceApplicationProxy.md | 2 +- .../SharePointServer/Set-SPStateServiceDatabase.md | 2 +- .../Set-SPSubscriptionSettingsServiceApplication.md | 2 +- .../SharePointServer/Set-SPThrottlingRule.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPTimerJob.md | 2 +- .../SharePointServer/Set-SPTopologyServiceApplication.md | 2 +- .../SharePointServer/Set-SPTopologyServiceApplicationProxy.md | 2 +- .../SharePointServer/Set-SPTranslationServiceApplication.md | 2 +- .../Set-SPTranslationServiceApplicationProxy.md | 2 +- .../SharePointServer/Set-SPTranslationThrottlingSetting.md | 2 +- .../SharePointServer/Set-SPTrustedIdentityTokenIssuer.md | 2 +- .../SharePointServer/Set-SPTrustedRootAuthority.md | 2 +- .../SharePointServer/Set-SPTrustedSecurityTokenIssuer.md | 2 +- .../SharePointServer/Set-SPTrustedServiceTokenIssuer.md | 2 +- .../SharePointServer/Set-SPUsageApplication.md | 2 +- .../SharePointServer/Set-SPUsageDefinition.md | 2 +- .../SharePointServer/Set-SPUsageService.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUser.md | 2 +- .../SharePointServer/Set-SPVisioExternalData.md | 2 +- .../SharePointServer/Set-SPVisioPerformance.md | 2 +- .../SharePointServer/Set-SPVisioSafeDataProvider.md | 2 +- .../SharePointServer/Set-SPVisioServiceApplication.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPWOPIBinding.md | 2 +- .../sharepoint-server-ps/SharePointServer/Set-SPWOPIZone.md | 2 +- sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWeb.md | 2 +- .../SharePointServer/Set-SPWebApplication.md | 2 +- .../Set-SPWebApplicationHttpThrottlingMonitor.md | 2 +- .../SharePointServer/Set-SPWordConversionServiceApplication.md | 2 +- .../SharePointServer/Set-SPWorkflowConfig.md | 2 +- .../sharepoint-server-ps/SharePointServer/SharePointServer.md | 2 +- .../SharePointServer/Split-SPScaleOutDatabase.md | 2 +- .../SharePointServer/Split-SPServerScaleOutDatabase.md | 2 +- .../sharepoint-server-ps/SharePointServer/Start-SPAdminJob.md | 2 +- .../SharePointServer/Start-SPAssignment.md | 2 +- .../SharePointServer/Start-SPCacheCluster.md | 2 +- .../SharePointServer/Start-SPContentDeploymentJob.md | 2 +- .../SharePointServer/Start-SPDiagnosticsSession.md | 2 +- ...rt-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md | 2 +- .../Start-SPEnterpriseSearchServiceInstance.md | 2 +- .../SharePointServer/Start-SPInfoPathFormTemplate.md | 2 +- .../sharepoint-server-ps/SharePointServer/Start-SPService.md | 2 +- .../SharePointServer/Start-SPServiceInstance.md | 2 +- .../sharepoint-server-ps/SharePointServer/Start-SPTimerJob.md | 2 +- .../sharepoint-server-ps/SharePointServer/Stop-SPAssignment.md | 2 +- .../SharePointServer/Stop-SPCacheCluster.md | 2 +- .../SharePointServer/Stop-SPContentTypeReplication.md | 2 +- .../SharePointServer/Stop-SPDiagnosticsSession.md | 2 +- .../SharePointServer/Stop-SPDistributedCacheServiceInstance.md | 2 +- ...op-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md | 2 +- .../SharePointServer/Stop-SPEnterpriseSearchServiceInstance.md | 2 +- .../SharePointServer/Stop-SPInfoPathFormTemplate.md | 2 +- .../sharepoint-server-ps/SharePointServer/Stop-SPService.md | 2 +- .../SharePointServer/Stop-SPServiceInstance.md | 2 +- .../SharePointServer/Stop-SPTaxonomyReplication.md | 2 +- .../Suspend-SPEnterpriseSearchServiceApplication.md | 2 +- .../SharePointServer/Suspend-SPStateServiceDatabase.md | 2 +- .../SharePointServer/Switch-SPBlobStorage.md | 2 +- .../SharePointServer/Switch-SPCertificate.md | 2 +- .../SharePointServer/Sync-SPProjectPermissions.md | 2 +- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 3 +++ .../SharePointServer/Test-SPContentDatabase.md | 2 +- .../SharePointServer/Test-SPInfoPathFormTemplate.md | 2 +- .../SharePointServer/Test-SPO365LinkSettings.md | 2 +- .../SharePointServer/Test-SPProjectServiceApplication.md | 2 +- .../SharePointServer/Test-SPProjectWebInstance.md | 2 +- .../SharePointServer/Test-SPRemoteShareBlobStore.md | 2 +- .../sharepoint-server-ps/SharePointServer/Test-SPSite.md | 2 +- .../SharePointServer/Uninstall-SPAppInstance.md | 2 +- .../SharePointServer/Uninstall-SPDataConnectionFile.md | 2 +- .../SharePointServer/Uninstall-SPFeature.md | 2 +- .../SharePointServer/Uninstall-SPHelpCollection.md | 2 +- .../SharePointServer/Uninstall-SPInfoPathFormTemplate.md | 2 +- .../SharePointServer/Uninstall-SPSolution.md | 2 +- .../SharePointServer/Uninstall-SPUserSolution.md | 2 +- .../SharePointServer/Uninstall-SPWebPartPack.md | 2 +- .../SharePointServer/Unpublish-SPServiceApplication.md | 2 +- .../SharePointServer/Unregister-SPRemoteShareBlobStore.md | 2 +- .../SharePointServer/Unregister-SPVssWriter.md | 2 +- .../SharePointServer/Update-SPAppCatalogConfiguration.md | 2 +- .../SharePointServer/Update-SPAppInstance.md | 2 +- .../SharePointServer/Update-SPAzureBlobConfigLocatorEx1.md | 2 +- .../SharePointServer/Update-SPDataRetrievalServiceConfig.md | 2 +- .../SharePointServer/Update-SPDistributedCacheSize.md | 2 +- .../SharePointServer/Update-SPFarmEncryptionKey.md | 2 +- .../SharePointServer/Update-SPFlightsConfigFile.md | 2 +- .../SharePointServer/Update-SPInfoPathAdminFileUrl.md | 2 +- .../SharePointServer/Update-SPInfoPathFormTemplate.md | 2 +- .../SharePointServer/Update-SPInfoPathUserFileUrl.md | 2 +- .../SharePointServer/Update-SPMachineKey.md | 2 +- .../SharePointServer/Update-SPProfilePhotoStore.md | 2 +- .../SharePointServer/Update-SPProfileSync.md | 2 +- .../SharePointServer/Update-SPRepopulateMicroblogFeedCache.md | 2 +- .../SharePointServer/Update-SPRepopulateMicroblogLMTCache.md | 2 +- .../Update-SPSecureStoreApplicationServerKey.md | 2 +- .../SharePointServer/Update-SPSecureStoreCredentialMapping.md | 2 +- .../Update-SPSecureStoreGroupCredentialMapping.md | 2 +- .../SharePointServer/Update-SPSecureStoreMasterKey.md | 2 +- .../sharepoint-server-ps/SharePointServer/Update-SPSolution.md | 2 +- .../SharePointServer/Update-SPUserSolution.md | 2 +- .../SharePointServer/Update-SPWOPIProofKey.md | 2 +- .../Upgrade-SPAppManagementServiceApplication.md | 2 +- .../SharePointServer/Upgrade-SPContentDatabase.md | 2 +- .../Upgrade-SPEnterpriseSearchServiceApplication.md | 2 +- ...Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md | 2 +- .../sharepoint-server-ps/SharePointServer/Upgrade-SPFarm.md | 2 +- .../SharePointServer/Upgrade-SPProfileServiceApplication.md | 2 +- .../SharePointServer/Upgrade-SPSingleSignOnDatabase.md | 2 +- .../sharepoint-server-ps/SharePointServer/Upgrade-SPSite.md | 2 +- .../SharePointServer/Use-SPCacheCluster.md | 2 +- 859 files changed, 861 insertions(+), 858 deletions(-) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPAppDeniedEndpoint.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPAppDeniedEndpoint.md index 202a2d81b..964624d36 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPAppDeniedEndpoint.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPAppDeniedEndpoint.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spappdeniedendpoint applicable: SharePoint Server Subscription Edition title: Add-SPAppDeniedEndpoint diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPCertificateNotificationContact.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPCertificateNotificationContact.md index 165ed8423..d1ddc06eb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPCertificateNotificationContact.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPCertificateNotificationContact.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spcertificatenotificationcontact applicable: SharePoint Server Subscription Edition title: Add-SPCertificateNotificationContact diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPClaimTypeMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPClaimTypeMapping.md index 949dcf0a6..745fcc44a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPClaimTypeMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPClaimTypeMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spclaimtypemapping applicable: SharePoint Server Subscription Edition title: Add-SPClaimTypeMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDatabaseToAvailabilityGroup.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDatabaseToAvailabilityGroup.md index 77c6ccfe6..fab8ccc4a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDatabaseToAvailabilityGroup.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDatabaseToAvailabilityGroup.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spdatabasetoavailabilitygroup applicable: SharePoint Server Subscription Edition title: Add-SPDatabaseToAvailabilityGroup diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDiagnosticsPerformanceCounter.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDiagnosticsPerformanceCounter.md index 83a473d0f..f2253c557 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDiagnosticsPerformanceCounter.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDiagnosticsPerformanceCounter.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spdiagnosticsperformancecounter applicable: SharePoint Server Subscription Edition title: Add-SPDiagnosticsPerformanceCounter diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDistributedCacheServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDistributedCacheServiceInstance.md index 7288851a1..9ac0c14e1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDistributedCacheServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPDistributedCacheServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spdistributedcacheserviceinstance applicable: SharePoint Server Subscription Edition title: Add-SPDistributedCacheServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPInfoPathUserAgent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPInfoPathUserAgent.md index e8b202484..f676edfac 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPInfoPathUserAgent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPInfoPathUserAgent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spinfopathuseragent applicable: SharePoint Server Subscription Edition title: Add-SPInfoPathUserAgent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerDistributionListSearchDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerDistributionListSearchDomain.md index f217f93b7..fa18569d6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerDistributionListSearchDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerDistributionListSearchDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sppeoplepickerdistributionlistsearchdomain applicable: SharePoint Server Subscription Edition title: Add-SPPeoplePickerDistributionListSearchDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerSearchADDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerSearchADDomain.md index e74a2da73..f23e08969 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerSearchADDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerSearchADDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sppeoplepickersearchaddomain applicable: SharePoint Server Subscription Edition title: Add-SPPeoplePickerSearchADDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerServiceAccountDirectoryPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerServiceAccountDirectoryPath.md index eb561ba94..b74081507 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerServiceAccountDirectoryPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPeoplePickerServiceAccountDirectoryPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sppeoplepickerserviceaccountdirectorypath applicable: SharePoint Server Subscription Edition title: Add-SPPeoplePickerServiceAccountDirectoryPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPluggableSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPluggableSecurityTrimmer.md index 33f8ae405..c8782f106 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPluggableSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPPluggableSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sppluggablesecuritytrimmer applicable: SharePoint Server Subscription Edition title: Add-SPPluggableSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileLeader.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileLeader.md index 00b2d750e..5b00bcda9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileLeader.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileLeader.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spprofileleader applicable: SharePoint Server Subscription Edition title: Add-SPProfileLeader diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileSyncConnection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileSyncConnection.md index 98b28d997..5bc1e6e26 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileSyncConnection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPProfileSyncConnection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spprofilesyncconnection applicable: SharePoint Server Subscription Edition title: Add-SPProfileSyncConnection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachineInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachineInfo.md index d1df8f212..2c9d36c7f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachineInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachineInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sproutingmachineinfo applicable: SharePoint Server Subscription Edition title: Add-SPRoutingMachineInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachinePool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachinePool.md index 089040e06..a4232044a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachinePool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingMachinePool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sproutingmachinepool applicable: SharePoint Server Subscription Edition title: Add-SPRoutingMachinePool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingRule.md index 5c0382758..fcc353e7c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPRoutingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-sproutingrule applicable: SharePoint Server Subscription Edition title: Add-SPRoutingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPScaleOutDatabase.md index bdba9129f..37d236e6a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Add-SPScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSecureStoreSystemAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSecureStoreSystemAccount.md index 050bdebac..8d5098b4b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSecureStoreSystemAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSecureStoreSystemAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spsecurestoresystemaccount applicable: SharePoint Server Subscription Edition title: Add-SPSecureStoreSystemAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md index 92a7f912e..f956fb1e8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spserverscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Add-SPServerScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServiceApplicationProxyGroupMember.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServiceApplicationProxyGroupMember.md index 62a03273c..301bf7994 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServiceApplicationProxyGroupMember.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServiceApplicationProxyGroupMember.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spserviceapplicationproxygroupmember applicable: SharePoint Server Subscription Edition title: Add-SPServiceApplicationProxyGroupMember diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPShellAdmin.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPShellAdmin.md index cec392b30..2feb06d1d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPShellAdmin.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPShellAdmin.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spshelladmin applicable: SharePoint Server Subscription Edition title: Add-SPShellAdmin diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionFeaturePackMember.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionFeaturePackMember.md index fe183b689..cbcb9e8a1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionFeaturePackMember.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionFeaturePackMember.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spsitesubscriptionfeaturepackmember applicable: SharePoint Server Subscription Edition title: Add-SPSiteSubscriptionFeaturePackMember diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionProfileConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionProfileConfig.md index d73bf0eb5..3ec3f1be4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionProfileConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSiteSubscriptionProfileConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spsitesubscriptionprofileconfig applicable: SharePoint Server Subscription Edition title: Add-SPSiteSubscriptionProfileConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSolution.md index 2234d9d12..418da2b97 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spsolution applicable: SharePoint Server Subscription Edition title: Add-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPThrottlingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPThrottlingRule.md index 8def8f078..8a9fc5b05 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPThrottlingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPThrottlingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spthrottlingrule applicable: SharePoint Server Subscription Edition title: Add-SPThrottlingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserLicenseMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserLicenseMapping.md index 1d62f5df4..7471601c8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserLicenseMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserLicenseMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spuserlicensemapping applicable: SharePoint Server Subscription Edition title: Add-SPUserLicenseMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserSolution.md index b805dadad..9f65e75ee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-spusersolution applicable: SharePoint Server Subscription Edition title: Add-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPConfigurationDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPConfigurationDatabase.md index bf256a59c..619453b4f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPConfigurationDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPConfigurationDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/backup-spconfigurationdatabase applicable: SharePoint Server Subscription Edition title: Backup-SPConfigurationDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPEnterpriseSearchServiceApplicationIndex.md b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPEnterpriseSearchServiceApplicationIndex.md index 0eb755aae..8d44c7ea0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPEnterpriseSearchServiceApplicationIndex.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPEnterpriseSearchServiceApplicationIndex.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/backup-spenterprisesearchserviceapplicationindex applicable: SharePoint Server Subscription Edition title: Backup-SPEnterpriseSearchServiceApplicationIndex diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPFarm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPFarm.md index b45eedcde..90e1493fc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPFarm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPFarm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/backup-spfarm applicable: SharePoint Server Subscription Edition title: Backup-SPFarm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPSite.md index 981828e3d..33f11385b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Backup-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/backup-spsite applicable: SharePoint Server Subscription Edition title: Backup-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPAppDeniedEndpointList.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPAppDeniedEndpointList.md index a7549ca40..e60d619c1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPAppDeniedEndpointList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPAppDeniedEndpointList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spappdeniedendpointlist applicable: SharePoint Server Subscription Edition title: Clear-SPAppDeniedEndpointList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPBusinessDataCatalogEntityNotificationWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPBusinessDataCatalogEntityNotificationWeb.md index 593cee1d9..f19054e3e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPBusinessDataCatalogEntityNotificationWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPBusinessDataCatalogEntityNotificationWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spbusinessdatacatalogentitynotificationweb applicable: SharePoint Server Subscription Edition title: Clear-SPBusinessDataCatalogEntityNotificationWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPCertificateNotificationContact.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPCertificateNotificationContact.md index d38e9b096..e9e1a019f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPCertificateNotificationContact.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPCertificateNotificationContact.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spcertificatenotificationcontact applicable: SharePoint Server Subscription Edition title: Clear-SPCertificateNotificationContact diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPContentDatabaseSyncData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPContentDatabaseSyncData.md index d6cff1ed7..1320a8013 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPContentDatabaseSyncData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPContentDatabaseSyncData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spcontentdatabasesyncdata title: Clear-SPContentDatabaseSyncData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPDistributedCacheItem.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPDistributedCacheItem.md index 68699e353..f446f55ee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPDistributedCacheItem.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPDistributedCacheItem.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spdistributedcacheitem applicable: SharePoint Server Subscription Edition title: Clear-SPDistributedCacheItem diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPLogLevel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPLogLevel.md index 7f14e5cb0..8e9184870 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPLogLevel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPLogLevel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-sploglevel applicable: SharePoint Server Subscription Edition title: Clear-SPLogLevel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPMetadataWebServicePartitionData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPMetadataWebServicePartitionData.md index 07be1df23..55a5e2b39 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPMetadataWebServicePartitionData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPMetadataWebServicePartitionData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spmetadatawebservicepartitiondata applicable: SharePoint Server Subscription Edition title: Clear-SPMetadataWebServicePartitionData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerDistributionListSearchDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerDistributionListSearchDomain.md index 8e8215a16..33f10625d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerDistributionListSearchDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerDistributionListSearchDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-sppeoplepickerdistributionlistsearchdomain applicable: SharePoint Server Subscription Edition title: Clear-SPPeoplePickerDistributionListSearchDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerSearchADDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerSearchADDomain.md index 987c12cc7..00866133c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerSearchADDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerSearchADDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-sppeoplepickersearchaddomain applicable: SharePoint Server Subscription Edition title: Clear-SPPeoplePickerSearchADDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerServiceAccountDirectoryPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerServiceAccountDirectoryPath.md index 00f8f6efa..689994778 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerServiceAccountDirectoryPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPPeoplePickerServiceAccountDirectoryPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-sppeoplepickerserviceaccountdirectorypath applicable: SharePoint Server Subscription Edition title: Clear-SPPeoplePickerServiceAccountDirectoryPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseDeletedDataSubRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseDeletedDataSubRange.md index 80cfa92c5..1bbc2f16e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseDeletedDataSubRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseDeletedDataSubRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spscaleoutdatabasedeleteddatasubrange applicable: SharePoint Server Subscription Edition title: Clear-SPScaleOutDatabaseDeletedDataSubRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseLog.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseLog.md index e2de9014b..e67103117 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseLog.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseLog.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spscaleoutdatabaselog applicable: SharePoint Server Subscription Edition title: Clear-SPScaleOutDatabaseLog diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseTenantData.md index 11f2b3cf6..0fc14b8b6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Clear-SPScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreCredentialMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreCredentialMapping.md index db3925746..76ff5e827 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreCredentialMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreCredentialMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spsecurestorecredentialmapping applicable: SharePoint Server Subscription Edition title: Clear-SPSecureStoreCredentialMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreDefaultProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreDefaultProvider.md index bd8a0cfae..ee651003f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreDefaultProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSecureStoreDefaultProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spsecurestoredefaultprovider applicable: SharePoint Server Subscription Edition title: Clear-SPSecureStoreDefaultProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md index 52d1ded1a..c3ec694ff 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spserverscaleoutdatabasedeleteddatasubrange applicable: SharePoint Server Subscription Edition title: Clear-SPServerScaleOutDatabaseDeletedDataSubRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseLog.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseLog.md index d9590daad..5e028a53b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseLog.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseLog.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spserverscaleoutdatabaselog applicable: SharePoint Server Subscription Edition title: Clear-SPServerScaleOutDatabaseLog diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseTenantData.md index 281c4a6bf..59a7ab27e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPServerScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spserverscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Clear-SPServerScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md index 170903632..c1a700b71 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/clear-spsitesubscriptionbusinessdatacatalogconfig applicable: SharePoint Server Subscription Edition title: Clear-SPSiteSubscriptionBusinessDataCatalogConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Connect-SPConfigurationDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Connect-SPConfigurationDatabase.md index 9509f669a..e28e2bbb1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Connect-SPConfigurationDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Connect-SPConfigurationDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/connect-spconfigurationdatabase applicable: SharePoint Server Subscription Edition title: Connect-SPConfigurationDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Convert-SPWebApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Convert-SPWebApplication.md index 0a493ac6f..b98d81e21 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Convert-SPWebApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Convert-SPWebApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/convert-spwebapplication applicable: SharePoint Server Subscription Edition title: Convert-SPWebApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPActivitiesToWorkflowService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPActivitiesToWorkflowService.md index 20857cddb..088b1cba4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPActivitiesToWorkflowService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPActivitiesToWorkflowService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.WorkflowServices.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-spactivitiestoworkflowservice applicable: SharePoint Server Subscription Edition title: Copy-SPActivitiesToWorkflowService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPBusinessDataCatalogAclToChildren.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPBusinessDataCatalogAclToChildren.md index 952de0e86..e6d031273 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPBusinessDataCatalogAclToChildren.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPBusinessDataCatalogAclToChildren.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-spbusinessdatacatalogacltochildren applicable: SharePoint Server Subscription Edition title: Copy-SPBusinessDataCatalogAclToChildren diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPContentTypes.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPContentTypes.md index 5f3a646e9..f1c0ad661 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPContentTypes.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPContentTypes.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-spcontenttypes applicable: SharePoint Server Subscription Edition title: Copy-SPContentTypes diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSideBySideFiles.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSideBySideFiles.md index 359949989..e78fca3c6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSideBySideFiles.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSideBySideFiles.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-spsidebysidefiles title: Copy-SPSideBySideFiles diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSite.md index 58251225e..74ded34cd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-spsite applicable: SharePoint Server Subscription Edition title: Copy-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPTaxonomyGroups.md b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPTaxonomyGroups.md index 59b139e68..4955f34b7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPTaxonomyGroups.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Copy-SPTaxonomyGroups.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/copy-sptaxonomygroups applicable: SharePoint Server Subscription Edition title: Copy-SPTaxonomyGroups diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-ProjectServerLicense.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-ProjectServerLicense.md index 5cf82d6c4..6e8ea4176 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-ProjectServerLicense.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-ProjectServerLicense.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-projectserverlicense title: Disable-ProjectServerLicense diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPAppAutoProvision.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPAppAutoProvision.md index 7acc905a2..9d9a0291c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPAppAutoProvision.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPAppAutoProvision.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spappautoprovision applicable: SharePoint Server Subscription Edition title: Disable-SPAppAutoProvision diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPBusinessDataCatalogEntity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPBusinessDataCatalogEntity.md index 22f8f80b5..9611e5c2a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPBusinessDataCatalogEntity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPBusinessDataCatalogEntity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spbusinessdatacatalogentity applicable: SharePoint Server Subscription Edition title: Disable-SPBusinessDataCatalogEntity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPFeature.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPFeature.md index bde4340e3..a7440865a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPFeature.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPFeature.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spfeature applicable: SharePoint Server Subscription Edition title: Disable-SPFeature diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPHealthAnalysisRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPHealthAnalysisRule.md index 5b4ac9044..64df6a606 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPHealthAnalysisRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPHealthAnalysisRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-sphealthanalysisrule applicable: SharePoint Server Subscription Edition title: Disable-SPHealthAnalysisRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPInfoPathFormTemplate.md index d72420726..caec12d1a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Disable-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md index 0279f272e..033d5b556 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spprojectactivedirectoryenterpriseresourcepoolsync title: Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEmailNotification.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEmailNotification.md index fa5affcb9..045cbe134 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEmailNotification.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEmailNotification.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spprojectemailnotification title: Disable-SPProjectEmailNotification diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEnterpriseProjectTaskSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEnterpriseProjectTaskSync.md index b224fa9fd..8bc362176 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEnterpriseProjectTaskSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectEnterpriseProjectTaskSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spprojectenterpriseprojecttasksync title: Disable-SPProjectEnterpriseProjectTaskSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectQueueStatsMonitoring.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectQueueStatsMonitoring.md index 8dcf0c209..3d939195f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectQueueStatsMonitoring.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPProjectQueueStatsMonitoring.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spprojectqueuestatsmonitoring title: Disable-SPProjectQueueStatsMonitoring diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSessionStateService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSessionStateService.md index 3d51ae374..d46c27227 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSessionStateService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSessionStateService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spsessionstateservice applicable: SharePoint Server Subscription Edition title: Disable-SPSessionStateService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSingleSignOn.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSingleSignOn.md index 65ec6f1ed..a645889de 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSingleSignOn.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPSingleSignOn.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spsinglesignon applicable: SharePoint Server Subscription Edition title: Disable-SPSingleSignOn diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPTimerJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPTimerJob.md index 34885ca49..0fd90747e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPTimerJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPTimerJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-sptimerjob applicable: SharePoint Server Subscription Edition title: Disable-SPTimerJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserLicensing.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserLicensing.md index a1a870e9b..d7b9df25d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserLicensing.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserLicensing.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spuserlicensing applicable: SharePoint Server Subscription Edition title: Disable-SPUserLicensing diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserSolutionAllowList.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserSolutionAllowList.md index 5ffb75edd..a5d39c8c3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserSolutionAllowList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPUserSolutionAllowList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spusersolutionallowlist applicable: SharePoint Server Subscription Edition title: Disable-SPUserSolutionAllowList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebApplicationHttpThrottling.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebApplicationHttpThrottling.md index fd1d78ee5..860beac4a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebApplicationHttpThrottling.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebApplicationHttpThrottling.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spwebapplicationhttpthrottling applicable: SharePoint Server Subscription Edition title: Disable-SPWebApplicationHttpThrottling diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebTemplateForSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebTemplateForSiteMaster.md index 870636372..ba94b619b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebTemplateForSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disable-SPWebTemplateForSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disable-spwebtemplateforsitemaster title: Disable-SPWebTemplateForSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Disconnect-SPConfigurationDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Disconnect-SPConfigurationDatabase.md index 8d8bd5cd3..d5a69aa19 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Disconnect-SPConfigurationDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Disconnect-SPConfigurationDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/disconnect-spconfigurationdatabase applicable: SharePoint Server Subscription Edition title: Disconnect-SPConfigurationDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPContentDatabase.md index e03ed312d..321f4fb9b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/dismount-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Dismount-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPStateServiceDatabase.md index 81ccae2c9..40d4264a0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Dismount-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/dismount-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Dismount-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-ProjectServerLicense.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-ProjectServerLicense.md index d7c94e4ec..73ef3b640 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-ProjectServerLicense.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-ProjectServerLicense.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-projectserverlicense title: Enable-ProjectServerLicense diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPAppAutoProvision.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPAppAutoProvision.md index 30b535079..bdc1bfbdc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPAppAutoProvision.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPAppAutoProvision.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spappautoprovision applicable: SharePoint Server Subscription Edition title: Enable-SPAppAutoProvision diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPBusinessDataCatalogEntity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPBusinessDataCatalogEntity.md index bce2f6631..629f143a2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPBusinessDataCatalogEntity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPBusinessDataCatalogEntity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spbusinessdatacatalogentity applicable: SharePoint Server Subscription Edition title: Enable-SPBusinessDataCatalogEntity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPFeature.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPFeature.md index 672b13b8c..4b72b4d57 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPFeature.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPFeature.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spfeature applicable: SharePoint Server Subscription Edition title: Enable-SPFeature diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPHealthAnalysisRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPHealthAnalysisRule.md index 13e797acb..cec1caff2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPHealthAnalysisRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPHealthAnalysisRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-sphealthanalysisrule applicable: SharePoint Server Subscription Edition title: Enable-SPHealthAnalysisRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPInfoPathFormTemplate.md index 763ab853c..f1e48ceaf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Enable-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md index 03e3ef5e6..12f1c46a1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spprojectactivedirectoryenterpriseresourcepoolsync title: Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEmailNotification.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEmailNotification.md index 0caf30ff9..9a1287c5d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEmailNotification.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEmailNotification.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spprojectemailnotification title: Enable-SPProjectEmailNotification diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEnterpriseProjectTaskSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEnterpriseProjectTaskSync.md index 38c64a792..30d0653b9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEnterpriseProjectTaskSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectEnterpriseProjectTaskSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spprojectenterpriseprojecttasksync title: Enable-SPProjectEnterpriseProjectTaskSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectQueueStatsMonitoring.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectQueueStatsMonitoring.md index cf3c01349..2041af453 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectQueueStatsMonitoring.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPProjectQueueStatsMonitoring.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spprojectqueuestatsmonitoring title: Enable-SPProjectQueueStatsMonitoring diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPSessionStateService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPSessionStateService.md index b721bc7b1..3e6ea3ad9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPSessionStateService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPSessionStateService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spsessionstateservice applicable: SharePoint Server Subscription Edition title: Enable-SPSessionStateService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPTimerJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPTimerJob.md index 7fa1d056b..76e0cfbfe 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPTimerJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPTimerJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-sptimerjob applicable: SharePoint Server Subscription Edition title: Enable-SPTimerJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserLicensing.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserLicensing.md index d1b80bd0b..8e2ee569c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserLicensing.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserLicensing.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spuserlicensing applicable: SharePoint Server Subscription Edition title: Enable-SPUserLicensing diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserSolutionAllowList.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserSolutionAllowList.md index 6cc812198..e2b90ea30 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserSolutionAllowList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPUserSolutionAllowList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spusersolutionallowlist applicable: SharePoint Server Subscription Edition title: Enable-SPUserSolutionAllowList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebApplicationHttpThrottling.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebApplicationHttpThrottling.md index 0cc1bedf0..d0836084a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebApplicationHttpThrottling.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebApplicationHttpThrottling.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spwebapplicationhttpthrottling applicable: SharePoint Server Subscription Edition title: Enable-SPWebApplicationHttpThrottling diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebTemplateForSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebTemplateForSiteMaster.md index 7ee4d8e03..e44c53d05 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebTemplateForSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Enable-SPWebTemplateForSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/enable-spwebtemplateforsitemaster title: Enable-SPWebTemplateForSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPAppPackage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPAppPackage.md index 2323afad5..ee4522f76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPAppPackage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPAppPackage.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spapppackage applicable: SharePoint Server Subscription Edition title: Export-SPAppPackage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPBusinessDataCatalogModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPBusinessDataCatalogModel.md index 9bce0ee1f..e2fdc87b5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPBusinessDataCatalogModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPBusinessDataCatalogModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spbusinessdatacatalogmodel applicable: SharePoint Server Subscription Edition title: Export-SPBusinessDataCatalogModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCacheClusterConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCacheClusterConfig.md index 1bff36ede..fc88e2f94 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCacheClusterConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCacheClusterConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spcacheclusterconfig applicable: SharePoint Server Subscription Edition title: Export-SPCacheClusterConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCertificate.md index d15aa7d04..ac693eb42 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: schema: 2.0.0 --- diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPEnterpriseSearchTopology.md index 803148c73..131f95ab1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: Export-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPInfoPathAdministrationFiles.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPInfoPathAdministrationFiles.md index e096d5d3d..8b34368c5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPInfoPathAdministrationFiles.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPInfoPathAdministrationFiles.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spinfopathadministrationfiles applicable: SharePoint Server Subscription Edition title: Export-SPInfoPathAdministrationFiles diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPMetadataWebServicePartitionData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPMetadataWebServicePartitionData.md index 62a3683fd..e8481a3b6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPMetadataWebServicePartitionData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPMetadataWebServicePartitionData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spmetadatawebservicepartitiondata applicable: SharePoint Server Subscription Edition title: Export-SPMetadataWebServicePartitionData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPScaleOutDatabaseTenantData.md index be0d8bc7d..c9c087bed 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Export-SPScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPServerScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPServerScaleOutDatabaseTenantData.md index 7644a8d5e..27c3c3c69 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPServerScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPServerScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spserverscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Export-SPServerScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionBusinessDataCatalogConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionBusinessDataCatalogConfig.md index 935e8d2e6..e4f914dd1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionBusinessDataCatalogConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionBusinessDataCatalogConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spsitesubscriptionbusinessdatacatalogconfig applicable: SharePoint Server Subscription Edition title: Export-SPSiteSubscriptionBusinessDataCatalogConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionSettings.md index 9a2d4d9f8..f76f4d4d0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPSiteSubscriptionSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spsitesubscriptionsettings applicable: SharePoint Server Subscription Edition title: Export-SPSiteSubscriptionSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPTagsAndNotesData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPTagsAndNotesData.md index ce5f38719..d91667492 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPTagsAndNotesData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPTagsAndNotesData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-sptagsandnotesdata title: Export-SPTagsAndNotesData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPWeb.md index 768a539dd..140743d86 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Export-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/export-spweb applicable: SharePoint Server Subscription Edition title: Export-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-ProjectServerLicense.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-ProjectServerLicense.md index 7c32f8e3d..c95d70ce1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-ProjectServerLicense.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-ProjectServerLicense.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-projectserverlicense title: Get-ProjectServerLicense diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAlternateURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAlternateURL.md index 2b8716a9a..cb6fdd7fb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAlternateURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAlternateURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spalternateurl applicable: SharePoint Server Subscription Edition title: Get-SPAlternateURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAcquisitionConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAcquisitionConfiguration.md index 396ed5490..468f3c341 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAcquisitionConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAcquisitionConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappacquisitionconfiguration applicable: SharePoint Server Subscription Edition title: Get-SPAppAcquisitionConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAutoProvisionConnection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAutoProvisionConnection.md index 2fdd6e362..514c235a1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAutoProvisionConnection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppAutoProvisionConnection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappautoprovisionconnection applicable: SharePoint Server Subscription Edition title: Get-SPAppAutoProvisionConnection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDeniedEndpointList.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDeniedEndpointList.md index 021daef25..4ec79d506 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDeniedEndpointList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDeniedEndpointList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappdeniedendpointlist applicable: SharePoint Server Subscription Edition title: Get-SPAppDeniedEndpointList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDisablingConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDisablingConfiguration.md index 7d7567178..d278c49b0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDisablingConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDisablingConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappdisablingconfiguration applicable: SharePoint Server Subscription Edition title: Get-SPAppDisablingConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDomain.md index 5f0b4c576..c41dcb032 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappdomain applicable: SharePoint Server Subscription Edition title: Get-SPAppDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppHostingQuotaConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppHostingQuotaConfiguration.md index f3cf26608..9fb3d47b3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppHostingQuotaConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppHostingQuotaConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spapphostingquotaconfiguration applicable: SharePoint Server Subscription Edition title: Get-SPAppHostingQuotaConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppInstance.md index d556e9139..5e8040c2a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappinstance applicable: SharePoint Server Subscription Edition title: Get-SPAppInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppPrincipal.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppPrincipal.md index 65f0ae63b..605e84bfd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppPrincipal.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppPrincipal.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappprincipal applicable: SharePoint Server Subscription Edition title: Get-SPAppPrincipal diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppScaleProfile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppScaleProfile.md index bba4876d7..895bec699 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppScaleProfile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppScaleProfile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappscaleprofile applicable: SharePoint Server Subscription Edition title: Get-SPAppScaleProfile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppSiteSubscriptionName.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppSiteSubscriptionName.md index 2052c4f82..a443dd2d4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppSiteSubscriptionName.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppSiteSubscriptionName.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappsitesubscriptionname applicable: SharePoint Server Subscription Edition title: Get-SPAppSiteSubscriptionName diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateSyncLastRunTime.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateSyncLastRunTime.md index 22c3070d3..ed1e74404 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateSyncLastRunTime.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateSyncLastRunTime.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappstatesynclastruntime applicable: SharePoint Server Subscription Edition title: Get-SPAppStateSyncLastRunTime diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateUpdateInterval.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateUpdateInterval.md index ad90ee6ab..d49803c10 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateUpdateInterval.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStateUpdateInterval.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappstateupdateinterval applicable: SharePoint Server Subscription Edition title: Get-SPAppStateUpdateInterval diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreConfiguration.md index 66f09e345..aa9691bfb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappstoreconfiguration applicable: SharePoint Server Subscription Edition title: Get-SPAppStoreConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreWebServiceConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreWebServiceConfiguration.md index dff9efb29..2bcb2fad2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreWebServiceConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAppStoreWebServiceConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spappstorewebserviceconfiguration title: Get-SPAppStoreWebServiceConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationProvider.md index 17e09dccf..93317e70e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spauthenticationprovider applicable: SharePoint Server Subscription Edition title: Get-SPAuthenticationProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationRealm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationRealm.md index 3cc1e3e0d..a1d078cc8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationRealm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAuthenticationRealm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spauthenticationrealm applicable: SharePoint Server Subscription Edition title: Get-SPAuthenticationRealm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAvailabilityGroupStatus.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAvailabilityGroupStatus.md index a0231b6c5..3f006ed86 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAvailabilityGroupStatus.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPAvailabilityGroupStatus.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spavailabilitygroupstatus applicable: SharePoint Server Subscription Edition title: Get-SPAvailabilityGroupStatus diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBackupHistory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBackupHistory.md index 12a4150ba..53f2ed720 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBackupHistory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBackupHistory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbackuphistory applicable: SharePoint Server Subscription Edition title: Get-SPBackupHistory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsBlock.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsBlock.md index b5ee4f876..3210bb210 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsBlock.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsBlock.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbingmapsblock applicable: SharePoint Server Subscription Edition title: Get-SPBingMapsBlock diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsKey.md index 61bba7b4b..c0186ae7d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBingMapsKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbingmapskey applicable: SharePoint Server Subscription Edition title: Get-SPBingMapsKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBrowserCustomerExperienceImprovementProgram.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBrowserCustomerExperienceImprovementProgram.md index ca1ee4bed..a7be4ed93 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBrowserCustomerExperienceImprovementProgram.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBrowserCustomerExperienceImprovementProgram.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbrowsercustomerexperienceimprovementprogram applicable: SharePoint Server Subscription Edition title: Get-SPBrowserCustomerExperienceImprovementProgram diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogEntityNotificationWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogEntityNotificationWeb.md index 875ce75eb..61eff9137 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogEntityNotificationWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogEntityNotificationWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbusinessdatacatalogentitynotificationweb applicable: SharePoint Server Subscription Edition title: Get-SPBusinessDataCatalogEntityNotificationWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogMetadataObject.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogMetadataObject.md index eab26d214..f0e8fbe6a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogMetadataObject.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogMetadataObject.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbusinessdatacatalogmetadataobject applicable: SharePoint Server Subscription Edition title: Get-SPBusinessDataCatalogMetadataObject diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogThrottleConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogThrottleConfig.md index 5efdaba96..31d496c62 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogThrottleConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPBusinessDataCatalogThrottleConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spbusinessdatacatalogthrottleconfig applicable: SharePoint Server Subscription Edition title: Get-SPBusinessDataCatalogThrottleConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCache.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCache.md index b2fac2130..855bbbd21 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCache.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCache.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcache applicable: SharePoint Server Subscription Edition title: Get-SPCache diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterHealth.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterHealth.md index 514afffbe..459c7d7e4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterHealth.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterHealth.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcacheclusterhealth applicable: SharePoint Server Subscription Edition title: Get-SPCacheClusterHealth diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterInfo.md index b31ba20a8..ac52c6b3f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheClusterInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcacheclusterinfo applicable: SharePoint Server Subscription Edition title: Get-SPCacheClusterInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHost.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHost.md index 48660f697..dac7e7cbb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHost.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHost.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcachehost applicable: SharePoint Server Subscription Edition title: Get-SPCacheHost diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHostConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHostConfig.md index de8ab0045..329c3cd05 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHostConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheHostConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcachehostconfig applicable: SharePoint Server Subscription Edition title: Get-SPCacheHostConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheStatistics.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheStatistics.md index f5c0844a7..30210ddee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheStatistics.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCacheStatistics.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcachestatistics applicable: SharePoint Server Subscription Edition title: Get-SPCacheStatistics diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificate.md index e967205f9..3778fe911 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcertificate applicable: SharePoint Server Subscription Edition title: Get-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateAuthority.md index efea3e084..2850c87b9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcertificateauthority applicable: SharePoint Server Subscription Edition title: Get-SPCertificateAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateNotificationContact.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateNotificationContact.md index f14ba4e14..23f274500 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateNotificationContact.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateNotificationContact.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcertificatenotificationcontact applicable: SharePoint Server Subscription Edition title: Get-SPCertificateNotificationContact diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateSettings.md index d7f5cf37f..ce5d18880 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCertificateSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcertificatesettings applicable: SharePoint Server Subscription Edition title: Get-SPCertificateSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProvider.md index e33785041..9b9295144 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spclaimprovider applicable: SharePoint Server Subscription Edition title: Get-SPClaimProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProviderManager.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProviderManager.md index 4390047a3..da507732c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProviderManager.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimProviderManager.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spclaimprovidermanager applicable: SharePoint Server Subscription Edition title: Get-SPClaimProviderManager diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimTypeEncoding.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimTypeEncoding.md index bda0ee6e1..8b3a7e5ab 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimTypeEncoding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPClaimTypeEncoding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spclaimtypeencoding applicable: SharePoint Server Subscription Edition title: Get-SPClaimTypeEncoding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPConnectedServiceApplicationInformation.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPConnectedServiceApplicationInformation.md index 59ab1df98..3120205f2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPConnectedServiceApplicationInformation.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPConnectedServiceApplicationInformation.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spconnectedserviceapplicationinformation title: Get-SPConnectedServiceApplicationInformation diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabase.md index 4a2612870..6735b5f50 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Get-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabaseOrphanedData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabaseOrphanedData.md index c99bdd0fb..42e5976c0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabaseOrphanedData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDatabaseOrphanedData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcontentdatabaseorphaneddata title: Get-SPContentDatabaseOrphanedData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentJob.md index c8e9a5719..03ac58ec5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcontentdeploymentjob applicable: SharePoint Server Subscription Edition title: Get-SPContentDeploymentJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentPath.md index 8fba0b604..5b7e1b75a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPContentDeploymentPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcontentdeploymentpath applicable: SharePoint Server Subscription Edition title: Get-SPContentDeploymentPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCustomLayoutsPage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCustomLayoutsPage.md index 7bff34159..4f4caf278 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCustomLayoutsPage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPCustomLayoutsPage.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spcustomlayoutspage applicable: SharePoint Server Subscription Edition title: Get-SPCustomLayoutsPage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFile.md index eb7e3330f..f527fc501 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdataconnectionfile applicable: SharePoint Server Subscription Edition title: Get-SPDataConnectionFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFileDependent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFileDependent.md index 9d108d9df..db052f38a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFileDependent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDataConnectionFileDependent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdataconnectionfiledependent applicable: SharePoint Server Subscription Edition title: Get-SPDataConnectionFileDependent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDatabase.md index 0aa3f7ebe..fa6f7fbbe 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdatabase applicable: SharePoint Server Subscription Edition title: Get-SPDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md index aef6481e4..9fa1c5e2b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdeletedsite applicable: SharePoint Server Subscription Edition title: Get-SPDeletedSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDesignerSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDesignerSettings.md index f8a468db2..058c1ce5c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDesignerSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDesignerSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdesignersettings applicable: SharePoint Server Subscription Edition title: Get-SPDesignerSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticConfig.md index 9635cda85..bee2b3e81 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdiagnosticconfig applicable: SharePoint Server Subscription Edition title: Get-SPDiagnosticConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsPerformanceCounter.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsPerformanceCounter.md index 1ac253d15..ed320ca0f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsPerformanceCounter.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsPerformanceCounter.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdiagnosticsperformancecounter applicable: SharePoint Server Subscription Edition title: Get-SPDiagnosticsPerformanceCounter diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsProvider.md index 3c3ff8b37..aa4e033ae 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDiagnosticsProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdiagnosticsprovider applicable: SharePoint Server Subscription Edition title: Get-SPDiagnosticsProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDistributedCacheClientSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDistributedCacheClientSetting.md index db5bd6f62..6220b9916 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDistributedCacheClientSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDistributedCacheClientSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spdistributedcacheclientsetting applicable: SharePoint Server Subscription Edition title: Get-SPDistributedCacheClientSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchAdministrationComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchAdministrationComponent.md index 4f8a64126..5a07d576c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchAdministrationComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchAdministrationComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchadministrationcomponent applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchAdministrationComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchComponent.md index db558d2b7..d23bb2cb0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcomponent applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchContentEnrichmentConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchContentEnrichmentConfiguration.md index 57adb464f..c9dd98493 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchContentEnrichmentConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchContentEnrichmentConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcontentenrichmentconfiguration applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchContentEnrichmentConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlContentSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlContentSource.md index cdb9e4732..23af516d8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlContentSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlContentSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawlcontentsource applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlContentSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlCustomConnector.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlCustomConnector.md index 55d050968..30a4e0fe4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlCustomConnector.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlCustomConnector.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawlcustomconnector applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlCustomConnector diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlDatabase.md index e68b9c716..99d59746c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawldatabase applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlExtension.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlExtension.md index 299d6aacb..8fcf7c8bd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlExtension.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlExtension.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawlextension applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlExtension diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlLogReadPermission.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlLogReadPermission.md index 11dd8d283..14cd6276c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlLogReadPermission.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlLogReadPermission.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawllogreadpermission applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlLogReadPermission diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlMapping.md index 99c1e9c0f..d58ca1d88 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawlmapping applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlRule.md index 802d6cedb..1ec57bcb1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchCrawlRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchcrawlrule applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchCrawlRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchFileFormat.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchFileFormat.md index bbe7e06ee..e41aa3601 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchFileFormat.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchFileFormat.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchfileformat applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchFileFormat diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchHostController.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchHostController.md index df87f41de..5eb618b57 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchHostController.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchHostController.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchhostcontroller applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchHostController diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLanguageResourcePhrase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLanguageResourcePhrase.md index 473489e00..07497873f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLanguageResourcePhrase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLanguageResourcePhrase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchlanguageresourcephrase applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchLanguageResourcePhrase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinguisticComponentsStatus.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinguisticComponentsStatus.md index 6c8d4ca14..d8d9a6750 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinguisticComponentsStatus.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinguisticComponentsStatus.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchlinguisticcomponentsstatus applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchLinguisticComponentsStatus diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinksDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinksDatabase.md index 99c57b7cc..e838933d5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinksDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchLinksDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchlinksdatabase applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchLinksDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCategory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCategory.md index f489fff08..4a6f07a04 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCategory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCategory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchmetadatacategory applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchMetadataCategory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCrawledProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCrawledProperty.md index 5ae67aa64..f058f4148 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCrawledProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataCrawledProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchmetadatacrawledproperty applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchMetadataCrawledProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataManagedProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataManagedProperty.md index 4bdee098e..056f750f3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataManagedProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataManagedProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchmetadatamanagedproperty applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchMetadataManagedProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataMapping.md index ed430977d..7fe9372e0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchMetadataMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchmetadatamapping applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchMetadataMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchOwner.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchOwner.md index 81fcd3b56..5bcfad999 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchOwner.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchOwner.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchowner applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchOwner diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRule.md index 7cb45650d..50711cb6c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRule.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchpropertyrule applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchPropertyRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRuleCollection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRuleCollection.md index 8612a9269..d9b95dcba 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRuleCollection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchPropertyRuleCollection.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchpropertyrulecollection applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchPropertyRuleCollection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsService.md index d63849f61..c4ec52df9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryandsitesettingsservice applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryAndSiteSettingsService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md index c77edf8c4..428bd1ff3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryandsitesettingsserviceinstance applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md index 8ae631d88..5b0f316e3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryandsitesettingsserviceproxy applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAuthority.md index 90a3c1e1f..09b1b8211 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryauthority applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryDemoted.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryDemoted.md index c379124c8..cb14e7aa0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryDemoted.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryDemoted.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchquerydemoted applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryDemoted diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryKeyword.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryKeyword.md index 5a550eaa0..f59ca86d6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryKeyword.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryKeyword.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchquerykeyword applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryKeyword diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScope.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScope.md index 8d1ae5840..fdca2666a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScope.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScope.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryscope applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryScope diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScopeRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScopeRule.md index 0dc7a79ef..824ebddd0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScopeRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQueryScopeRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryscoperule applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQueryScopeRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySpellingCorrection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySpellingCorrection.md index 508f62805..518f9bd52 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySpellingCorrection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySpellingCorrection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchqueryspellingcorrection applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQuerySpellingCorrection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySuggestionCandidates.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySuggestionCandidates.md index a30e4fecc..fc7d211a5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySuggestionCandidates.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchQuerySuggestionCandidates.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchquerysuggestioncandidates applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchQuerySuggestionCandidates diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchRankingModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchRankingModel.md index ca19b42d0..de5a42694 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchRankingModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchRankingModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchrankingmodel applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchRankingModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultItemType.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultItemType.md index 22002d380..94e83ed9d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultItemType.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultItemType.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchresultitemtype applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchResultItemType diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultSource.md index 740bfcedb..16049b2f9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchResultSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchresultsource applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchResultSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSecurityTrimmer.md index 73f65bb21..faff0b811 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchsecuritytrimmer applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchService.md index 740236da5..080f41586 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchservice applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplication.md index 0046c39a3..4c5430400 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationBackupStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationBackupStore.md index ff38c94b7..1b64f263f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationBackupStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationBackupStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchserviceapplicationbackupstore applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchServiceApplicationBackupStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationProxy.md index dc8195f7a..b04f70736 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceInstance.md index 8ae58f5e5..3421f54c5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchserviceinstance applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSiteHitRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSiteHitRule.md index e5fe0906d..0899e8c9a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSiteHitRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchSiteHitRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchsitehitrule applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchSiteHitRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchStatus.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchStatus.md index 8dab821a2..54f059f36 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchStatus.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchStatus.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchstatus applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchStatus diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchTopology.md index 9f07ac0e1..d85a9a472 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchVssDataPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchVssDataPath.md index 131e44384..549611a0a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchVssDataPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPEnterpriseSearchVssDataPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spenterprisesearchvssdatapath applicable: SharePoint Server Subscription Edition title: Get-SPEnterpriseSearchVssDataPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md index 3274b09de..eaa9d9de4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spfarm applicable: SharePoint Server Subscription Edition title: Get-SPFarm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarmConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarmConfig.md index 3178a87b9..1f2e8ccc5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarmConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarmConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spfarmconfig applicable: SharePoint Server Subscription Edition title: Get-SPFarmConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFeature.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFeature.md index 8a7334a35..ee92897b1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFeature.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFeature.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spfeature applicable: SharePoint Server Subscription Edition title: Get-SPFeature diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFlightsInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFlightsInfo.md index 06d53981a..35704eee1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFlightsInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFlightsInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spflightsinfo applicable: SharePoint Server Subscription Edition title: Get-SPFlightsInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHealthAnalysisRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHealthAnalysisRule.md index df8205125..80581dd79 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHealthAnalysisRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHealthAnalysisRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sphealthanalysisrule applicable: SharePoint Server Subscription Edition title: Get-SPHealthAnalysisRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHelpCollection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHelpCollection.md index ddd56faa4..fd4230a20 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHelpCollection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPHelpCollection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sphelpcollection applicable: SharePoint Server Subscription Edition title: Get-SPHelpCollection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPIRMSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPIRMSettings.md index 18f62b943..3370a5749 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPIRMSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPIRMSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spirmsettings applicable: SharePoint Server Subscription Edition title: Get-SPIRMSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormTemplate.md index 39a4dcf7f..cbd012075 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Get-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormsService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormsService.md index 86492fce9..d9a42d7fa 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormsService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathFormsService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinfopathformsservice applicable: SharePoint Server Subscription Edition title: Get-SPInfoPathFormsService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathUserAgent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathUserAgent.md index 73d01e7e6..2065ccd04 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathUserAgent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathUserAgent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinfopathuseragent applicable: SharePoint Server Subscription Edition title: Get-SPInfoPathUserAgent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathWebServiceProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathWebServiceProxy.md index f0663dac8..813894356 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathWebServiceProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInfoPathWebServiceProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinfopathwebserviceproxy applicable: SharePoint Server Subscription Edition title: Get-SPInfoPathWebServiceProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateSyncLastRunTime.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateSyncLastRunTime.md index 847434e51..c55f6a582 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateSyncLastRunTime.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateSyncLastRunTime.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinternalappstatesynclastruntime applicable: SharePoint Server Subscription Edition title: Get-SPInternalAppStateSyncLastRunTime diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateUpdateInterval.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateUpdateInterval.md index bca49bdde..86dfc5690 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateUpdateInterval.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPInternalAppStateUpdateInterval.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spinternalappstateupdateinterval applicable: SharePoint Server Subscription Edition title: Get-SPInternalAppStateUpdateInterval diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogEvent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogEvent.md index 5f4c1812f..58a7c826e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogEvent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogEvent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-splogevent applicable: SharePoint Server Subscription Edition title: Get-SPLogEvent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogLevel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogLevel.md index 48acef249..57e846b7d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogLevel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPLogLevel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sploglevel applicable: SharePoint Server Subscription Edition title: Get-SPLogLevel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedAccount.md index f5807e99e..f60bd2183 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmanagedaccount applicable: SharePoint Server Subscription Edition title: Get-SPManagedAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedPath.md index c0a26c275..81c34051f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPManagedPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmanagedpath applicable: SharePoint Server Subscription Edition title: Get-SPManagedPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplication.md index 84c03194b..df5545d4d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmetadataserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPMetadataServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplicationProxy.md index 304677596..e2538d329 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMetadataServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmetadataserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPMetadataServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMicrofeedOptions.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMicrofeedOptions.md index bf2b3c4c3..f99bd4bd0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMicrofeedOptions.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMicrofeedOptions.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmicrofeedoptions title: Get-SPMicrofeedOptions diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMobileMessagingAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMobileMessagingAccount.md index f2ef47e18..e34536373 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMobileMessagingAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPMobileMessagingAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spmobilemessagingaccount applicable: SharePoint Server Subscription Edition title: Get-SPMobileMessagingAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPO365LinkSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPO365LinkSettings.md index 829329819..c7165f072 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPO365LinkSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPO365LinkSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spo365linksettings applicable: SharePoint Server Subscription Edition title: Get-SPO365LinkSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSetting.md index 59a67e706..33bf705df 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSetting.md @@ -1,6 +1,6 @@ --- external help file: sharepointonline.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spodataconnectionsetting title: Get-SPODataConnectionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSettingMetadata.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSettingMetadata.md index bed967fbe..26201d105 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSettingMetadata.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPODataConnectionSettingMetadata.md @@ -1,6 +1,6 @@ --- external help file: sharepointonline.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spodataconnectionsettingmetadata title: Get-SPODataConnectionSettingMetadata diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPOfficeStoreAppsDefaultActivation.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPOfficeStoreAppsDefaultActivation.md index 482d44ef0..96a6e8e42 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPOfficeStoreAppsDefaultActivation.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPOfficeStoreAppsDefaultActivation.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spofficestoreappsdefaultactivation title: Get-SPOfficeStoreAppsDefaultActivation diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPendingUpgradeActions.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPendingUpgradeActions.md index b1ce00ba6..9667be853 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPendingUpgradeActions.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPendingUpgradeActions.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sppendingupgradeactions applicable: SharePoint Server Subscription Edition title: Get-SPPendingUpgradeActions diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerConfig.md index 3f409c2fd..84bb369ff 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sppeoplepickerconfig applicable: SharePoint Server Subscription Edition title: Get-SPPeoplePickerConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerDistributionListSearchDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerDistributionListSearchDomain.md index 45bad69ea..882bbafee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerDistributionListSearchDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerDistributionListSearchDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sppeoplepickerdistributionlistsearchdomain applicable: SharePoint Server Subscription Edition title: Get-SPPeoplePickerDistributionListSearchDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerSearchADDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerSearchADDomain.md index c20b1339b..5db44fe06 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerSearchADDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPeoplePickerSearchADDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sppeoplepickersearchaddomain applicable: SharePoint Server Subscription Edition title: Get-SPPeoplePickerSearchADDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPluggableSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPluggableSecurityTrimmer.md index 508bdd855..cbd9940b5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPluggableSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPPluggableSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sppluggablesecuritytrimmer applicable: SharePoint Server Subscription Edition title: Get-SPPluggableSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProcessAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProcessAccount.md index 05f796a38..1129d19eb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProcessAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProcessAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprocessaccount applicable: SharePoint Server Subscription Edition title: Get-SPProcessAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProduct.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProduct.md index 4736c2a93..949c44207 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProduct.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProduct.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spproduct applicable: SharePoint Server Subscription Edition title: Get-SPProduct diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileLeader.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileLeader.md index 552551a8c..7fec328d5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileLeader.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileLeader.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprofileleader applicable: SharePoint Server Subscription Edition title: Get-SPProfileLeader diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileServiceApplicationSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileServiceApplicationSecurity.md index b0b1fd848..44c4570cc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileServiceApplicationSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProfileServiceApplicationSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprofileserviceapplicationsecurity applicable: SharePoint Server Subscription Edition title: Get-SPProfileServiceApplicationSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseQuota.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseQuota.md index 3cbc01f8a..b49d1ff1d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseQuota.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseQuota.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectdatabasequota title: Get-SPProjectDatabaseQuota diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseUsage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseUsage.md index 40582f4fc..34bc2a9d6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseUsage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectDatabaseUsage.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectdatabaseusage title: Get-SPProjectDatabaseUsage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEnterpriseProjectTaskSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEnterpriseProjectTaskSync.md index d5d56f490..ac8c681f2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEnterpriseProjectTaskSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEnterpriseProjectTaskSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectenterpriseprojecttasksync title: Get-SPProjectEnterpriseProjectTaskSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEventServiceSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEventServiceSettings.md index 2fbddc1b4..7fa7f7464 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEventServiceSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectEventServiceSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojecteventservicesettings title: Get-SPProjectEventServiceSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectIsEmailNotificationEnabled.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectIsEmailNotificationEnabled.md index 4a15ddfe4..963770773 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectIsEmailNotificationEnabled.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectIsEmailNotificationEnabled.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectisemailnotificationenabled title: Get-SPProjectIsEmailNotificationEnabled diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectOdataConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectOdataConfiguration.md index e9c9bfe95..58cfca952 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectOdataConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectOdataConfiguration.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectodataconfiguration title: Get-SPProjectOdataConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPCSSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPCSSettings.md index 4c0f00a71..5c65013e5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPCSSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPCSSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectpcssettings title: Get-SPProjectPCSSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPermissionMode.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPermissionMode.md index 3b51177db..e59bee7d4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPermissionMode.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectPermissionMode.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectpermissionmode title: Get-SPProjectPermissionMode diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectQueueSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectQueueSettings.md index 261460f1d..4fdfc3220 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectQueueSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectQueueSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectqueuesettings title: Get-SPProjectQueueSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectWebInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectWebInstance.md index c0e5affa6..b0d3e1872 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectWebInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPProjectWebInstance.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectwebinstance title: Get-SPProjectWebInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRemoteShareBlobStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRemoteShareBlobStore.md index 66a10540e..d423a2b0f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRemoteShareBlobStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRemoteShareBlobStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spremoteshareblobstore applicable: SharePoint Server Subscription Edition title: Get-SPRemoteShareBlobStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRequestManagementSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRequestManagementSettings.md index dcc8cdb17..2be0abcbf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRequestManagementSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRequestManagementSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sprequestmanagementsettings applicable: SharePoint Server Subscription Edition title: Get-SPRequestManagementSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachineInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachineInfo.md index 8a7ba9dde..90ec66b11 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachineInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachineInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sproutingmachineinfo applicable: SharePoint Server Subscription Edition title: Get-SPRoutingMachineInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachinePool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachinePool.md index 08bdabffd..cef35c62d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachinePool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingMachinePool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sproutingmachinepool applicable: SharePoint Server Subscription Edition title: Get-SPRoutingMachinePool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingRule.md index e33d1a6a5..56490e281 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPRoutingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sproutingrule applicable: SharePoint Server Subscription Edition title: Get-SPRoutingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabase.md index a91c40de8..c348c1e48 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Get-SPScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseDataState.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseDataState.md index 5bf014324..106a5dbfe 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseDataState.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseDataState.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spscaleoutdatabasedatastate applicable: SharePoint Server Subscription Edition title: Get-SPScaleOutDatabaseDataState diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseInconsistency.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseInconsistency.md index 04cb0aae5..3fbdc5fa2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseInconsistency.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseInconsistency.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spscaleoutdatabaseinconsistency applicable: SharePoint Server Subscription Edition title: Get-SPScaleOutDatabaseInconsistency diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseLogEntry.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseLogEntry.md index 41307100c..c1e162ce5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseLogEntry.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPScaleOutDatabaseLogEntry.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spscaleoutdatabaselogentry applicable: SharePoint Server Subscription Edition title: Get-SPScaleOutDatabaseLogEntry diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreApplication.md index c816034a8..45bc81b23 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsecurestoreapplication applicable: SharePoint Server Subscription Edition title: Get-SPSecureStoreApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreSystemAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreSystemAccount.md index e6e49c98e..0ea382297 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreSystemAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecureStoreSystemAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsecurestoresystemaccount applicable: SharePoint Server Subscription Edition title: Get-SPSecureStoreSystemAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecurityTokenServiceConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecurityTokenServiceConfig.md index ea0326832..1917fc2f8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecurityTokenServiceConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSecurityTokenServiceConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsecuritytokenserviceconfig applicable: SharePoint Server Subscription Edition title: Get-SPSecurityTokenServiceConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServer.md index 3be5b1c77..8dab79a0a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserver applicable: SharePoint Server Subscription Edition title: Get-SPServer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabase.md index 3a36ac54f..1fa509cf4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserverscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Get-SPServerScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseDataState.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseDataState.md index 00b351068..4600fbd57 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseDataState.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseDataState.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserverscaleoutdatabasedatastate applicable: SharePoint Server Subscription Edition title: Get-SPServerScaleOutDatabaseDataState diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseInconsistency.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseInconsistency.md index fe10e890a..70a745a57 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseInconsistency.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseInconsistency.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserverscaleoutdatabaseinconsistency applicable: SharePoint Server Subscription Edition title: Get-SPServerScaleOutDatabaseInconsistency diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseLogEntry.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseLogEntry.md index a0809b0ca..4dd2bfb25 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseLogEntry.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServerScaleOutDatabaseLogEntry.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserverscaleoutdatabaselogentry applicable: SharePoint Server Subscription Edition title: Get-SPServerScaleOutDatabaseLogEntry diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPService.md index 98737186e..b8902f38e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spservice title: Get-SPService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplication.md index 80244ba14..15aa24f43 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationEndpoint.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationEndpoint.md index 197ab6455..0a56e5a2b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationEndpoint.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationEndpoint.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplicationendpoint applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplicationEndpoint diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationPool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationPool.md index c50946132..bf925e977 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationPool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationPool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplicationpool applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplicationPool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxy.md index e2c1b3e0a..43950e5b3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxyGroup.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxyGroup.md index 15dcd541a..27f38499c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxyGroup.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationProxyGroup.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplicationproxygroup applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplicationProxyGroup diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationSecurity.md index b14516eab..ea8c53216 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceApplicationSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceapplicationsecurity applicable: SharePoint Server Subscription Edition title: Get-SPServiceApplicationSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceContext.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceContext.md index 457adc189..48c9d4bc7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceContext.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceContext.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spservicecontext applicable: SharePoint Server Subscription Edition title: Get-SPServiceContext diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceHostConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceHostConfig.md index babd03825..6647c154e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceHostConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceHostConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spservicehostconfig applicable: SharePoint Server Subscription Edition title: Get-SPServiceHostConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceInstance.md index 6c0663820..cc39a0874 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spserviceinstance applicable: SharePoint Server Subscription Edition title: Get-SPServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSessionStateService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSessionStateService.md index 01bdcec83..4a132cfd3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSessionStateService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSessionStateService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsessionstateservice applicable: SharePoint Server Subscription Edition title: Get-SPSessionStateService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPShellAdmin.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPShellAdmin.md index 8c06a24a6..fab18bf2c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPShellAdmin.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPShellAdmin.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spshelladmin applicable: SharePoint Server Subscription Edition title: Get-SPShellAdmin diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSite.md index d6a2ad092..ca3982363 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsite applicable: SharePoint Server Subscription Edition title: Get-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteAdministration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteAdministration.md index e83679d55..b76aaa43d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteAdministration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteAdministration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsiteadministration applicable: SharePoint Server Subscription Edition title: Get-SPSiteAdministration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteMaster.md index 67dc0ee51..49bae81fd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitemaster title: Get-SPSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscription.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscription.md index 1c22f87f4..c7674b625 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscription.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscription.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscription applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscription diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionConfig.md index 3314d3fe5..416fe0f25 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionconfig applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoveryHub.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoveryHub.md index 95b77273e..1c4fda4ca 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoveryHub.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoveryHub.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionediscoveryhub applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionEdiscoveryHub diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoverySearchScope.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoverySearchScope.md index bd5d0c40c..f465b6606 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoverySearchScope.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionEdiscoverySearchScope.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionediscoverysearchscope applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionEdiscoverySearchScope diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionFeaturePack.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionFeaturePack.md index dbf036153..beddd23ff 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionFeaturePack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionFeaturePack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionfeaturepack applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionFeaturePack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionIRMConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionIRMConfig.md index 19b5c34a1..1d13e8818 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionIRMConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionIRMConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionirmconfig applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionIRMConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionMetadataConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionMetadataConfig.md index da5502bd1..e924fb6be 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionMetadataConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteSubscriptionMetadataConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsitesubscriptionmetadataconfig applicable: SharePoint Server Subscription Edition title: Get-SPSiteSubscriptionMetadataConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteURL.md index c68777a99..21c34894f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsiteurl applicable: SharePoint Server Subscription Edition title: Get-SPSiteURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteUpgradeSessionInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteUpgradeSessionInfo.md index 47eaeaadc..88da94381 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteUpgradeSessionInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSiteUpgradeSessionInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsiteupgradesessioninfo applicable: SharePoint Server Subscription Edition title: Get-SPSiteUpgradeSessionInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSolution.md index d803687d7..e79af653c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spsolution applicable: SharePoint Server Subscription Edition title: Get-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplication.md index b0a9a4cea..8f71e0dce 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spstateserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPStateServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplicationProxy.md index d9405239f..28c2d6f53 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spstateserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPStateServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceDatabase.md index 9d5adadc7..a07dc4320 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Get-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTaxonomySession.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTaxonomySession.md index d9d279fac..c92be6652 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTaxonomySession.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTaxonomySession.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptaxonomysession applicable: SharePoint Server Subscription Edition title: Get-SPTaxonomySession diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPThrottlingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPThrottlingRule.md index 6e0d6dd64..28b9b2768 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPThrottlingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPThrottlingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spthrottlingrule applicable: SharePoint Server Subscription Edition title: Get-SPThrottlingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTimerJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTimerJob.md index f6a9768e9..4d24f34fa 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTimerJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTimerJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptimerjob applicable: SharePoint Server Subscription Edition title: Get-SPTimerJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplication.md index 75080aef6..d698774be 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.TopologyService-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptopologyserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPTopologyServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplicationProxy.md index 8829d61ee..a84a33d35 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTopologyServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.TopologyService-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptopologyserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPTopologyServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTranslationThrottlingSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTranslationThrottlingSetting.md index 3cfacbc79..c676bb53f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTranslationThrottlingSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTranslationThrottlingSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Translation.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptranslationthrottlingsetting applicable: SharePoint Server Subscription Edition title: Get-SPTranslationThrottlingSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedIdentityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedIdentityTokenIssuer.md index 231bfd3b9..69e2d6038 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedIdentityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedIdentityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptrustedidentitytokenissuer applicable: SharePoint Server Subscription Edition title: Get-SPTrustedIdentityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedRootAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedRootAuthority.md index 16fe5a5f1..7675a05dd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedRootAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedRootAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptrustedrootauthority applicable: SharePoint Server Subscription Edition title: Get-SPTrustedRootAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedSecurityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedSecurityTokenIssuer.md index fa6bf0ca6..6b5b47d26 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedSecurityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedSecurityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptrustedsecuritytokenissuer applicable: SharePoint Server Subscription Edition title: Get-SPTrustedSecurityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedServiceTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedServiceTokenIssuer.md index 208c39ac9..58a0cab4d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedServiceTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPTrustedServiceTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-sptrustedservicetokenissuer applicable: SharePoint Server Subscription Edition title: Get-SPTrustedServiceTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUpgradeActions.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUpgradeActions.md index 117faf24a..9e564dbd0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUpgradeActions.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUpgradeActions.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spupgradeactions applicable: SharePoint Server Subscription Edition title: Get-SPUpgradeActions diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageApplication.md index 138753c17..1d7b6cea8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusageapplication applicable: SharePoint Server Subscription Edition title: Get-SPUsageApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageDefinition.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageDefinition.md index 620935e11..ba6baaf76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageDefinition.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageDefinition.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusagedefinition applicable: SharePoint Server Subscription Edition title: Get-SPUsageDefinition diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageService.md index 777f275ab..46aa90878 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUsageService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusageservice applicable: SharePoint Server Subscription Edition title: Get-SPUsageService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUser.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUser.md index db5297e49..cd327ae58 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUser.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUser.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spuser applicable: SharePoint Server Subscription Edition title: Get-SPUser diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicense.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicense.md index c996152c9..d1bce1da4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicense.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicense.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spuserlicense applicable: SharePoint Server Subscription Edition title: Get-SPUserLicense diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicenseMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicenseMapping.md index a3b9ef2f8..7884dd615 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicenseMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicenseMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spuserlicensemapping applicable: SharePoint Server Subscription Edition title: Get-SPUserLicenseMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicensing.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicensing.md index 6d78b1f45..64003328d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicensing.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserLicensing.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spuserlicensing applicable: SharePoint Server Subscription Edition title: Get-SPUserLicensing diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProvider.md index 411fb9509..8fe001dbb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusersettingsprovider applicable: SharePoint Server Subscription Edition title: Get-SPUserSettingsProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProviderManager.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProviderManager.md index 6bbd579d9..07921ab3c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProviderManager.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSettingsProviderManager.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusersettingsprovidermanager applicable: SharePoint Server Subscription Edition title: Get-SPUserSettingsProviderManager diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolution.md index e8994d22c..fab9f823a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusersolution applicable: SharePoint Server Subscription Edition title: Get-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolutionAllowList.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolutionAllowList.md index 036f2f5c3..65bb8c499 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolutionAllowList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPUserSolutionAllowList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spusersolutionallowlist applicable: SharePoint Server Subscription Edition title: Get-SPUserSolutionAllowList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioExternalData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioExternalData.md index 06a22aa8b..493f1a425 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioExternalData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioExternalData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spvisioexternaldata applicable: SharePoint Server Subscription Edition title: Get-SPVisioExternalData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioPerformance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioPerformance.md index 529c56680..ef00f01ea 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioPerformance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioPerformance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spvisioperformance applicable: SharePoint Server Subscription Edition title: Get-SPVisioPerformance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioSafeDataProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioSafeDataProvider.md index 7f64cbb01..bb6aebdd8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioSafeDataProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioSafeDataProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spvisiosafedataprovider applicable: SharePoint Server Subscription Edition title: Get-SPVisioSafeDataProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplication.md index b5e188f0c..1aa3e55b8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spvisioserviceapplication applicable: SharePoint Server Subscription Edition title: Get-SPVisioServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplicationProxy.md index 5bb386e07..267e0e466 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPVisioServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spvisioserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPVisioServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIBinding.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIBinding.md index 4dd02c0bc..7b1427bcd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIBinding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIBinding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwopibinding applicable: SharePoint Server Subscription Edition title: Get-SPWOPIBinding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPISuppressionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPISuppressionSetting.md index 6757ad13e..a936c8ca4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPISuppressionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPISuppressionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwopisuppressionsetting applicable: SharePoint Server Subscription Edition title: Get-SPWOPISuppressionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIZone.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIZone.md index 91e624bd2..91be769af 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIZone.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWOPIZone.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwopizone applicable: SharePoint Server Subscription Edition title: Get-SPWOPIZone diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWeb.md index 4bc1246e5..3a871a01c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spweb applicable: SharePoint Server Subscription Edition title: Get-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplication.md index 33ee61ed6..6107dbdee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebapplication applicable: SharePoint Server Subscription Edition title: Get-SPWebApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationAppDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationAppDomain.md index 94b944de8..c72685cb3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationAppDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationAppDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebapplicationappdomain applicable: SharePoint Server Subscription Edition title: Get-SPWebApplicationAppDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationHttpThrottlingMonitor.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationHttpThrottlingMonitor.md index 3d368f412..2c20123f1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationHttpThrottlingMonitor.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebApplicationHttpThrottlingMonitor.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebapplicationhttpthrottlingmonitor applicable: SharePoint Server Subscription Edition title: Get-SPWebApplicationHttpThrottlingMonitor diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebPartPack.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebPartPack.md index be247d8e2..b0ed45bec 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebPartPack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebPartPack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebpartpack applicable: SharePoint Server Subscription Edition title: Get-SPWebPartPack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplate.md index 5c978a358..ab5057ae0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebtemplate applicable: SharePoint Server Subscription Edition title: Get-SPWebTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplatesEnabledForSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplatesEnabledForSiteMaster.md index 9ae365b7d..beaf28ce6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplatesEnabledForSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWebTemplatesEnabledForSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spwebtemplatesenabledforsitemaster title: Get-SPWebTemplatesEnabledForSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowConfig.md index f5f5f5594..7004b5388 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spworkflowconfig applicable: SharePoint Server Subscription Edition title: Get-SPWorkflowConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowServiceApplicationProxy.md index f9be72893..d1ef46c37 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Get-SPWorkflowServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.WorkflowServices.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spworkflowserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Get-SPWorkflowServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPBusinessDataCatalogMetadataObject.md b/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPBusinessDataCatalogMetadataObject.md index 9a61f580b..3e3479804 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPBusinessDataCatalogMetadataObject.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPBusinessDataCatalogMetadataObject.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/grant-spbusinessdatacatalogmetadataobject applicable: SharePoint Server Subscription Edition title: Grant-SPBusinessDataCatalogMetadataObject diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPObjectSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPObjectSecurity.md index 9a8e71d7c..a0029d7f4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPObjectSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Grant-SPObjectSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/grant-spobjectsecurity applicable: SharePoint Server Subscription Edition title: Grant-SPObjectSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPAppPackage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPAppPackage.md index 90a3d2128..da1df3ca0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPAppPackage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPAppPackage.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spapppackage applicable: SharePoint Server Subscription Edition title: Import-SPAppPackage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogDotNetAssembly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogDotNetAssembly.md index 90a5e59d3..1e243760a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogDotNetAssembly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogDotNetAssembly.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spbusinessdatacatalogdotnetassembly applicable: SharePoint Server Subscription Edition title: Import-SPBusinessDataCatalogDotNetAssembly diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogModel.md index 2ea5dc242..52ebad992 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPBusinessDataCatalogModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spbusinessdatacatalogmodel applicable: SharePoint Server Subscription Edition title: Import-SPBusinessDataCatalogModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCacheClusterConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCacheClusterConfig.md index a79b181f7..2986dc973 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCacheClusterConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCacheClusterConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spcacheclusterconfig applicable: SharePoint Server Subscription Edition title: Import-SPCacheClusterConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCertificate.md index dd80cd2a2..83cc218a4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spcertificate applicable: SharePoint Server Subscription Edition title: Import-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchCustomExtractionDictionary.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchCustomExtractionDictionary.md index 817d5801a..886aa8880 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchCustomExtractionDictionary.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchCustomExtractionDictionary.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spenterprisesearchcustomextractiondictionary applicable: SharePoint Server Subscription Edition title: Import-SPEnterpriseSearchCustomExtractionDictionary diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchPopularQueries.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchPopularQueries.md index fcde5bd48..4b537de0b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchPopularQueries.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchPopularQueries.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spenterprisesearchpopularqueries applicable: SharePoint Server Subscription Edition title: Import-SPEnterpriseSearchPopularQueries diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchThesaurus.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchThesaurus.md index cd9789b68..f3d5151a5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchThesaurus.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchThesaurus.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spenterprisesearchthesaurus applicable: SharePoint Server Subscription Edition title: Import-SPEnterpriseSearchThesaurus diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchTopology.md index 97814a10c..d686eca5f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: Import-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPInfoPathAdministrationFiles.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPInfoPathAdministrationFiles.md index 9abdfe1e2..a30e2fcba 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPInfoPathAdministrationFiles.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPInfoPathAdministrationFiles.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spinfopathadministrationfiles applicable: SharePoint Server Subscription Edition title: Import-SPInfoPathAdministrationFiles diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPMetadataWebServicePartitionData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPMetadataWebServicePartitionData.md index 3e9d7b47f..8316fc1eb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPMetadataWebServicePartitionData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPMetadataWebServicePartitionData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spmetadatawebservicepartitiondata applicable: SharePoint Server Subscription Edition title: Import-SPMetadataWebServicePartitionData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPScaleOutDatabaseTenantData.md index e280252ff..8d96dc61b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Import-SPScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPServerScaleOutDatabaseTenantData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPServerScaleOutDatabaseTenantData.md index 175c3b0fb..804b7a678 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPServerScaleOutDatabaseTenantData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPServerScaleOutDatabaseTenantData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spserverscaleoutdatabasetenantdata applicable: SharePoint Server Subscription Edition title: Import-SPServerScaleOutDatabaseTenantData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionBusinessDataCatalogConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionBusinessDataCatalogConfig.md index cf9ee69f5..2ba3099aa 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionBusinessDataCatalogConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionBusinessDataCatalogConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spsitesubscriptionbusinessdatacatalogconfig applicable: SharePoint Server Subscription Edition title: Import-SPSiteSubscriptionBusinessDataCatalogConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionSettings.md index 2ec1c2433..3f530d2e6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPSiteSubscriptionSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spsitesubscriptionsettings applicable: SharePoint Server Subscription Edition title: Import-SPSiteSubscriptionSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPWeb.md index dd5066ca5..6eb79a60b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Import-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/import-spweb applicable: SharePoint Server Subscription Edition title: Import-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPResourceSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPResourceSecurity.md index f04928f8c..72195e204 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPResourceSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPResourceSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/initialize-spresourcesecurity applicable: SharePoint Server Subscription Edition title: Initialize-SPResourceSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPStateServiceDatabase.md index afb8244fa..b85da3fa3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Initialize-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/initialize-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Initialize-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApp.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApp.md index 58c26be8c..c9d570f5a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApp.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApp.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spapp applicable: SharePoint Server Subscription Edition title: Install-SPApp diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApplicationContent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApplicationContent.md index ee40a56bd..0035fabf9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApplicationContent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPApplicationContent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spapplicationcontent applicable: SharePoint Server Subscription Edition title: Install-SPApplicationContent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPDataConnectionFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPDataConnectionFile.md index 708c5dc40..fcc626b62 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPDataConnectionFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPDataConnectionFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spdataconnectionfile applicable: SharePoint Server Subscription Edition title: Install-SPDataConnectionFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPFeature.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPFeature.md index 199070269..184c03852 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPFeature.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPFeature.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spfeature applicable: SharePoint Server Subscription Edition title: Install-SPFeature diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPHelpCollection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPHelpCollection.md index bd18cf4f7..591c5a95d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPHelpCollection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPHelpCollection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-sphelpcollection applicable: SharePoint Server Subscription Edition title: Install-SPHelpCollection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPInfoPathFormTemplate.md index 6416234aa..f2dacfdcc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Install-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPService.md index c6dff88a9..bbd4bf5c0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spservice applicable: SharePoint Server Subscription Edition title: Install-SPService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPSolution.md index 607b0a17a..097e4116d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spsolution applicable: SharePoint Server Subscription Edition title: Install-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPUserSolution.md index 6c2884b52..1c1a0bb32 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spusersolution applicable: SharePoint Server Subscription Edition title: Install-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPWebPartPack.md b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPWebPartPack.md index c84010a34..b59140367 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPWebPartPack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Install-SPWebPartPack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/install-spwebpartpack applicable: SharePoint Server Subscription Edition title: Install-SPWebPartPack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md index c2729d337..f393f5902 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/invoke-spprojectactivedirectoryenterpriseresourcepoolsync title: Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryGroupSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryGroupSync.md index 7fd70a974..cfe7f169b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryGroupSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Invoke-SPProjectActiveDirectoryGroupSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/invoke-spprojectactivedirectorygroupsync title: Invoke-SPProjectActiveDirectoryGroupSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPLogFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPLogFile.md index d7119aa07..ebd6d4251 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPLogFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPLogFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/merge-splogfile applicable: SharePoint Server Subscription Edition title: Merge-SPLogFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPUsageLog.md b/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPUsageLog.md index 733439bd2..9f7ced93f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPUsageLog.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Merge-SPUsageLog.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/merge-spusagelog title: Merge-SPUsageLog diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPDatabase.md index b22e19a0b..f3230198e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/migrate-spdatabase title: Migrate-SPDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPProjectResourcePlans.md b/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPProjectResourcePlans.md index caf9b1597..94448df2a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPProjectResourcePlans.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Migrate-SPProjectResourcePlans.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/migrate-spprojectresourceplans title: Migrate-SPProjectResourcePlans diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPContentDatabase.md index dec09b074..99d9ea855 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/mount-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Mount-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPStateServiceDatabase.md index 9b9aa080c..188d709e7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Mount-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/mount-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Mount-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPAppManagementData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPAppManagementData.md index 4daca4f27..69f3a15a8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPAppManagementData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPAppManagementData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spappmanagementdata title: Move-SPAppManagementData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPBlobStorageLocation.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPBlobStorageLocation.md index 12bfb872a..0534427e7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPBlobStorageLocation.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPBlobStorageLocation.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spblobstoragelocation applicable: SharePoint Server Subscription Edition title: Move-SPBlobStorageLocation diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPCertificate.md index 27bda32c8..78a1cb95a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spcertificate applicable: SharePoint Server Subscription Edition title: Move-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPDeletedSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPDeletedSite.md index 7c92c9832..da9d8f27c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPDeletedSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPDeletedSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spdeletedsite applicable: SharePoint Server Subscription Edition title: Move-SPDeletedSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPEnterpriseSearchLinksDatabases.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPEnterpriseSearchLinksDatabases.md index 582293fc9..bd08d6176 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPEnterpriseSearchLinksDatabases.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPEnterpriseSearchLinksDatabases.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spenterprisesearchlinksdatabases applicable: SharePoint Server Subscription Edition title: Move-SPEnterpriseSearchLinksDatabases diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPProfileManagedMetadataProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPProfileManagedMetadataProperty.md index 31bbd91f7..e18d0e41d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPProfileManagedMetadataProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPProfileManagedMetadataProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spprofilemanagedmetadataproperty applicable: SharePoint Server Subscription Edition title: Move-SPProfileManagedMetadataProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSite.md index 15c341a06..f7186fd81 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spsite applicable: SharePoint Server Subscription Edition title: Move-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSocialComment.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSocialComment.md index 49d473d27..0bff98e76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSocialComment.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPSocialComment.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spsocialcomment applicable: SharePoint Server Subscription Edition title: Move-SPSocialComment diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPUser.md b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPUser.md index 4232ffc55..0f202022c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPUser.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Move-SPUser.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/move-spuser applicable: SharePoint Server Subscription Edition title: Move-SPUser diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAlternateURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAlternateURL.md index beb9c2858..0a5f7b9d4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAlternateURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAlternateURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spalternateurl applicable: SharePoint Server Subscription Edition title: New-SPAlternateURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplication.md index 70cd82190..0e39705bc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spappmanagementserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPAppManagementServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplicationProxy.md index 98802b37a..30e8756d7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAppManagementServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spappmanagementserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPAppManagementServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAuthenticationProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAuthenticationProvider.md index 86bf1ff55..d51af8f93 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAuthenticationProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAuthenticationProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spauthenticationprovider applicable: SharePoint Server Subscription Edition title: New-SPAuthenticationProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAzureAccessControlServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAzureAccessControlServiceApplicationProxy.md index 68f93d089..d93af890b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAzureAccessControlServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPAzureAccessControlServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spazureaccesscontrolserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPAzureAccessControlServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBECWebServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBECWebServiceApplicationProxy.md index b6e099dbb..125e2a9be 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBECWebServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBECWebServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spbecwebserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPBECWebServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplication.md index 08a707ee1..2b22435d0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spbusinessdatacatalogserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPBusinessDataCatalogServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplicationProxy.md index 23ce2ee05..f5cefc9ef 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPBusinessDataCatalogServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spbusinessdatacatalogserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPBusinessDataCatalogServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCache.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCache.md index e38a21115..ff6e86c36 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCache.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCache.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcache applicable: SharePoint Server Subscription Edition title: New-SPCache diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCentralAdministration.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCentralAdministration.md index 7aa52edfa..cd9572115 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCentralAdministration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCentralAdministration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcentraladministration applicable: SharePoint Server Subscription Edition title: New-SPCentralAdministration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCertificate.md index b0d227e12..166078f53 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcertificate applicable: SharePoint Server Subscription Edition title: New-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimProvider.md index 523606f1a..4ea25d498 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spclaimprovider applicable: SharePoint Server Subscription Edition title: New-SPClaimProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeEncoding.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeEncoding.md index 613ddaa7e..b98fc0868 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeEncoding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeEncoding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spclaimtypeencoding applicable: SharePoint Server Subscription Edition title: New-SPClaimTypeEncoding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeMapping.md index 8fb1de9d3..ead548d1c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimTypeMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spclaimtypemapping applicable: SharePoint Server Subscription Edition title: New-SPClaimTypeMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimsPrincipal.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimsPrincipal.md index efbfab7ca..f8f0f81bf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimsPrincipal.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPClaimsPrincipal.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spclaimsprincipal applicable: SharePoint Server Subscription Edition title: New-SPClaimsPrincipal diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPConfigurationDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPConfigurationDatabase.md index a8666cc16..3f3583bb0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPConfigurationDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPConfigurationDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spconfigurationdatabase applicable: SharePoint Server Subscription Edition title: New-SPConfigurationDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDatabase.md index 19883af66..a32bf6802 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcontentdatabase applicable: SharePoint Server Subscription Edition title: New-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentJob.md index bb6ad31ae..ea95d0ff5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcontentdeploymentjob applicable: SharePoint Server Subscription Edition title: New-SPContentDeploymentJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentPath.md index 76df645b9..df05e1bb7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPContentDeploymentPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spcontentdeploymentpath applicable: SharePoint Server Subscription Edition title: New-SPContentDeploymentPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAdminComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAdminComponent.md index 903953b9d..491f68a92 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAdminComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAdminComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchadmincomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchAdminComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAnalyticsProcessingComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAnalyticsProcessingComponent.md index 9abf6e75a..012de9f6a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAnalyticsProcessingComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchAnalyticsProcessingComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchanalyticsprocessingcomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchAnalyticsProcessingComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentEnrichmentConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentEnrichmentConfiguration.md index 9b5b6c85e..8098a3a37 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentEnrichmentConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentEnrichmentConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcontentenrichmentconfiguration applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchContentEnrichmentConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentProcessingComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentProcessingComponent.md index cff0b3d96..72d7664c9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentProcessingComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchContentProcessingComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcontentprocessingcomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchContentProcessingComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlComponent.md index 46507adce..1ea522b76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlcomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlContentSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlContentSource.md index ab8fe61a4..7d4a351b5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlContentSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlContentSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlcontentsource applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlContentSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlCustomConnector.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlCustomConnector.md index d10dc5ba9..89d3dfd51 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlCustomConnector.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlCustomConnector.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlcustomconnector applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlCustomConnector diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlDatabase.md index 49143dfe3..45e5b4506 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawldatabase applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlExtension.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlExtension.md index d718cce31..481f8b2a0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlExtension.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlExtension.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlextension applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlExtension diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlMapping.md index 469604380..0bf0be629 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlmapping applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlRule.md index 3bce7862f..9f198e2f3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchCrawlRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchcrawlrule applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchCrawlRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchFileFormat.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchFileFormat.md index 7ca0dd09b..078c00785 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchFileFormat.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchFileFormat.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchfileformat applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchFileFormat diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchIndexComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchIndexComponent.md index 4454116fd..877940baf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchIndexComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchIndexComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchindexcomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchIndexComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLanguageResourcePhrase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLanguageResourcePhrase.md index 54f695a58..fd6d5f716 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLanguageResourcePhrase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLanguageResourcePhrase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchlanguageresourcephrase applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchLanguageResourcePhrase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLinksDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLinksDatabase.md index 63e6e5399..68187eff2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLinksDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchLinksDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchlinksdatabase applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchLinksDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCategory.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCategory.md index 91f8c345d..be3c30ede 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCategory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCategory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchmetadatacategory applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchMetadataCategory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCrawledProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCrawledProperty.md index 1e86551ec..33b9f2ecd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCrawledProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataCrawledProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchmetadatacrawledproperty applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchMetadataCrawledProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataManagedProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataManagedProperty.md index 86ccfffe8..54b4cfce2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataManagedProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataManagedProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchmetadatamanagedproperty applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchMetadataManagedProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataMapping.md index 60fc57ce3..4c55d95d2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchMetadataMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchmetadatamapping applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchMetadataMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryAuthority.md index dc6b93845..d5193ea80 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchqueryauthority applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryDemoted.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryDemoted.md index f84fb28e9..a9652b3cb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryDemoted.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryDemoted.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchquerydemoted applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryDemoted diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryKeyword.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryKeyword.md index 5ea5c6eff..2f122819f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryKeyword.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryKeyword.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchquerykeyword applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryKeyword diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryProcessingComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryProcessingComponent.md index ddee31bad..0dc7ab5af 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryProcessingComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryProcessingComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchqueryprocessingcomponent applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryProcessingComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScope.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScope.md index 121b30314..cb0eca190 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScope.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScope.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchqueryscope applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryScope diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScopeRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScopeRule.md index 01a6c4bdc..aa5cd32db 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScopeRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchQueryScopeRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchqueryscoperule applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchQueryScopeRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchRankingModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchRankingModel.md index 9b37f2316..5de59be67 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchRankingModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchRankingModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchrankingmodel applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchRankingModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultItemType.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultItemType.md index 2be16537d..740b08d83 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultItemType.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultItemType.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchresultitemtype applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchResultItemType diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultSource.md index 86fca6457..af9980810 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchResultSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchresultsource applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchResultSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSecurityTrimmer.md index d39aac188..608ad8140 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchsecuritytrimmer applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplication.md index a22f4e461..a70c2ac63 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplicationProxy.md index d6b56e40a..e603af08d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSiteHitRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSiteHitRule.md index 6786c476e..73ae5acd9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSiteHitRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchSiteHitRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchsitehitrule applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchSiteHitRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchTopology.md index d77d34a0e..14b4d66a0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: New-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPLogFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPLogFile.md index 4cc533399..4e7629c71 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPLogFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPLogFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-splogfile applicable: SharePoint Server Subscription Edition title: New-SPLogFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedAccount.md index f2da3bf55..1aa66fbce 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spmanagedaccount applicable: SharePoint Server Subscription Edition title: New-SPManagedAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedPath.md index b8fb47a16..69c0cd362 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPManagedPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spmanagedpath applicable: SharePoint Server Subscription Edition title: New-SPManagedPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMarketplaceWebServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMarketplaceWebServiceApplicationProxy.md index 0d0d63799..45cc23a81 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMarketplaceWebServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMarketplaceWebServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spmarketplacewebserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPMarketplaceWebServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplication.md index 095114c56..7ad50bdc3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spmetadataserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPMetadataServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplicationProxy.md index 009431991..0147bad50 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPMetadataServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spmetadataserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPMetadataServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPODataConnectionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPODataConnectionSetting.md index 9900bb105..2a941bb81 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPODataConnectionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPODataConnectionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spodataconnectionsetting applicable: SharePoint Server Subscription Edition title: New-SPODataConnectionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md index a29ffe44d..afbd71c41 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sponlineapplicationprincipalmanagementserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplication.md index e5581838d..70597f554 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Powerpoint.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sppowerpointconversionserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPPowerPointConversionServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplicationProxy.md index 36c2f5ce9..2ec9b7888 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPPowerPointConversionServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Powerpoint.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sppowerpointconversionserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPPowerPointConversionServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplication.md index 40e8159da..6bc7d33cc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spprofileserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPProfileServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplicationProxy.md index bc50d03c7..146665cc5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProfileServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spprofileserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPProfileServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplication.md index 9c6673154..27b239442 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spprojectserviceapplication title: New-SPProjectServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplicationProxy.md index 8e979c2e4..338175555 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPProjectServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spprojectserviceapplicationproxy title: New-SPProjectServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPRequestManagementRuleCriteria.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPRequestManagementRuleCriteria.md index a75d0b9cf..0e371fd76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPRequestManagementRuleCriteria.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPRequestManagementRuleCriteria.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sprequestmanagementrulecriteria applicable: SharePoint Server Subscription Edition title: New-SPRequestManagementRuleCriteria diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplication.md index 91cda3c29..2a9717c43 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsecurestoreapplication applicable: SharePoint Server Subscription Edition title: New-SPSecureStoreApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplicationField.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplicationField.md index 19f02abd9..c922c7f2e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplicationField.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreApplicationField.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsecurestoreapplicationfield applicable: SharePoint Server Subscription Edition title: New-SPSecureStoreApplicationField diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplication.md index b40722cbb..ea0301c80 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsecurestoreserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPSecureStoreServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplicationProxy.md index ef0904292..117228b13 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsecurestoreserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPSecureStoreServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreTargetApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreTargetApplication.md index c381ed778..e628d7f08 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreTargetApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSecureStoreTargetApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsecurestoretargetapplication applicable: SharePoint Server Subscription Edition title: New-SPSecureStoreTargetApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationPool.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationPool.md index 582366464..e2c45adab 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationPool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationPool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spserviceapplicationpool applicable: SharePoint Server Subscription Edition title: New-SPServiceApplicationPool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationProxyGroup.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationProxyGroup.md index fa9212884..c2c0ca531 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationProxyGroup.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPServiceApplicationProxyGroup.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spserviceapplicationproxygroup applicable: SharePoint Server Subscription Edition title: New-SPServiceApplicationProxyGroup diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSite.md index f9d4dbcd5..efc178cbf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsite applicable: SharePoint Server Subscription Edition title: New-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteMaster.md index ba8111233..7ab1f13a9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsitemaster title: New-SPSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscription.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscription.md index 38affcb46..3927a292f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscription.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscription.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsitesubscription applicable: SharePoint Server Subscription Edition title: New-SPSiteSubscription diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscriptionFeaturePack.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscriptionFeaturePack.md index 43dd7b04e..4b0f282a4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscriptionFeaturePack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSiteSubscriptionFeaturePack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsitesubscriptionfeaturepack applicable: SharePoint Server Subscription Edition title: New-SPSiteSubscriptionFeaturePack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplication.md index 0bbdf0519..7352b6b8d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spstateserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPStateServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplicationProxy.md index ebb86e3e4..c81dd060d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spstateserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPStateServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceDatabase.md index 986ed7735..f30f6001a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: New-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplication.md index 26bf1f580..61b6577c0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsubscriptionsettingsserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPSubscriptionSettingsServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplicationProxy.md index 1391b3e16..87f2df473 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPSubscriptionSettingsServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spsubscriptionsettingsserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPSubscriptionSettingsServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplication.md index 01cf01d66..6d4085b1c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.TranslationServices.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptranslationserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPTranslationServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplicationProxy.md index 97689c09d..0a32dacf2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTranslationServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.TranslationServices.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptranslationserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPTranslationServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedIdentityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedIdentityTokenIssuer.md index b9aa8938a..20b01ab78 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedIdentityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedIdentityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptrustedidentitytokenissuer applicable: SharePoint Server Subscription Edition title: New-SPTrustedIdentityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedRootAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedRootAuthority.md index bf0b92e3c..1dd098b2b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedRootAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedRootAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptrustedrootauthority applicable: SharePoint Server Subscription Edition title: New-SPTrustedRootAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedSecurityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedSecurityTokenIssuer.md index fce0e075c..6b62f575b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedSecurityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedSecurityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptrustedsecuritytokenissuer applicable: SharePoint Server Subscription Edition title: New-SPTrustedSecurityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedServiceTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedServiceTokenIssuer.md index 72fe00db5..28633077a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedServiceTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPTrustedServiceTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-sptrustedservicetokenissuer applicable: SharePoint Server Subscription Edition title: New-SPTrustedServiceTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageApplication.md index 8cadc50ef..0fa2da212 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spusageapplication applicable: SharePoint Server Subscription Edition title: New-SPUsageApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageLogFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageLogFile.md index 53b3963a6..47fae5a51 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageLogFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUsageLogFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spusagelogfile applicable: SharePoint Server Subscription Edition title: New-SPUsageLogFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUser.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUser.md index 62d9588ca..95dd89e2d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUser.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUser.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spuser applicable: SharePoint Server Subscription Edition title: New-SPUser diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserLicenseMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserLicenseMapping.md index 41610c04a..a87964fc9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserLicenseMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserLicenseMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spuserlicensemapping applicable: SharePoint Server Subscription Edition title: New-SPUserLicenseMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSettingsProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSettingsProvider.md index 8496fa07d..6a35fccf8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSettingsProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSettingsProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spusersettingsprovider applicable: SharePoint Server Subscription Edition title: New-SPUserSettingsProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSolutionAllowList.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSolutionAllowList.md index 6cdfca8f9..520ae3bc3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSolutionAllowList.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPUserSolutionAllowList.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spusersolutionallowlist applicable: SharePoint Server Subscription Edition title: New-SPUserSolutionAllowList diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioSafeDataProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioSafeDataProvider.md index 14161595a..167ce9351 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioSafeDataProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioSafeDataProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spvisiosafedataprovider applicable: SharePoint Server Subscription Edition title: New-SPVisioSafeDataProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplication.md index 4860b9899..4f5655df9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spvisioserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPVisioServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplicationProxy.md index 70b09cb57..adc9ffbd6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPVisioServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spvisioserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPVisioServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPIBinding.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPIBinding.md index 23e716dac..5f42fbb08 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPIBinding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPIBinding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwopibinding applicable: SharePoint Server Subscription Edition title: New-SPWOPIBinding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPISuppressionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPISuppressionSetting.md index b279d1467..82c96264f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPISuppressionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWOPISuppressionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwopisuppressionsetting applicable: SharePoint Server Subscription Edition title: New-SPWOPISuppressionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWeb.md index 6e8d0aa28..f125f099c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spweb applicable: SharePoint Server Subscription Edition title: New-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplication.md index 7aea33787..50863267d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwebapplication applicable: SharePoint Server Subscription Edition title: New-SPWebApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationAppDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationAppDomain.md index bfb318ccf..513da658c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationAppDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationAppDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwebapplicationappdomain applicable: SharePoint Server Subscription Edition title: New-SPWebApplicationAppDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationExtension.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationExtension.md index b1905e17d..3d10fe847 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationExtension.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWebApplicationExtension.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwebapplicationextension applicable: SharePoint Server Subscription Edition title: New-SPWebApplicationExtension diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWordConversionServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWordConversionServiceApplication.md index b31921502..d850f6e73 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWordConversionServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWordConversionServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Word.Server.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spwordconversionserviceapplication applicable: SharePoint Server Subscription Edition title: New-SPWordConversionServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWorkflowServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWorkflowServiceApplicationProxy.md index b1d1493e4..9a3cabbe0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWorkflowServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/New-SPWorkflowServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.WorkflowServices.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-spworkflowserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: New-SPWorkflowServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Pause-SPProjectWebInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Pause-SPProjectWebInstance.md index 9a0abd901..082fda0b0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Pause-SPProjectWebInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Pause-SPProjectWebInstance.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/pause-spprojectwebinstance title: Pause-SPProjectWebInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Publish-SPServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Publish-SPServiceApplication.md index 705528d8e..ddf5f2e78 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Publish-SPServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Publish-SPServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/publish-spserviceapplication applicable: SharePoint Server Subscription Edition title: Publish-SPServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Receive-SPServiceApplicationConnectionInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Receive-SPServiceApplicationConnectionInfo.md index d11eb414d..05b9945f5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Receive-SPServiceApplicationConnectionInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Receive-SPServiceApplicationConnectionInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.TopologyService-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/receive-spserviceapplicationconnectioninfo applicable: SharePoint Server Subscription Edition title: Receive-SPServiceApplicationConnectionInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPAppPrincipal.md b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPAppPrincipal.md index 50aa3892b..b78785bb0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPAppPrincipal.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPAppPrincipal.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/register-spappprincipal applicable: SharePoint Server Subscription Edition title: Register-SPAppPrincipal diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPRemoteShareBlobStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPRemoteShareBlobStore.md index 1a5361ebf..1540f9e53 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPRemoteShareBlobStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPRemoteShareBlobStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/register-spremoteshareblobstore applicable: SharePoint Server Subscription Edition title: Register-SPRemoteShareBlobStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPVssWriter.md b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPVssWriter.md index 0365e88b7..0b464be76 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPVssWriter.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPVssWriter.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/register-spvsswriter applicable: SharePoint Server Subscription Edition title: Register-SPVssWriter diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPWorkflowService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPWorkflowService.md index e561e8e8d..1f2426531 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPWorkflowService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Register-SPWorkflowService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.WorkflowServices.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/register-spworkflowservice applicable: SharePoint Server Subscription Edition title: Register-SPWorkflowService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPActivityFeedItems.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPActivityFeedItems.md index c0eb95007..4154dec81 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPActivityFeedItems.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPActivityFeedItems.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spactivityfeeditems applicable: SharePoint Server Subscription Edition title: Remove-SPActivityFeedItems diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAlternateURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAlternateURL.md index e1c154e9a..1ebf8574f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAlternateURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAlternateURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spalternateurl applicable: SharePoint Server Subscription Edition title: Remove-SPAlternateURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppDeniedEndpoint.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppDeniedEndpoint.md index 07965e311..765bf7056 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppDeniedEndpoint.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppDeniedEndpoint.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spappdeniedendpoint applicable: SharePoint Server Subscription Edition title: Remove-SPAppDeniedEndpoint diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppPrincipalPermission.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppPrincipalPermission.md index a0ccf3bf1..a81f7d0de 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppPrincipalPermission.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPAppPrincipalPermission.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spappprincipalpermission applicable: SharePoint Server Subscription Edition title: Remove-SPAppPrincipalPermission diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPApplicationCredentialKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPApplicationCredentialKey.md index 6d1e0b646..ab58a5507 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPApplicationCredentialKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPApplicationCredentialKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spapplicationcredentialkey title: Remove-SPApplicationCredentialKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPBusinessDataCatalogModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPBusinessDataCatalogModel.md index ba09f4d81..fd8bf71be 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPBusinessDataCatalogModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPBusinessDataCatalogModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spbusinessdatacatalogmodel applicable: SharePoint Server Subscription Edition title: Remove-SPBusinessDataCatalogModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCentralAdministration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCentralAdministration.md index 19a336732..24468aa6b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCentralAdministration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCentralAdministration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcentraladministration title: Remove-SPCentralAdministration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificate.md index 125ef453a..5dde2c1b7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcertificate applicable: SharePoint Server Subscription Edition title: Remove-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificateNotificationContact.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificateNotificationContact.md index 5c6cb1285..eb6075a1c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificateNotificationContact.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPCertificateNotificationContact.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcertificatenotificationcontact applicable: SharePoint Server Subscription Edition title: Remove-SPCertificateNotificationContact diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimProvider.md index a32accc34..81d478e4d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spclaimprovider applicable: SharePoint Server Subscription Edition title: Remove-SPClaimProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimTypeMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimTypeMapping.md index a7d0ed2ac..6c6630f61 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimTypeMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPClaimTypeMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spclaimtypemapping applicable: SharePoint Server Subscription Edition title: Remove-SPClaimTypeMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationDatabase.md index 01a49c191..1647b5414 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spconfigurationdatabase applicable: SharePoint Server Subscription Edition title: Remove-SPConfigurationDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationObject.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationObject.md index adb0d809e..b6b627a8f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationObject.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPConfigurationObject.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spconfigurationobject applicable: SharePoint Server Subscription Edition title: Remove-SPConfigurationObject diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDatabase.md index 89b6b35d0..15e916e9b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Remove-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentJob.md index ffec18e43..4d19ae328 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcontentdeploymentjob applicable: SharePoint Server Subscription Edition title: Remove-SPContentDeploymentJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentPath.md index c0ce855f3..d48c930f8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPContentDeploymentPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spcontentdeploymentpath applicable: SharePoint Server Subscription Edition title: Remove-SPContentDeploymentPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDatabaseFromAvailabilityGroup.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDatabaseFromAvailabilityGroup.md index ade648373..e382abb11 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDatabaseFromAvailabilityGroup.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDatabaseFromAvailabilityGroup.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spdatabasefromavailabilitygroup applicable: SharePoint Server Subscription Edition title: Remove-SPDatabaseFromAvailabilityGroup diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDeletedSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDeletedSite.md index 333087129..a1521a169 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDeletedSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDeletedSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spdeletedsite applicable: SharePoint Server Subscription Edition title: Remove-SPDeletedSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDiagnosticsPerformanceCounter.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDiagnosticsPerformanceCounter.md index af6cf8e77..1d9507a72 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDiagnosticsPerformanceCounter.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDiagnosticsPerformanceCounter.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spdiagnosticsperformancecounter applicable: SharePoint Server Subscription Edition title: Remove-SPDiagnosticsPerformanceCounter diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDistributedCacheServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDistributedCacheServiceInstance.md index b701a073a..fad632307 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDistributedCacheServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPDistributedCacheServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spdistributedcacheserviceinstance applicable: SharePoint Server Subscription Edition title: Remove-SPDistributedCacheServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchComponent.md index 9e25e83b5..613db2ea8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcomponent applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md index dfc602b4c..f6ff0504b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcontentenrichmentconfiguration applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchContentEnrichmentConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlContentSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlContentSource.md index 90e75d9f6..988d394de 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlContentSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlContentSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawlcontentsource applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlContentSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlCustomConnector.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlCustomConnector.md index 5330e6b51..7e0dad930 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlCustomConnector.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlCustomConnector.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawlcustomconnector applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlCustomConnector diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlDatabase.md index 85c51b954..0b0bc959e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawldatabase applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlExtension.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlExtension.md index 7c723789e..69ac39f60 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlExtension.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlExtension.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawlextension applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlExtension diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlLogReadPermission.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlLogReadPermission.md index 6dbd49c05..7328aedea 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlLogReadPermission.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlLogReadPermission.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawllogreadpermission applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlLogReadPermission diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlMapping.md index e667d5b6c..2e678a143 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawlmapping applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlRule.md index 50a89c9ef..d455737a7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchCrawlRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchcrawlrule applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchCrawlRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchFileFormat.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchFileFormat.md index ca76d1788..2d370fd1f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchFileFormat.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchFileFormat.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchfileformat applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchFileFormat diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLanguageResourcePhrase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLanguageResourcePhrase.md index d87c9f810..1b26d9ba8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLanguageResourcePhrase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLanguageResourcePhrase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchlanguageresourcephrase applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchLanguageResourcePhrase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLinksDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLinksDatabase.md index f270e9da1..bf386f7c3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLinksDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchLinksDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchlinksdatabase applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchLinksDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataCategory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataCategory.md index ff00aafd8..04360123c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataCategory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataCategory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchmetadatacategory applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchMetadataCategory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataManagedProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataManagedProperty.md index aeee1726c..5429bb014 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataManagedProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataManagedProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchmetadatamanagedproperty applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchMetadataManagedProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataMapping.md index fbc3b211c..2c45f58dc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchMetadataMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchmetadatamapping applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchMetadataMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryAuthority.md index 869ed3a24..0b724cd24 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchqueryauthority applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchQueryAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryDemoted.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryDemoted.md index 67937460d..278e21e45 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryDemoted.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryDemoted.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchquerydemoted applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchQueryDemoted diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryKeyword.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryKeyword.md index 2ad85182c..ef5059b5b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryKeyword.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryKeyword.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchquerykeyword applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchQueryKeyword diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScope.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScope.md index 5c5891b3a..6126fa6d2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScope.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScope.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchqueryscope applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchQueryScope diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScopeRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScopeRule.md index e5c76ae0a..f996ce15c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScopeRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchQueryScopeRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchqueryscoperule applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchQueryScopeRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchRankingModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchRankingModel.md index ad93a9dc0..65a4618a8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchRankingModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchRankingModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchrankingmodel applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchRankingModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultItemType.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultItemType.md index 5ada2cba4..7404b15d2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultItemType.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultItemType.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchresultitemtype applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchResultItemType diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultSource.md index 4c86cddf7..8f3df89db 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchResultSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchresultsource applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchResultSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSecurityTrimmer.md index 91cdc1996..46cd6a39f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchsecuritytrimmer applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplication.md index ec9b9049f..69099ae8d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationProxy.md index dbb59f1bd..15000a821 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md index a94a344eb..c2ede0bc4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchserviceapplicationsitesettings applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchServiceApplicationSiteSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSiteHitRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSiteHitRule.md index 637835c3e..733a74d84 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSiteHitRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchSiteHitRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchsitehitrule applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchSiteHitRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantConfiguration.md index 30494233e..03d6734e6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchtenantconfiguration applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchTenantConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantSchema.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantSchema.md index 01542dc20..abe8d98e6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantSchema.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTenantSchema.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchtenantschema applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchTenantSchema diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTopology.md index 4ae277242..3af682d37 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: Remove-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPInfoPathUserAgent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPInfoPathUserAgent.md index fcae89ac3..349b7d086 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPInfoPathUserAgent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPInfoPathUserAgent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spinfopathuseragent applicable: SharePoint Server Subscription Edition title: Remove-SPInfoPathUserAgent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedAccount.md index b8e750e24..b9d58c0cc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spmanagedaccount applicable: SharePoint Server Subscription Edition title: Remove-SPManagedAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedPath.md index c50ddc07f..07ff93a9b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPManagedPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spmanagedpath applicable: SharePoint Server Subscription Edition title: Remove-SPManagedPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPODataConnectionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPODataConnectionSetting.md index c6d6685ca..e94125aa4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPODataConnectionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPODataConnectionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spodataconnectionsetting applicable: SharePoint Server Subscription Edition title: Remove-SPODataConnectionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerDistributionListSearchDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerDistributionListSearchDomain.md index 27e8aed49..7bc4a071b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerDistributionListSearchDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerDistributionListSearchDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sppeoplepickerdistributionlistsearchdomain applicable: SharePoint Server Subscription Edition title: Remove-SPPeoplePickerDistributionListSearchDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerSearchADDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerSearchADDomain.md index 3d6f6dddf..c5004f8ad 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerSearchADDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerSearchADDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sppeoplepickersearchaddomain applicable: SharePoint Server Subscription Edition title: Remove-SPPeoplePickerSearchADDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerServiceAccountDirectoryPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerServiceAccountDirectoryPath.md index b9ec77f05..c34e3fd27 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerServiceAccountDirectoryPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPeoplePickerServiceAccountDirectoryPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sppeoplepickerserviceaccountdirectorypath applicable: SharePoint Server Subscription Edition title: Remove-SPPeoplePickerServiceAccountDirectoryPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPluggableSecurityTrimmer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPluggableSecurityTrimmer.md index d92952d88..5db5b38f3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPluggableSecurityTrimmer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPPluggableSecurityTrimmer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sppluggablesecuritytrimmer applicable: SharePoint Server Subscription Edition title: Remove-SPPluggableSecurityTrimmer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileLeader.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileLeader.md index 1f050f2b7..0a3ba5616 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileLeader.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileLeader.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spprofileleader applicable: SharePoint Server Subscription Edition title: Remove-SPProfileLeader diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileSyncConnection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileSyncConnection.md index f53fc547c..06666aeeb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileSyncConnection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProfileSyncConnection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spprofilesyncconnection applicable: SharePoint Server Subscription Edition title: Remove-SPProfileSyncConnection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProjectWebInstanceData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProjectWebInstanceData.md index 3a8d3c7f8..0d42dd9ec 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProjectWebInstanceData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPProjectWebInstanceData.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spprojectwebinstancedata title: Remove-SPProjectWebInstanceData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachineInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachineInfo.md index 9a9f152b8..ec1fc9840 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachineInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachineInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sproutingmachineinfo applicable: SharePoint Server Subscription Edition title: Remove-SPRoutingMachineInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachinePool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachinePool.md index 923341b73..600bdc5b3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachinePool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingMachinePool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sproutingmachinepool applicable: SharePoint Server Subscription Edition title: Remove-SPRoutingMachinePool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingRule.md index 845abd451..6915caaf8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPRoutingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sproutingrule applicable: SharePoint Server Subscription Edition title: Remove-SPRoutingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPScaleOutDatabase.md index 5c3db39c5..0b3446fdb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Remove-SPScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreApplication.md index 7beb72004..e12ef3198 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsecurestoreapplication applicable: SharePoint Server Subscription Edition title: Remove-SPSecureStoreApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreSystemAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreSystemAccount.md index f6284ad7c..27867ae1c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreSystemAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSecureStoreSystemAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsecurestoresystemaccount applicable: SharePoint Server Subscription Edition title: Remove-SPSecureStoreSystemAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServerScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServerScaleOutDatabase.md index 480a1b8fc..94255b7a2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServerScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServerScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserverscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Remove-SPServerScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplication.md index 9c79d166e..5fabda494 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserviceapplication applicable: SharePoint Server Subscription Edition title: Remove-SPServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationPool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationPool.md index 58cf1e565..d5d168af3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationPool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationPool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserviceapplicationpool applicable: SharePoint Server Subscription Edition title: Remove-SPServiceApplicationPool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxy.md index 7e7c29067..f46eb7516 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Remove-SPServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroup.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroup.md index da3cd4dc5..3ce8993bd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroup.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroup.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserviceapplicationproxygroup applicable: SharePoint Server Subscription Edition title: Remove-SPServiceApplicationProxyGroup diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroupMember.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroupMember.md index 5e1a6d5dc..07f75ad60 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroupMember.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPServiceApplicationProxyGroupMember.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spserviceapplicationproxygroupmember applicable: SharePoint Server Subscription Edition title: Remove-SPServiceApplicationProxyGroupMember diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPShellAdmin.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPShellAdmin.md index dc35fdb91..c79cc2c50 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPShellAdmin.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPShellAdmin.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spshelladmin applicable: SharePoint Server Subscription Edition title: Remove-SPShellAdmin diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSite.md index 46857f547..507fc1c1f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsite applicable: SharePoint Server Subscription Edition title: Remove-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteMaster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteMaster.md index 629a59246..639eb83c6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteMaster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteMaster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitemaster title: Remove-SPSiteMaster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscription.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscription.md index 94aca31c9..3f4ff455b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscription.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscription.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscription applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscription diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md index b65b7620f..8682a9e40 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionbusinessdatacatalogconfig applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionBusinessDataCatalogConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePack.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePack.md index 8e31e811c..8e659a9c5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionfeaturepack applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionFeaturePack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePackMember.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePackMember.md index 0c75627c5..896e1ff70 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePackMember.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionFeaturePackMember.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionfeaturepackmember applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionFeaturePackMember diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionMetadataConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionMetadataConfig.md index d1fa4259f..b0c030a61 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionMetadataConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionMetadataConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionmetadataconfig applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionMetadataConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionProfileConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionProfileConfig.md index 0c15db35a..c7e257245 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionProfileConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionProfileConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionprofileconfig applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionProfileConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionSettings.md index 0c1426db8..5701125e2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteSubscriptionSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsitesubscriptionsettings applicable: SharePoint Server Subscription Edition title: Remove-SPSiteSubscriptionSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteURL.md index d54112650..eeb720848 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsiteurl applicable: SharePoint Server Subscription Edition title: Remove-SPSiteURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteUpgradeSessionInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteUpgradeSessionInfo.md index 41b85c389..465e3bbff 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteUpgradeSessionInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSiteUpgradeSessionInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsiteupgradesessioninfo applicable: SharePoint Server Subscription Edition title: Remove-SPSiteUpgradeSessionInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSocialItemByDate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSocialItemByDate.md index d12731efd..75ec67205 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSocialItemByDate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSocialItemByDate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsocialitembydate applicable: SharePoint Server Subscription Edition title: Remove-SPSocialItemByDate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolution.md index 7a42ef731..defc91d5f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsolution applicable: SharePoint Server Subscription Edition title: Remove-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolutionDeploymentLock.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolutionDeploymentLock.md index 511d342de..f6626aebc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolutionDeploymentLock.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPSolutionDeploymentLock.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsolutiondeploymentlock applicable: SharePoint Server Subscription Edition title: Remove-SPSolutionDeploymentLock diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPStateServiceDatabase.md index ad3daab64..e26533946 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Remove-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPThrottlingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPThrottlingRule.md index e28df7de3..8f8750bd9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPThrottlingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPThrottlingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spthrottlingrule applicable: SharePoint Server Subscription Edition title: Remove-SPThrottlingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTranslationServiceJobHistory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTranslationServiceJobHistory.md index c950cb144..fd8264d92 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTranslationServiceJobHistory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTranslationServiceJobHistory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.TranslationServices.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sptranslationservicejobhistory applicable: SharePoint Server Subscription Edition title: Remove-SPTranslationServiceJobHistory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedIdentityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedIdentityTokenIssuer.md index c9da70d01..d2bcd494f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedIdentityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedIdentityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sptrustedidentitytokenissuer applicable: SharePoint Server Subscription Edition title: Remove-SPTrustedIdentityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedRootAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedRootAuthority.md index fa1d98595..f024cb4ab 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedRootAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedRootAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sptrustedrootauthority applicable: SharePoint Server Subscription Edition title: Remove-SPTrustedRootAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedSecurityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedSecurityTokenIssuer.md index 2b823d3d6..bc35a44d8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedSecurityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedSecurityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sptrustedsecuritytokenissuer applicable: SharePoint Server Subscription Edition title: Remove-SPTrustedSecurityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedServiceTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedServiceTokenIssuer.md index b641318ff..43f4d42c1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedServiceTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPTrustedServiceTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-sptrustedservicetokenissuer applicable: SharePoint Server Subscription Edition title: Remove-SPTrustedServiceTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUsageApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUsageApplication.md index 241cc1d91..8bc400a43 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUsageApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUsageApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spusageapplication applicable: SharePoint Server Subscription Edition title: Remove-SPUsageApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUser.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUser.md index 29160cf23..d96d0781f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUser.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUser.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spuser applicable: SharePoint Server Subscription Edition title: Remove-SPUser diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserLicenseMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserLicenseMapping.md index 13f7c7193..228ba21d3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserLicenseMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserLicenseMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spuserlicensemapping applicable: SharePoint Server Subscription Edition title: Remove-SPUserLicenseMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSettingsProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSettingsProvider.md index 0d1c1c072..eaf9a5b52 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSettingsProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSettingsProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spusersettingsprovider applicable: SharePoint Server Subscription Edition title: Remove-SPUserSettingsProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSolution.md index 491c863d1..f24ba877d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spusersolution applicable: SharePoint Server Subscription Edition title: Remove-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPVisioSafeDataProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPVisioSafeDataProvider.md index 750404c87..89e941766 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPVisioSafeDataProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPVisioSafeDataProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spvisiosafedataprovider applicable: SharePoint Server Subscription Edition title: Remove-SPVisioSafeDataProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPIBinding.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPIBinding.md index 581d23bf6..bbe433a86 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPIBinding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPIBinding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spwopibinding applicable: SharePoint Server Subscription Edition title: Remove-SPWOPIBinding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPISuppressionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPISuppressionSetting.md index ffaf88e76..31353db0b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPISuppressionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWOPISuppressionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spwopisuppressionsetting applicable: SharePoint Server Subscription Edition title: Remove-SPWOPISuppressionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWeb.md index 460e4501d..2615f87a9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spweb applicable: SharePoint Server Subscription Edition title: Remove-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplication.md index cdf8f9631..99dfd4210 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spwebapplication applicable: SharePoint Server Subscription Edition title: Remove-SPWebApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplicationAppDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplicationAppDomain.md index d96132029..ff2aa7e19 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplicationAppDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWebApplicationAppDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spwebapplicationappdomain applicable: SharePoint Server Subscription Edition title: Remove-SPWebApplicationAppDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWordConversionServiceJobHistory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWordConversionServiceJobHistory.md index 260835b1d..d02af544a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWordConversionServiceJobHistory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Remove-SPWordConversionServiceJobHistory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Word.Server.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spwordconversionservicejobhistory applicable: SharePoint Server Subscription Edition title: Remove-SPWordConversionServiceJobHistory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPCertificate.md index aae9c0c5b..0e1f54a15 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/rename-spcertificate applicable: SharePoint Server Subscription Edition title: Rename-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPServer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPServer.md index 6ba95cc95..bbf3958ae 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPServer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Rename-SPServer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/rename-spserver applicable: SharePoint Server Subscription Edition title: Rename-SPServer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Renew-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Renew-SPCertificate.md index 7ac67ad09..eb113c5a4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Renew-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Renew-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/renew-spcertificate applicable: SharePoint Server Subscription Edition title: Renew-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPManagedAccountDeployment.md b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPManagedAccountDeployment.md index d8d3655a7..7450f8ac6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPManagedAccountDeployment.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPManagedAccountDeployment.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/repair-spmanagedaccountdeployment applicable: SharePoint Server Subscription Edition title: Repair-SPManagedAccountDeployment diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPProjectWebInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPProjectWebInstance.md index 69590340b..597943921 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPProjectWebInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPProjectWebInstance.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/repair-spprojectwebinstance title: Repair-SPProjectWebInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPSite.md index 75b2fa0a3..44bc6fff4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Repair-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/repair-spsite applicable: SharePoint Server Subscription Edition title: Repair-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Request-SPUpgradeEvaluationSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Request-SPUpgradeEvaluationSite.md index 88c263775..523278885 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Request-SPUpgradeEvaluationSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Request-SPUpgradeEvaluationSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/request-spupgradeevaluationsite applicable: SharePoint Server Subscription Edition title: Request-SPUpgradeEvaluationSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectEventServiceSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectEventServiceSettings.md index 725664ca0..6d373f5da 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectEventServiceSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectEventServiceSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/reset-spprojecteventservicesettings title: Reset-SPProjectEventServiceSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectPCSSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectPCSSettings.md index 947bae411..fef961885 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectPCSSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectPCSSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/reset-spprojectpcssettings title: Reset-SPProjectPCSSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectQueueSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectQueueSettings.md index 4d4f62e1c..d0bea77dd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectQueueSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPProjectQueueSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/reset-spprojectqueuesettings title: Reset-SPProjectQueueSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPSites.md b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPSites.md index 55297c658..e85b8e7b6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPSites.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Reset-SPSites.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/reset-spsites title: Reset-SPSites diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restart-SPAppInstanceJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restart-SPAppInstanceJob.md index 8b8b15376..5e57541d1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restart-SPAppInstanceJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restart-SPAppInstanceJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restart-spappinstancejob applicable: SharePoint Server Subscription Edition title: Restart-SPAppInstanceJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPDeletedSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPDeletedSite.md index dc54c1429..567109e36 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPDeletedSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPDeletedSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restore-spdeletedsite applicable: SharePoint Server Subscription Edition title: Restore-SPDeletedSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplication.md index 93c7f3156..c989c1dc3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restore-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Restore-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplicationIndex.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplicationIndex.md index 29a7ec9b6..1765d7e68 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplicationIndex.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPEnterpriseSearchServiceApplicationIndex.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restore-spenterprisesearchserviceapplicationindex applicable: SharePoint Server Subscription Edition title: Restore-SPEnterpriseSearchServiceApplicationIndex diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPFarm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPFarm.md index 753bf1203..d6c17ad10 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPFarm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPFarm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restore-spfarm applicable: SharePoint Server Subscription Edition title: Restore-SPFarm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPSite.md index 353c82e70..d06a7e503 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Restore-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/restore-spsite applicable: SharePoint Server Subscription Edition title: Restore-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPEnterpriseSearchServiceApplication.md index ee09b8573..a7e255cd0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/resume-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Resume-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPProjectWebInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPProjectWebInstance.md index 6c3df8c58..c36c227d3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPProjectWebInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPProjectWebInstance.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/resume-spprojectwebinstance title: Resume-SPProjectWebInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPStateServiceDatabase.md index 4251f5707..268178ce0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Resume-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/resume-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Resume-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPBusinessDataCatalogMetadataObject.md b/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPBusinessDataCatalogMetadataObject.md index 401c81635..e4f42aa1d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPBusinessDataCatalogMetadataObject.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPBusinessDataCatalogMetadataObject.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/revoke-spbusinessdatacatalogmetadataobject applicable: SharePoint Server Subscription Edition title: Revoke-SPBusinessDataCatalogMetadataObject diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPObjectSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPObjectSecurity.md index f5964f391..e190a01e5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPObjectSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Revoke-SPObjectSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/revoke-spobjectsecurity title: Revoke-SPObjectSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAlternateURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAlternateURL.md index 2e7937b52..65578dfd3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAlternateURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAlternateURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spalternateurl applicable: SharePoint Server Subscription Edition title: Set-SPAlternateURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAcquisitionConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAcquisitionConfiguration.md index 9ee21e617..a33452e3b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAcquisitionConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAcquisitionConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappacquisitionconfiguration applicable: SharePoint Server Subscription Edition title: Set-SPAppAcquisitionConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAutoProvisionConnection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAutoProvisionConnection.md index 4302b305e..3e73b63dd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAutoProvisionConnection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppAutoProvisionConnection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappautoprovisionconnection applicable: SharePoint Server Subscription Edition title: Set-SPAppAutoProvisionConnection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDisablingConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDisablingConfiguration.md index 2802b8b07..1b39be53c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDisablingConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDisablingConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappdisablingconfiguration applicable: SharePoint Server Subscription Edition title: Set-SPAppDisablingConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDomain.md index d6f942e60..5e6e5ae00 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappdomain applicable: SharePoint Server Subscription Edition title: Set-SPAppDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppHostingQuotaConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppHostingQuotaConfiguration.md index 1bf545779..c08b5acba 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppHostingQuotaConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppHostingQuotaConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spapphostingquotaconfiguration applicable: SharePoint Server Subscription Edition title: Set-SPAppHostingQuotaConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppManagementDeploymentId.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppManagementDeploymentId.md index f16e04787..720f40cd6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppManagementDeploymentId.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppManagementDeploymentId.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappmanagementdeploymentid applicable: SharePoint Server Subscription Edition title: Set-SPAppManagementDeploymentId diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppPrincipalPermission.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppPrincipalPermission.md index 6b5f9d934..48ece4a88 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppPrincipalPermission.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppPrincipalPermission.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappprincipalpermission applicable: SharePoint Server Subscription Edition title: Set-SPAppPrincipalPermission diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppScaleProfile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppScaleProfile.md index 76360fa25..a94de0eff 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppScaleProfile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppScaleProfile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappscaleprofile applicable: SharePoint Server Subscription Edition title: Set-SPAppScaleProfile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteDomain.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteDomain.md index 85d57f51d..5461aa418 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteDomain.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteDomain.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappsitedomain applicable: SharePoint Server Subscription Edition title: Set-SPAppSiteDomain diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteSubscriptionName.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteSubscriptionName.md index bf7936196..d34ede494 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteSubscriptionName.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppSiteSubscriptionName.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappsitesubscriptionname applicable: SharePoint Server Subscription Edition title: Set-SPAppSiteSubscriptionName diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStateUpdateInterval.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStateUpdateInterval.md index de83ee387..1d389c753 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStateUpdateInterval.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStateUpdateInterval.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappstateupdateinterval applicable: SharePoint Server Subscription Edition title: Set-SPAppStateUpdateInterval diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreConfiguration.md index cb95105ef..c54b0eecc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappstoreconfiguration applicable: SharePoint Server Subscription Edition title: Set-SPAppStoreConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreWebServiceConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreWebServiceConfiguration.md index 732c464c4..cb3ca9aef 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreWebServiceConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAppStoreWebServiceConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spappstorewebserviceconfiguration title: Set-SPAppStoreWebServiceConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPApplicationCredentialKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPApplicationCredentialKey.md index 7c9825072..6165997d4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPApplicationCredentialKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPApplicationCredentialKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spapplicationcredentialkey title: Set-SPApplicationCredentialKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAuthenticationRealm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAuthenticationRealm.md index 8ef089bc8..7d8bbe67f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAuthenticationRealm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPAuthenticationRealm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spauthenticationrealm applicable: SharePoint Server Subscription Edition title: Set-SPAuthenticationRealm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsBlock.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsBlock.md index 6f1d0fc9d..5c43d5439 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsBlock.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsBlock.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbingmapsblock applicable: SharePoint Server Subscription Edition title: Set-SPBingMapsBlock diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsKey.md index 5f17b8c73..07050e259 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBingMapsKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbingmapskey applicable: SharePoint Server Subscription Edition title: Set-SPBingMapsKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBrowserCustomerExperienceImprovementProgram.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBrowserCustomerExperienceImprovementProgram.md index d1cda1f5c..cfa2e5dd8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBrowserCustomerExperienceImprovementProgram.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBrowserCustomerExperienceImprovementProgram.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbrowsercustomerexperienceimprovementprogram applicable: SharePoint Server Subscription Edition title: Set-SPBrowserCustomerExperienceImprovementProgram diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogEntityNotificationWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogEntityNotificationWeb.md index 3133f9b44..9d4275be4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogEntityNotificationWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogEntityNotificationWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbusinessdatacatalogentitynotificationweb applicable: SharePoint Server Subscription Edition title: Set-SPBusinessDataCatalogEntityNotificationWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogMetadataObject.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogMetadataObject.md index c7ea8df42..88c116935 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogMetadataObject.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogMetadataObject.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbusinessdatacatalogmetadataobject applicable: SharePoint Server Subscription Edition title: Set-SPBusinessDataCatalogMetadataObject diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogServiceApplication.md index a48576504..0f91ed740 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbusinessdatacatalogserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPBusinessDataCatalogServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogThrottleConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogThrottleConfig.md index d6c260f60..bf3cc8c6f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogThrottleConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPBusinessDataCatalogThrottleConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spbusinessdatacatalogthrottleconfig applicable: SharePoint Server Subscription Edition title: Set-SPBusinessDataCatalogThrottleConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCentralAdministration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCentralAdministration.md index ddc748aba..d8fffd931 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCentralAdministration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCentralAdministration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcentraladministration applicable: SharePoint Server Subscription Edition title: Set-SPCentralAdministration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCertificateSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCertificateSettings.md index fe7639a7b..40dcbcf50 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCertificateSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCertificateSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcertificatesettings applicable: SharePoint Server Subscription Edition title: Set-SPCertificateSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPClaimProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPClaimProvider.md index c583ef9e1..53fdad6f0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPClaimProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPClaimProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spclaimprovider applicable: SharePoint Server Subscription Edition title: Set-SPClaimProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDatabase.md index 355830f1a..db3f58607 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Set-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentJob.md index ee7cc76b8..41517e77c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcontentdeploymentjob applicable: SharePoint Server Subscription Edition title: Set-SPContentDeploymentJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentPath.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentPath.md index b5feec342..e769f6cd6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentPath.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPContentDeploymentPath.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcontentdeploymentpath applicable: SharePoint Server Subscription Edition title: Set-SPContentDeploymentPath diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCustomLayoutsPage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCustomLayoutsPage.md index af5ae0e4d..928ce66d6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCustomLayoutsPage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPCustomLayoutsPage.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spcustomlayoutspage applicable: SharePoint Server Subscription Edition title: Set-SPCustomLayoutsPage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDataConnectionFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDataConnectionFile.md index 3fb483565..4c2c2e0e6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDataConnectionFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDataConnectionFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdataconnectionfile applicable: SharePoint Server Subscription Edition title: Set-SPDataConnectionFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDefaultProfileConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDefaultProfileConfig.md index 717f8ac7e..16ce14cda 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDefaultProfileConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDefaultProfileConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdefaultprofileconfig title: Set-SPDefaultProfileConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDesignerSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDesignerSettings.md index c66f86fc8..ddf3e7c58 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDesignerSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDesignerSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdesignersettings applicable: SharePoint Server Subscription Edition title: Set-SPDesignerSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticConfig.md index 07c3c6041..bcd7d2ab6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdiagnosticconfig applicable: SharePoint Server Subscription Edition title: Set-SPDiagnosticConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticsProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticsProvider.md index 60bec3627..2be94d5a4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticsProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDiagnosticsProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdiagnosticsprovider applicable: SharePoint Server Subscription Edition title: Set-SPDiagnosticsProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDistributedCacheClientSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDistributedCacheClientSetting.md index 0a9e53fa5..ca8b95bdf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDistributedCacheClientSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPDistributedCacheClientSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spdistributedcacheclientsetting applicable: SharePoint Server Subscription Edition title: Set-SPDistributedCacheClientSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchAdministrationComponent.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchAdministrationComponent.md index b9498e3c4..028255317 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchAdministrationComponent.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchAdministrationComponent.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchadministrationcomponent applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchAdministrationComponent diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchContentEnrichmentConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchContentEnrichmentConfiguration.md index 729634dae..b69810c3a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchContentEnrichmentConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchContentEnrichmentConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchcontentenrichmentconfiguration applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchContentEnrichmentConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlContentSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlContentSource.md index 7ece9615e..a7026f7d4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlContentSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlContentSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchcrawlcontentsource applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchCrawlContentSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlDatabase.md index 9c6befe14..e0b03681d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchcrawldatabase applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchCrawlDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlLogReadPermission.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlLogReadPermission.md index 888fac15f..b2deadac1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlLogReadPermission.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlLogReadPermission.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchcrawllogreadpermission applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchCrawlLogReadPermission diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlRule.md index 7787db6c5..13aa81631 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchCrawlRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchcrawlrule applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchCrawlRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchFileFormatState.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchFileFormatState.md index aaf4211da..eb00e95e0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchFileFormatState.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchFileFormatState.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchfileformatstate applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchFileFormatState diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinguisticComponentsStatus.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinguisticComponentsStatus.md index b93283e4a..cf405cd4b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinguisticComponentsStatus.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinguisticComponentsStatus.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchlinguisticcomponentsstatus applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchLinguisticComponentsStatus diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinksDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinksDatabase.md index 9980a4e24..ebc4b3acf 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinksDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchLinksDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchlinksdatabase applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchLinksDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCategory.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCategory.md index 661378f6a..d35b84fd4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCategory.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCategory.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchmetadatacategory applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchMetadataCategory diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCrawledProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCrawledProperty.md index a40a8b64a..0f92b5f2e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCrawledProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataCrawledProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchmetadatacrawledproperty applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchMetadataCrawledProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataManagedProperty.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataManagedProperty.md index 688791872..fec2a87f0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataManagedProperty.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataManagedProperty.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchmetadatamanagedproperty applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchMetadataManagedProperty diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataMapping.md index 684818d30..106932018 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchMetadataMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchmetadatamapping applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchMetadataMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchPrimaryHostController.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchPrimaryHostController.md index 09a73c117..74c9da2be 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchPrimaryHostController.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchPrimaryHostController.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchprimaryhostcontroller applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchPrimaryHostController diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryAuthority.md index b768790cc..0d4f1ebd2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchqueryauthority applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchQueryAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryKeyword.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryKeyword.md index 8497b66df..1939ac0ab 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryKeyword.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryKeyword.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchquerykeyword applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchQueryKeyword diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScope.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScope.md index 26ff7f802..62c407da6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScope.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScope.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchqueryscope applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchQueryScope diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScopeRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScopeRule.md index d46740389..7fb786384 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScopeRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQueryScopeRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchqueryscoperule applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchQueryScopeRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQuerySpellingCorrection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQuerySpellingCorrection.md index 9328260c7..30bcdba6e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQuerySpellingCorrection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchQuerySpellingCorrection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchqueryspellingcorrection applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchQuerySpellingCorrection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchRankingModel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchRankingModel.md index 4b8089649..1db658d3e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchRankingModel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchRankingModel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchrankingmodel applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchRankingModel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultItemType.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultItemType.md index db7e9508c..1ac7390d7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultItemType.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultItemType.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchresultitemtype applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchResultItemType diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultSource.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultSource.md index e64f34bce..10d08561c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultSource.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchResultSource.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchresultsource applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchResultSource diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchService.md index 3dc25c27a..72a3e95fe 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchservice applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplication.md index 323e84eea..f018112de 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplicationProxy.md index eddd0d450..ccf970571 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceInstance.md index 151164f50..93d7f3d56 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchserviceinstance applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchTopology.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchTopology.md index 56cc3edfd..2fb68f980 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchTopology.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPEnterpriseSearchTopology.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spenterprisesearchtopology applicable: SharePoint Server Subscription Edition title: Set-SPEnterpriseSearchTopology diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPFarmConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPFarmConfig.md index ee4d93c4d..05e41f2a0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPFarmConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPFarmConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spfarmconfig applicable: SharePoint Server Subscription Edition title: Set-SPFarmConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPIRMSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPIRMSettings.md index 1d5660b51..9aabb56f7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPIRMSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPIRMSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spirmsettings applicable: SharePoint Server Subscription Edition title: Set-SPIRMSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormTemplate.md index 288f9db28..fd2b54ac5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Set-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormsService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormsService.md index 8415d8e43..dc46e2443 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormsService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathFormsService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spinfopathformsservice applicable: SharePoint Server Subscription Edition title: Set-SPInfoPathFormsService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathWebServiceProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathWebServiceProxy.md index 030418141..bbc0836f9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathWebServiceProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInfoPathWebServiceProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spinfopathwebserviceproxy applicable: SharePoint Server Subscription Edition title: Set-SPInfoPathWebServiceProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInternalAppStateUpdateInterval.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInternalAppStateUpdateInterval.md index 038d1885e..12f26c79f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInternalAppStateUpdateInterval.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPInternalAppStateUpdateInterval.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spinternalappstateupdateinterval applicable: SharePoint Server Subscription Edition title: Set-SPInternalAppStateUpdateInterval diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPLogLevel.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPLogLevel.md index 293f2caad..4a323a046 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPLogLevel.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPLogLevel.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sploglevel applicable: SharePoint Server Subscription Edition title: Set-SPLogLevel diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMachineKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMachineKey.md index a9e6289d9..bad4e7d28 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMachineKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMachineKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmachinekey applicable: SharePoint Server Subscription Edition title: Set-SPMachineKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPManagedAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPManagedAccount.md index 44211e9e6..9393e9e32 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPManagedAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPManagedAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmanagedaccount applicable: SharePoint Server Subscription Edition title: Set-SPManagedAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplication.md index 1db88eaee..2db47f3c8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmetadataserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPMetadataServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplicationProxy.md index e67472c8d..bad8228fd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMetadataServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmetadataserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPMetadataServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMicrofeedOptions.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMicrofeedOptions.md index 1df105773..29718b206 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMicrofeedOptions.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMicrofeedOptions.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmicrofeedoptions title: Set-SPMicrofeedOptions diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMobileMessagingAccount.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMobileMessagingAccount.md index a046d88e5..76b2f21b8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMobileMessagingAccount.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPMobileMessagingAccount.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spmobilemessagingaccount applicable: SharePoint Server Subscription Edition title: Set-SPMobileMessagingAccount diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPO365LinkSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPO365LinkSettings.md index 4412c4a58..4fd6afecb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPO365LinkSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPO365LinkSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spo365linksettings applicable: SharePoint Server Subscription Edition title: Set-SPO365LinkSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSetting.md index 45f12cddb..75b76430f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spodataconnectionsetting applicable: SharePoint Server Subscription Edition title: Set-SPODataConnectionSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSettingMetadata.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSettingMetadata.md index d5bb39845..982b4524e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSettingMetadata.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPODataConnectionSettingMetadata.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spodataconnectionsettingmetadata applicable: SharePoint Server Subscription Edition title: Set-SPODataConnectionSettingMetadata diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPOfficeStoreAppsDefaultActivation.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPOfficeStoreAppsDefaultActivation.md index 3803df7f1..5964fc65d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPOfficeStoreAppsDefaultActivation.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPOfficeStoreAppsDefaultActivation.md @@ -1,6 +1,6 @@ --- external help file: sharepointserver.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spofficestoreappsdefaultactivation title: Set-SPOfficeStoreAppsDefaultActivation diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPassPhrase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPassPhrase.md index f4c78efb9..b6baf559c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPassPhrase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPassPhrase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sppassphrase applicable: SharePoint Server Subscription Edition title: Set-SPPassPhrase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPeoplePickerConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPeoplePickerConfig.md index 59824698b..0a7ccd8bc 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPeoplePickerConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPeoplePickerConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sppeoplepickerconfig applicable: SharePoint Server Subscription Edition title: Set-SPPeoplePickerConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPowerPointConversionServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPowerPointConversionServiceApplication.md index dc66f4d1e..45a57a745 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPowerPointConversionServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPPowerPointConversionServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Powerpoint.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sppowerpointconversionserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPPowerPointConversionServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplication.md index 7da1e163f..95f1efb8a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprofileserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPProfileServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationProxy.md index 48a4af8a7..4441cf424 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprofileserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPProfileServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationSecurity.md index 6c266a94a..284519b96 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProfileServiceApplicationSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprofileserviceapplicationsecurity applicable: SharePoint Server Subscription Edition title: Set-SPProfileServiceApplicationSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectDatabaseQuota.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectDatabaseQuota.md index 5b33240c1..beb8b94aa 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectDatabaseQuota.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectDatabaseQuota.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectdatabasequota title: Set-SPProjectDatabaseQuota diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectEventServiceSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectEventServiceSettings.md index 950de4393..d7e79abfb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectEventServiceSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectEventServiceSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojecteventservicesettings title: Set-SPProjectEventServiceSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectOdataConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectOdataConfiguration.md index 12fad17a6..718610c77 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectOdataConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectOdataConfiguration.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectodataconfiguration title: Set-SPProjectOdataConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPCSSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPCSSettings.md index 0e984f9d6..0dfab3473 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPCSSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPCSSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectpcssettings title: Set-SPProjectPCSSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPermissionMode.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPermissionMode.md index f35e0cd7b..c25e088ab 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPermissionMode.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectPermissionMode.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectpermissionmode title: Set-SPProjectPermissionMode diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectQueueSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectQueueSettings.md index 8083e9fb6..944460000 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectQueueSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectQueueSettings.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectqueuesettings title: Set-SPProjectQueueSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectServiceApplication.md index ecd3f25d6..2bec149de 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectserviceapplication title: Set-SPProjectServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSync.md index 1f5388ccb..beaf4deb1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSync.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectusersync title: Set-SPProjectUserSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncDisabledSyncThreshold.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncDisabledSyncThreshold.md index f362755e9..7e341a0e9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncDisabledSyncThreshold.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncDisabledSyncThreshold.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectusersyncdisabledsyncthreshold title: Set-SPProjectUserSyncDisabledSyncThreshold diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncFullSyncThreshold.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncFullSyncThreshold.md index 225ef53fa..859bc4bd3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncFullSyncThreshold.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncFullSyncThreshold.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectusersyncfullsyncthreshold title: Set-SPProjectUserSyncFullSyncThreshold diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncOffPeakSyncThreshold.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncOffPeakSyncThreshold.md index 2c20663e5..294673bac 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncOffPeakSyncThreshold.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPProjectUserSyncOffPeakSyncThreshold.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spprojectusersyncoffpeaksyncthreshold title: Set-SPProjectUserSyncOffPeakSyncThreshold diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRemoteShareBlobStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRemoteShareBlobStore.md index 2c11c7ad4..443374107 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRemoteShareBlobStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRemoteShareBlobStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spremoteshareblobstore applicable: SharePoint Server Subscription Edition title: Set-SPRemoteShareBlobStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRequestManagementSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRequestManagementSettings.md index a28aac874..cf5f3a3f8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRequestManagementSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRequestManagementSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sprequestmanagementsettings applicable: SharePoint Server Subscription Edition title: Set-SPRequestManagementSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachineInfo.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachineInfo.md index 42172ece3..2cc3ceb40 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachineInfo.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachineInfo.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sproutingmachineinfo applicable: SharePoint Server Subscription Edition title: Set-SPRoutingMachineInfo diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachinePool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachinePool.md index 264d64f56..58566ed27 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachinePool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingMachinePool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sproutingmachinepool applicable: SharePoint Server Subscription Edition title: Set-SPRoutingMachinePool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingRule.md index 7c85937dd..f768dc049 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPRoutingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sproutingrule applicable: SharePoint Server Subscription Edition title: Set-SPRoutingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataRange.md index 818e2f5ea..b88ac5cba 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spscaleoutdatabasedatarange applicable: SharePoint Server Subscription Edition title: Set-SPScaleOutDatabaseDataRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataSubRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataSubRange.md index e6acfabda..85798bf8c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataSubRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPScaleOutDatabaseDataSubRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spscaleoutdatabasedatasubrange applicable: SharePoint Server Subscription Edition title: Set-SPScaleOutDatabaseDataSubRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreApplication.md index 7f8f9fe36..8ede757f5 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsecurestoreapplication applicable: SharePoint Server Subscription Edition title: Set-SPSecureStoreApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreDefaultProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreDefaultProvider.md index cba236b25..d69de11a2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreDefaultProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreDefaultProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsecurestoredefaultprovider applicable: SharePoint Server Subscription Edition title: Set-SPSecureStoreDefaultProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreServiceApplication.md index 5be9ab348..53d6fbcb2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecureStoreServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsecurestoreserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPSecureStoreServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecurityTokenServiceConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecurityTokenServiceConfig.md index 4073f5fd0..44febd1c4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecurityTokenServiceConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSecurityTokenServiceConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsecuritytokenserviceconfig applicable: SharePoint Server Subscription Edition title: Set-SPSecurityTokenServiceConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServer.md index fc05decc5..159600872 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserver title: Set-SPServer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md index cef458c5f..115650072 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserverscaleoutdatabasedatarange applicable: SharePoint Server Subscription Edition title: Set-SPServerScaleOutDatabaseDataRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataSubRange.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataSubRange.md index 5ffe72e6d..d92774d61 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataSubRange.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataSubRange.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserverscaleoutdatabasedatasubrange applicable: SharePoint Server Subscription Edition title: Set-SPServerScaleOutDatabaseDataSubRange diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplication.md index 66434eb77..c9d95ff9e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationEndpoint.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationEndpoint.md index 7f4ec88ca..ad879a276 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationEndpoint.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationEndpoint.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserviceapplicationendpoint applicable: SharePoint Server Subscription Edition title: Set-SPServiceApplicationEndpoint diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationPool.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationPool.md index 2d35f8a6b..0f4b02e77 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationPool.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationPool.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserviceapplicationpool applicable: SharePoint Server Subscription Edition title: Set-SPServiceApplicationPool diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationSecurity.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationSecurity.md index aa0e37009..40e639e8b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationSecurity.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceApplicationSecurity.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spserviceapplicationsecurity applicable: SharePoint Server Subscription Edition title: Set-SPServiceApplicationSecurity diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceHostConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceHostConfig.md index 4c7f97411..5c7a64032 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceHostConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServiceHostConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spservicehostconfig applicable: SharePoint Server Subscription Edition title: Set-SPServiceHostConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSessionStateService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSessionStateService.md index b69a4e185..999828006 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSessionStateService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSessionStateService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsessionstateservice applicable: SharePoint Server Subscription Edition title: Set-SPSessionStateService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSite.md index b0416c4cc..a10878fa3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsite applicable: SharePoint Server Subscription Edition title: Set-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteAdministration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteAdministration.md index d83257ed9..39b03c457 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteAdministration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteAdministration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsiteadministration applicable: SharePoint Server Subscription Edition title: Set-SPSiteAdministration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionConfig.md index afa2c11d2..6e7a8a088 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsitesubscriptionconfig applicable: SharePoint Server Subscription Edition title: Set-SPSiteSubscriptionConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionEdiscoveryHub.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionEdiscoveryHub.md index 69676fc61..6e15156dd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionEdiscoveryHub.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionEdiscoveryHub.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsitesubscriptionediscoveryhub applicable: SharePoint Server Subscription Edition title: Set-SPSiteSubscriptionEdiscoveryHub diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionIRMConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionIRMConfig.md index 54c017da0..4e36bcd23 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionIRMConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionIRMConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsitesubscriptionirmconfig applicable: SharePoint Server Subscription Edition title: Set-SPSiteSubscriptionIRMConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionMetadataConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionMetadataConfig.md index e5902812c..f5f89de89 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionMetadataConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionMetadataConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsitesubscriptionmetadataconfig applicable: SharePoint Server Subscription Edition title: Set-SPSiteSubscriptionMetadataConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionProfileConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionProfileConfig.md index 974e9f8b6..5f704737b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionProfileConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteSubscriptionProfileConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsitesubscriptionprofileconfig applicable: SharePoint Server Subscription Edition title: Set-SPSiteSubscriptionProfileConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteURL.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteURL.md index dda37efd1..f67ea4a85 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteURL.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSiteURL.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsiteurl applicable: SharePoint Server Subscription Edition title: Set-SPSiteURL diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplication.md index eb865d32e..233b3cb6d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spstateserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPStateServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplicationProxy.md index 9e2f9745b..01d3e862f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spstateserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPStateServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceDatabase.md index 3bb22d298..601f02fb1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Set-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSubscriptionSettingsServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSubscriptionSettingsServiceApplication.md index 11a36f994..8c791e5fb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSubscriptionSettingsServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPSubscriptionSettingsServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spsubscriptionsettingsserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPSubscriptionSettingsServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPThrottlingRule.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPThrottlingRule.md index 5f83148ed..903d132ed 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPThrottlingRule.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPThrottlingRule.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spthrottlingrule applicable: SharePoint Server Subscription Edition title: Set-SPThrottlingRule diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTimerJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTimerJob.md index aa7bd6f8b..1d1e08cca 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTimerJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTimerJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptimerjob applicable: SharePoint Server Subscription Edition title: Set-SPTimerJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplication.md index cbbf6c4f7..675bb6c9d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.TopologyService-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptopologyserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPTopologyServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplicationProxy.md index 8af3bb961..c84cccc75 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTopologyServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.TopologyService-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptopologyserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPTopologyServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplication.md index fc0b8be11..bf4d7a944 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.TranslationServices.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptranslationserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPTranslationServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplicationProxy.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplicationProxy.md index d03c1efb4..448c118b9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplicationProxy.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationServiceApplicationProxy.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.TranslationServices.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptranslationserviceapplicationproxy applicable: SharePoint Server Subscription Edition title: Set-SPTranslationServiceApplicationProxy diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationThrottlingSetting.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationThrottlingSetting.md index 2653a0094..edf0cc224 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationThrottlingSetting.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTranslationThrottlingSetting.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Translation.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptranslationthrottlingsetting applicable: SharePoint Server Subscription Edition title: Set-SPTranslationThrottlingSetting diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedIdentityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedIdentityTokenIssuer.md index 18f98a2bf..63da2823b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedIdentityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedIdentityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptrustedidentitytokenissuer applicable: SharePoint Server Subscription Edition title: Set-SPTrustedIdentityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedRootAuthority.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedRootAuthority.md index bcbcba5d0..6edf045b7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedRootAuthority.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedRootAuthority.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptrustedrootauthority applicable: SharePoint Server Subscription Edition title: Set-SPTrustedRootAuthority diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedSecurityTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedSecurityTokenIssuer.md index 65c5a41eb..46274e4c3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedSecurityTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedSecurityTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptrustedsecuritytokenissuer applicable: SharePoint Server Subscription Edition title: Set-SPTrustedSecurityTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedServiceTokenIssuer.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedServiceTokenIssuer.md index 4de8998cf..1cbf52f24 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedServiceTokenIssuer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPTrustedServiceTokenIssuer.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-sptrustedservicetokenissuer applicable: SharePoint Server Subscription Edition title: Set-SPTrustedServiceTokenIssuer diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageApplication.md index cb03d88f4..a487ea5f1 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spusageapplication applicable: SharePoint Server Subscription Edition title: Set-SPUsageApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageDefinition.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageDefinition.md index becaa0f29..197372ee3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageDefinition.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageDefinition.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spusagedefinition applicable: SharePoint Server Subscription Edition title: Set-SPUsageDefinition diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageService.md index 9e6a3a597..e4da05bf0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUsageService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spusageservice applicable: SharePoint Server Subscription Edition title: Set-SPUsageService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUser.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUser.md index 0694d0e40..75a41b975 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUser.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPUser.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spuser applicable: SharePoint Server Subscription Edition title: Set-SPUser diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioExternalData.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioExternalData.md index 88894cc21..e5c55bb6a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioExternalData.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioExternalData.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spvisioexternaldata applicable: SharePoint Server Subscription Edition title: Set-SPVisioExternalData diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioPerformance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioPerformance.md index 9a1377439..53db51abd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioPerformance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioPerformance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spvisioperformance applicable: SharePoint Server Subscription Edition title: Set-SPVisioPerformance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioSafeDataProvider.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioSafeDataProvider.md index 960f72e1a..88c5cc25a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioSafeDataProvider.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioSafeDataProvider.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spvisiosafedataprovider applicable: SharePoint Server Subscription Edition title: Set-SPVisioSafeDataProvider diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioServiceApplication.md index 26e4dbc1c..39f22a337 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPVisioServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Visio.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spvisioserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPVisioServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIBinding.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIBinding.md index 7996b69cd..01224cd59 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIBinding.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIBinding.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spwopibinding applicable: SharePoint Server Subscription Edition title: Set-SPWOPIBinding diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIZone.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIZone.md index 5bc515673..1193b8738 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIZone.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWOPIZone.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spwopizone applicable: SharePoint Server Subscription Edition title: Set-SPWOPIZone diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWeb.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWeb.md index b6df8ecb9..29ddbc584 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWeb.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWeb.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spweb applicable: SharePoint Server Subscription Edition title: Set-SPWeb diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplication.md index 342e4154b..d22cac99a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spwebapplication applicable: SharePoint Server Subscription Edition title: Set-SPWebApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplicationHttpThrottlingMonitor.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplicationHttpThrottlingMonitor.md index b749b0230..0e449f525 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplicationHttpThrottlingMonitor.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWebApplicationHttpThrottlingMonitor.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spwebapplicationhttpthrottlingmonitor applicable: SharePoint Server Subscription Edition title: Set-SPWebApplicationHttpThrottlingMonitor diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWordConversionServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWordConversionServiceApplication.md index 15cf43b51..0b106c6f8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWordConversionServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWordConversionServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Word.Server.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spwordconversionserviceapplication applicable: SharePoint Server Subscription Edition title: Set-SPWordConversionServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWorkflowConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWorkflowConfig.md index 4760444fe..ffd671593 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWorkflowConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Set-SPWorkflowConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-spworkflowconfig applicable: SharePoint Server Subscription Edition title: Set-SPWorkflowConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md b/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md index 66adac229..e5daaf070 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md @@ -1,5 +1,5 @@ --- -module name: SharePointServer +Module Name: SharePointServer Module Guid: 01dfdcd9-c48d-46a9-b09a-587ca5c4829a Help Version: 17.0.15229.2100 Download Help Link: https://officedocs-cdn.azureedge.net/powershell/sharepoint/ diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPScaleOutDatabase.md index 01b448652..472d53077 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/split-spscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Split-SPScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPServerScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPServerScaleOutDatabase.md index 75fb9d363..2a9aefe38 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPServerScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Split-SPServerScaleOutDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/split-spserverscaleoutdatabase applicable: SharePoint Server Subscription Edition title: Split-SPServerScaleOutDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAdminJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAdminJob.md index c2ff3329d..669a25101 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAdminJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAdminJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spadminjob applicable: SharePoint Server Subscription Edition title: Start-SPAdminJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAssignment.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAssignment.md index 17c16012b..20ea74b87 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAssignment.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPAssignment.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spassignment applicable: SharePoint Server Subscription Edition title: Start-SPAssignment diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPCacheCluster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPCacheCluster.md index ffcb6e713..ac546f6da 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPCacheCluster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPCacheCluster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spcachecluster applicable: SharePoint Server Subscription Edition title: Start-SPCacheCluster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPContentDeploymentJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPContentDeploymentJob.md index 005b1e5a4..1c3a50286 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPContentDeploymentJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPContentDeploymentJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Publishing.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spcontentdeploymentjob applicable: SharePoint Server Subscription Edition title: Start-SPContentDeploymentJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPDiagnosticsSession.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPDiagnosticsSession.md index a45560541..fbfe9464c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPDiagnosticsSession.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPDiagnosticsSession.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spdiagnosticssession applicable: SharePoint Server Subscription Edition title: Start-SPDiagnosticsSession diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md index bc2b0289e..2e001cab6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spenterprisesearchqueryandsitesettingsserviceinstance applicable: SharePoint Server Subscription Edition title: Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchServiceInstance.md index 6c127be11..f3c85e938 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPEnterpriseSearchServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spenterprisesearchserviceinstance applicable: SharePoint Server Subscription Edition title: Start-SPEnterpriseSearchServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPInfoPathFormTemplate.md index 9ee7df8c4..af44de658 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Start-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPService.md index 43d58ea96..c10f4b7e4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spservice title: Start-SPService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPServiceInstance.md index bc762e03c..cbc4612e4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-spserviceinstance applicable: SharePoint Server Subscription Edition title: Start-SPServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPTimerJob.md b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPTimerJob.md index c79512854..88786d87f 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPTimerJob.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Start-SPTimerJob.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/start-sptimerjob applicable: SharePoint Server Subscription Edition title: Start-SPTimerJob diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPAssignment.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPAssignment.md index 481a8bd56..f7fe668c3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPAssignment.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPAssignment.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spassignment applicable: SharePoint Server Subscription Edition title: Stop-SPAssignment diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPCacheCluster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPCacheCluster.md index f16dda459..7493326e3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPCacheCluster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPCacheCluster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spcachecluster applicable: SharePoint Server Subscription Edition title: Stop-SPCacheCluster diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPContentTypeReplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPContentTypeReplication.md index 14b1fe377..cccfa6dae 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPContentTypeReplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPContentTypeReplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spcontenttypereplication title: Stop-SPContentTypeReplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDiagnosticsSession.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDiagnosticsSession.md index 27bfb5853..77d4bebbb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDiagnosticsSession.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDiagnosticsSession.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spdiagnosticssession applicable: SharePoint Server Subscription Edition title: Stop-SPDiagnosticsSession diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDistributedCacheServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDistributedCacheServiceInstance.md index 6770f5bd9..fcc633b98 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDistributedCacheServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPDistributedCacheServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spdistributedcacheserviceinstance applicable: SharePoint Server Subscription Edition title: Stop-SPDistributedCacheServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md index 3f804d479..2e50c6cfd 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spenterprisesearchqueryandsitesettingsserviceinstance applicable: SharePoint Server Subscription Edition title: Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchServiceInstance.md index fb32aaab1..0bf876363 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPEnterpriseSearchServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spenterprisesearchserviceinstance applicable: SharePoint Server Subscription Edition title: Stop-SPEnterpriseSearchServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPInfoPathFormTemplate.md index b5c88a52e..8b9e1bca2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Stop-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPService.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPService.md index 177d5e42b..bd46c5b58 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPService.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPService.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spservice title: Stop-SPService diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPServiceInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPServiceInstance.md index 11ad8d0fd..417c2bb29 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPServiceInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPServiceInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-spserviceinstance applicable: SharePoint Server Subscription Edition title: Stop-SPServiceInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPTaxonomyReplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPTaxonomyReplication.md index f4e6373b7..73f1b60a6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPTaxonomyReplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Stop-SPTaxonomyReplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.Taxonomy.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/stop-sptaxonomyreplication applicable: SharePoint Server Subscription Edition title: Stop-SPTaxonomyReplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPEnterpriseSearchServiceApplication.md index 83f3258e8..da4ce8457 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/suspend-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Suspend-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPStateServiceDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPStateServiceDatabase.md index fd0d25cd1..d8076f9eb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPStateServiceDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Suspend-SPStateServiceDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/suspend-spstateservicedatabase applicable: SharePoint Server Subscription Edition title: Suspend-SPStateServiceDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPBlobStorage.md b/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPBlobStorage.md index fe34b3283..cf7ced514 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPBlobStorage.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPBlobStorage.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/switch-spblobstorage applicable: SharePoint Server Subscription Edition title: Switch-SPBlobStorage diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPCertificate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPCertificate.md index f7bed273c..6cc7b0c1a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPCertificate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Switch-SPCertificate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/switch-spcertificate applicable: SharePoint Server Subscription Edition title: Switch-SPCertificate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Sync-SPProjectPermissions.md b/sharepoint/sharepoint-server-ps/SharePointServer/Sync-SPProjectPermissions.md index 5ce706bd6..bccb1568a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Sync-SPProjectPermissions.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Sync-SPProjectPermissions.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/sync-spprojectpermissions title: Sync-SPProjectPermissions diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index fdb13b4ac..8d6257079 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -1,5 +1,8 @@ --- +<<<<<<< Updated upstream external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml +======= +>>>>>>> Stashed changes Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly applicable: SharePoint Server Subscription Edition diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPContentDatabase.md index eb6f334ad..6de039907 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Test-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPInfoPathFormTemplate.md index 86e502d01..189c6f7d3 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Test-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPO365LinkSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPO365LinkSettings.md index d355831fa..453c8205c 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPO365LinkSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPO365LinkSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spo365linksettings applicable: SharePoint Server Subscription Edition title: Test-SPO365LinkSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectServiceApplication.md index 47e8d93b2..627163771 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spprojectserviceapplication title: Test-SPProjectServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectWebInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectWebInstance.md index 8a2c5bdf6..772d03f00 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectWebInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPProjectWebInstance.md @@ -1,6 +1,6 @@ --- external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spprojectwebinstance title: Test-SPProjectWebInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPRemoteShareBlobStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPRemoteShareBlobStore.md index e12cfb09b..230820b2d 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPRemoteShareBlobStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPRemoteShareBlobStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spremoteshareblobstore applicable: SharePoint Server Subscription Edition title: Test-SPRemoteShareBlobStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPSite.md index 7b755fc27..9e1fcf31e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-spsite applicable: SharePoint Server Subscription Edition title: Test-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPAppInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPAppInstance.md index f9dde22f5..b128f51ed 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPAppInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPAppInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spappinstance applicable: SharePoint Server Subscription Edition title: Uninstall-SPAppInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPDataConnectionFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPDataConnectionFile.md index 5f0af42df..698ee8279 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPDataConnectionFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPDataConnectionFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spdataconnectionfile applicable: SharePoint Server Subscription Edition title: Uninstall-SPDataConnectionFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPFeature.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPFeature.md index e0c0a323d..fc8021586 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPFeature.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPFeature.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spfeature applicable: SharePoint Server Subscription Edition title: Uninstall-SPFeature diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPHelpCollection.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPHelpCollection.md index 269eab82a..8b6f712ee 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPHelpCollection.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPHelpCollection.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-sphelpcollection applicable: SharePoint Server Subscription Edition title: Uninstall-SPHelpCollection diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPInfoPathFormTemplate.md index f98c2eb02..2f29cc7e9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Uninstall-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPSolution.md index 0ed5c501f..e3f5090ef 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spsolution applicable: SharePoint Server Subscription Edition title: Uninstall-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPUserSolution.md index 840cfb273..c2f026366 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spusersolution applicable: SharePoint Server Subscription Edition title: Uninstall-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPWebPartPack.md b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPWebPartPack.md index 1758e000f..004f35ba4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPWebPartPack.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Uninstall-SPWebPartPack.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/uninstall-spwebpartpack applicable: SharePoint Server Subscription Edition title: Uninstall-SPWebPartPack diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Unpublish-SPServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Unpublish-SPServiceApplication.md index 5eaec18f6..21f42939b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Unpublish-SPServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Unpublish-SPServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/unpublish-spserviceapplication applicable: SharePoint Server Subscription Edition title: Unpublish-SPServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPRemoteShareBlobStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPRemoteShareBlobStore.md index 875cdf8ff..5be40621b 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPRemoteShareBlobStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPRemoteShareBlobStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/unregister-spremoteshareblobstore applicable: SharePoint Server Subscription Edition title: Unregister-SPRemoteShareBlobStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPVssWriter.md b/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPVssWriter.md index 645567993..28b6739b9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPVssWriter.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Unregister-SPVssWriter.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/unregister-spvsswriter applicable: SharePoint Server Subscription Edition title: Unregister-SPVssWriter diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppCatalogConfiguration.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppCatalogConfiguration.md index d10a46baf..65d59f824 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppCatalogConfiguration.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppCatalogConfiguration.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spappcatalogconfiguration applicable: SharePoint Server Subscription Edition title: Update-SPAppCatalogConfiguration diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppInstance.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppInstance.md index 2e714e7da..dbb9ec130 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppInstance.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAppInstance.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spappinstance applicable: SharePoint Server Subscription Edition title: Update-SPAppInstance diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAzureBlobConfigLocatorEx1.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAzureBlobConfigLocatorEx1.md index 0a9c27b60..7edfde651 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAzureBlobConfigLocatorEx1.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPAzureBlobConfigLocatorEx1.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spazureblobconfiglocatorex1 applicable: SharePoint Server Subscription Edition title: Update-SPAzureBlobConfigLocatorEx1 diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDataRetrievalServiceConfig.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDataRetrievalServiceConfig.md index 6bac340f6..dbb001ee0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDataRetrievalServiceConfig.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDataRetrievalServiceConfig.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spdataretrievalserviceconfig applicable: SharePoint Server Subscription Edition title: Update-SPDataRetrievalServiceConfig diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDistributedCacheSize.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDistributedCacheSize.md index f60c200f0..2ced21aeb 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDistributedCacheSize.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPDistributedCacheSize.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spdistributedcachesize applicable: SharePoint Server Subscription Edition title: Update-SPDistributedCacheSize diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFarmEncryptionKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFarmEncryptionKey.md index 9796715be..e47952709 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFarmEncryptionKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFarmEncryptionKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spfarmencryptionkey applicable: SharePoint Server Subscription Edition title: Update-SPFarmEncryptionKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFlightsConfigFile.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFlightsConfigFile.md index bfc9e0e40..6fadc3fb6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFlightsConfigFile.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPFlightsConfigFile.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spflightsconfigfile applicable: SharePoint Server Subscription Edition title: Update-SPFlightsConfigFile diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathAdminFileUrl.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathAdminFileUrl.md index 831a2aca6..b307d8d2e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathAdminFileUrl.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathAdminFileUrl.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spinfopathadminfileurl applicable: SharePoint Server Subscription Edition title: Update-SPInfoPathAdminFileUrl diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathFormTemplate.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathFormTemplate.md index 24fb80c68..b28dffc9e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathFormTemplate.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathFormTemplate.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.InfoPath.Server.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spinfopathformtemplate applicable: SharePoint Server Subscription Edition title: Update-SPInfoPathFormTemplate diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathUserFileUrl.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathUserFileUrl.md index cf4673163..ee696d26e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathUserFileUrl.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPInfoPathUserFileUrl.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spinfopathuserfileurl applicable: SharePoint Server Subscription Edition title: Update-SPInfoPathUserFileUrl diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPMachineKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPMachineKey.md index daadf61fc..b4a77f0fa 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPMachineKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPMachineKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spmachinekey applicable: SharePoint Server Subscription Edition title: Update-SPMachineKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfilePhotoStore.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfilePhotoStore.md index 9e20333dd..c9bde11d9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfilePhotoStore.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfilePhotoStore.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spprofilephotostore applicable: SharePoint Server Subscription Edition title: Update-SPProfilePhotoStore diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfileSync.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfileSync.md index 5da5650ea..18f46c237 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfileSync.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPProfileSync.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spprofilesync applicable: title: Update-SPProfileSync diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogFeedCache.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogFeedCache.md index 6b2bac9e7..472dea2ac 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogFeedCache.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogFeedCache.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-sprepopulatemicroblogfeedcache applicable: SharePoint Server Subscription Edition title: Update-SPRepopulateMicroblogFeedCache diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogLMTCache.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogLMTCache.md index 2e684122c..1d4818109 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogLMTCache.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogLMTCache.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-sprepopulatemicrobloglmtcache applicable: SharePoint Server Subscription Edition title: Update-SPRepopulateMicroblogLMTCache diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreApplicationServerKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreApplicationServerKey.md index 30e0ebf8a..ec4608620 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreApplicationServerKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreApplicationServerKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spsecurestoreapplicationserverkey applicable: SharePoint Server Subscription Edition title: Update-SPSecureStoreApplicationServerKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreCredentialMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreCredentialMapping.md index efec8e48b..bfc9e00a7 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreCredentialMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreCredentialMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spsecurestorecredentialmapping applicable: SharePoint Server Subscription Edition title: Update-SPSecureStoreCredentialMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreGroupCredentialMapping.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreGroupCredentialMapping.md index dcb35d8f2..787e06349 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreGroupCredentialMapping.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreGroupCredentialMapping.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spsecurestoregroupcredentialmapping applicable: SharePoint Server Subscription Edition title: Update-SPSecureStoreGroupCredentialMapping diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreMasterKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreMasterKey.md index 49586056b..a6e6599a9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreMasterKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSecureStoreMasterKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spsecurestoremasterkey applicable: SharePoint Server Subscription Edition title: Update-SPSecureStoreMasterKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSolution.md index 3600895be..6a9fb102a 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spsolution applicable: SharePoint Server Subscription Edition title: Update-SPSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPUserSolution.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPUserSolution.md index d7c33faa4..86c11aa50 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPUserSolution.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPUserSolution.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spusersolution applicable: SharePoint Server Subscription Edition title: Update-SPUserSolution diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPWOPIProofKey.md b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPWOPIProofKey.md index 5bea4bc28..4e2bc88b4 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPWOPIProofKey.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Update-SPWOPIProofKey.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/update-spwopiproofkey applicable: SharePoint Server Subscription Edition title: Update-SPWOPIProofKey diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPAppManagementServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPAppManagementServiceApplication.md index 5674c768a..8bb45af69 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPAppManagementServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPAppManagementServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spappmanagementserviceapplication title: Upgrade-SPAppManagementServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPContentDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPContentDatabase.md index 0cae05ddc..145ea73f2 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPContentDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPContentDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spcontentdatabase applicable: SharePoint Server Subscription Edition title: Upgrade-SPContentDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplication.md index 349a0cb20..4ad3e55d6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spenterprisesearchserviceapplication applicable: SharePoint Server Subscription Edition title: Upgrade-SPEnterpriseSearchServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md index 58ad0d8c4..fde2c01c8 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.Search.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spenterprisesearchserviceapplicationsitesettings applicable: SharePoint Server Subscription Edition title: Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPFarm.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPFarm.md index 61b0a1211..9fa5ae064 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPFarm.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPFarm.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spfarm applicable: SharePoint Server Subscription Edition title: Upgrade-SPFarm diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPProfileServiceApplication.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPProfileServiceApplication.md index ace3e87c9..4ffa5e6f6 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPProfileServiceApplication.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPProfileServiceApplication.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.Office.Server.UserProfiles.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spprofileserviceapplication title: Upgrade-SPProfileServiceApplication diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSingleSignOnDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSingleSignOnDatabase.md index 188a2a9c3..18f0fa28e 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSingleSignOnDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSingleSignOnDatabase.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.SSOUpgrade-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spsinglesignondatabase applicable: SharePoint Server Subscription Edition title: Upgrade-SPSingleSignOnDatabase diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSite.md b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSite.md index 581609df3..42ede9d35 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSite.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Upgrade-SPSite.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/upgrade-spsite applicable: SharePoint Server Subscription Edition title: Upgrade-SPSite diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Use-SPCacheCluster.md b/sharepoint/sharepoint-server-ps/SharePointServer/Use-SPCacheCluster.md index 92bbd9a1e..45fe895d0 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Use-SPCacheCluster.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Use-SPCacheCluster.md @@ -1,6 +1,6 @@ --- external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -module name: SharePointServer +Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/use-spcachecluster applicable: SharePoint Server Subscription Edition title: Use-SPCacheCluster From 3026f9e2929b1863384cca4a406e75f4edced4d8 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:16:03 -0700 Subject: [PATCH 6/9] Resolve conflict --- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index 8d6257079..88128d7ad 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -1,8 +1,4 @@ --- -<<<<<<< Updated upstream -external help file: Microsoft.SharePoint.PowerShell.dll-Help.xml -======= ->>>>>>> Stashed changes Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly applicable: SharePoint Server Subscription Edition From 7338d27efa55fb12008b91bcf5441b7e67d8462a Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:57:06 -0700 Subject: [PATCH 7/9] Add Test-DefenderAndAmsiWorkProperly to SharePointServer.md --- .../sharepoint-server-ps/SharePointServer/SharePointServer.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md b/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md index e5daaf070..f5c4eb608 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/SharePointServer.md @@ -2448,6 +2448,9 @@ Replaces existing certificate assignments with a new certificate. ### [Sync-SPProjectPermissions](Sync-SPProjectPermissions.md) Manually synchronizes permissions between a Project Web App instance and its associated project sites. +### [Test-DefenderAndAmsiWorkProperly](Test-DefenderAndAmsiWorkProperly.md) +Tests that Windows Defender components and SharePoint AMSI integration are properly installed and running. + ### [Test-SPContentDatabase](Test-SPContentDatabase.md) Tests a content database. From 5131272257433be572ca1f8d48bbd314bab95864 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:01:51 -0700 Subject: [PATCH 8/9] Add Test-Defender-AndAmsiWorkProperly to SharePointServer.md From ce13bf170bd386d03fb8b4a14380050ad7e09e16 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:29:17 -0700 Subject: [PATCH 9/9] Add "external help file: Microsoft.SharePoint.PowerShell.dll-help.xml" --- .../SharePointServer/Test-DefenderAndAmsiWorkProperly.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md index 88128d7ad..e81eb67a9 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Test-DefenderAndAmsiWorkProperly.md @@ -1,4 +1,5 @@ --- +external help file: Microsoft.SharePoint.PowerShell.dll-help.xml Module Name: SharePointServer online version: https://learn.microsoft.com/powershell/module/sharepoint-server/test-defenderandamsiworkproperly applicable: SharePoint Server Subscription Edition