├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ └── config.yml └── workflows │ ├── AutoLabelAssign.yml │ ├── AutoLabelMsftContributor.yml │ ├── AutoPublish.yml │ ├── BackgroundTasks.yml │ ├── BuildValidation.yml │ ├── LiveMergeCheck.yml │ ├── PrFileCount.yml │ ├── ProtectedFiles.yml │ ├── Stale.yml │ ├── StaleBranch.yml │ └── TierManagement.yml ├── .gitignore ├── .openpublishing.publish.config.json ├── .openpublishing.redirection.json ├── ContentOwners.txt ├── LICENSE ├── LICENSE-CODE ├── README.md ├── SECURITY.md ├── ThirdPartyNotices.md ├── cabgen-bootstrap.yml └── sharepoint ├── TOC.yml ├── breadcrumb └── toc.yml ├── docfx.json ├── docs-conceptual ├── index.yml ├── sharepoint-online │ ├── connect-sharepoint-online.md │ ├── index.yml │ └── introduction-sharepoint-online-management-shell.md ├── sharepoint-pnp │ ├── index.yml │ └── sharepoint-pnp-cmdlets.md ├── sharepoint-server │ ├── index.yml │ ├── sharepoint-server-cmdlets.md │ └── sharepoint-server-sub-cmdlets.md └── toc.yml ├── index.md ├── mapping └── MAML2Yaml │ └── monikerMapping.json ├── sharepoint-ps ├── sharepoint-online │ ├── Add-SPOContainerTypeBilling.md │ ├── Add-SPOContentSecurityPolicy.md │ ├── Add-SPOGeoAdministrator.md │ ├── Add-SPOHubSiteAssociation.md │ ├── Add-SPOHubToHubAssociation.md │ ├── Add-SPOListDesign.md │ ├── Add-SPOOrgAssetsLibrary.md │ ├── Add-SPOServicePrioritizationAppRegistration.md │ ├── Add-SPOSiteCollectionAppCatalog.md │ ├── Add-SPOSiteDesign.md │ ├── Add-SPOSiteDesignTask.md │ ├── Add-SPOSiteScript.md │ ├── Add-SPOSiteScriptPackage.md │ ├── Add-SPOTenantCdnOrigin.md │ ├── Add-SPOTheme.md │ ├── Add-SPOUser.md │ ├── Approve-SPOTenantServicePrincipalPermissionGrant.md │ ├── Approve-SPOTenantServicePrincipalPermissionRequest.md │ ├── Clear-SPOTenantPreAuthSettings.md │ ├── Connect-SPOService.md │ ├── ConvertTo-SPOMigrationEncryptedPackage.md │ ├── ConvertTo-SPOMigrationTargetedPackage.md │ ├── Copy-SPOPersonalSitePage.md │ ├── Deny-SPOTenantServicePrincipalPermissionRequest.md │ ├── Disable-SPOTenantServicePrincipal.md │ ├── Disconnect-SPOService.md │ ├── Enable-SPOCommSite.md │ ├── Enable-SPOTenantServicePrincipal.md │ ├── Export-SPODataAccessGovernanceInsight.md │ ├── Export-SPOQueryLogs.md │ ├── Export-SPOUserInfo.md │ ├── Export-SPOUserProfile.md │ ├── Get-FileSensitivityLabelInfo.md │ ├── Get-SPOAppBillingPolicies.md │ ├── Get-SPOAppErrors.md │ ├── Get-SPOAppInfo.md │ ├── Get-SPOApplication.md │ ├── Get-SPOAuditDataCollectionStatusForActivityInsights.md │ ├── Get-SPOBrowserIdleSignOut.md │ ├── Get-SPOBuiltInDesignPackageVisibility.md │ ├── Get-SPOBuiltInFontPackageSettings.md │ ├── Get-SPOBuiltInSiteTemplateSettings.md │ ├── Get-SPOContainer.md │ ├── Get-SPOContainerType.md │ ├── Get-SPOContainerTypeConfiguration.md │ ├── Get-SPOContentEventEmailAddresses.md │ ├── Get-SPOContentSecurityPolicy.md │ ├── Get-SPOCopilotAgentInsightsReport.md │ ├── Get-SPOCopilotPromoOptInStatus.md │ ├── Get-SPOCopilotPromoUsage.md │ ├── Get-SPOCrossGeoMoveReport.md │ ├── Get-SPOCrossGeoMovedUsers.md │ ├── Get-SPOCrossGeoUsers.md │ ├── Get-SPOCrossTenantCompatibilityStatus.md │ ├── Get-SPOCrossTenantHostUrl.md │ ├── Get-SPODataAccessGovernanceInsight.md │ ├── Get-SPODataEncryptionPolicy.md │ ├── Get-SPODeletedContainer.md │ ├── Get-SPODeletedSite.md │ ├── Get-SPOEnterpriseAppInsightsReport.md │ ├── Get-SPOExternalUser.md │ ├── Get-SPOGeoAdministrator.md │ ├── Get-SPOGeoMoveCrossCompatibilityStatus.md │ ├── Get-SPOGeoStorageQuota.md │ ├── Get-SPOHideDefaultThemes.md │ ├── Get-SPOHomeSite.md │ ├── Get-SPOHubSite.md │ ├── Get-SPOListDesign.md │ ├── Get-SPOListFileVersionBatchDeleteJobProgress.md │ ├── Get-SPOListFileVersionExpirationReportJobProgress.md │ ├── Get-SPOListVersionPolicy.md │ ├── Get-SPOMalwareFile.md │ ├── Get-SPOMalwareFileContent.md │ ├── Get-SPOMigrationJobProgress.md │ ├── Get-SPOMigrationJobStatus.md │ ├── Get-SPOMultiGeoCompanyAllowedDataLocation.md │ ├── Get-SPOMultiGeoExperience.md │ ├── Get-SPOOrgAssetsLibrary.md │ ├── Get-SPOOrgNewsSite.md │ ├── Get-SPOPersonalSitePageCopyProgress.md │ ├── Get-SPOPublicCdnOrigins.md │ ├── Get-SPORestrictedAccessForSitesInsights.md │ ├── Get-SPORestrictedSiteCreation.md │ ├── Get-SPOServicePrioritizationAppRegistrations.md │ ├── Get-SPOServicePrioritizationBillingPolicies.md │ ├── Get-SPOSite.md │ ├── Get-SPOSiteCollectionAppCatalogs.md │ ├── Get-SPOSiteContentMoveState.md │ ├── Get-SPOSiteDataEncryptionPolicy.md │ ├── Get-SPOSiteDesign.md │ ├── Get-SPOSiteDesignRights.md │ ├── Get-SPOSiteDesignRun.md │ ├── Get-SPOSiteDesignRunStatus.md │ ├── Get-SPOSiteDesignTask.md │ ├── Get-SPOSiteFileVersionBatchDeleteJobProgress.md │ ├── Get-SPOSiteFileVersionExpirationReportJobProgress.md │ ├── Get-SPOSiteGroup.md │ ├── Get-SPOSitePages.md │ ├── Get-SPOSiteRenameState.md │ ├── Get-SPOSiteReview.md │ ├── Get-SPOSiteScript.md │ ├── Get-SPOSiteScriptFromList.md │ ├── Get-SPOSiteScriptFromWeb.md │ ├── Get-SPOSiteUserInvitations.md │ ├── Get-SPOSiteVersionPolicyJobProgress.md │ ├── Get-SPOStorageEntity.md │ ├── Get-SPOStructuralNavigationCacheSiteState.md │ ├── Get-SPOStructuralNavigationCacheWebState.md │ ├── Get-SPOTenant.md │ ├── Get-SPOTenantCdnEnabled.md │ ├── Get-SPOTenantCdnOrigins.md │ ├── Get-SPOTenantCdnPolicies.md │ ├── Get-SPOTenantContentTypeReplicationParameters.md │ ├── Get-SPOTenantLogEntry.md │ ├── Get-SPOTenantLogLastAvailableTimeInUtc.md │ ├── Get-SPOTenantOrgRelation.md │ ├── Get-SPOTenantOrgRelationByPartner.md │ ├── Get-SPOTenantOrgRelationByScenario.md │ ├── Get-SPOTenantPreAuthSettings.md │ ├── Get-SPOTenantRenameSitePrioritization.md │ ├── Get-SPOTenantRenameStatus.md │ ├── Get-SPOTenantServicePrincipalPermissionGrants.md │ ├── Get-SPOTenantServicePrincipalPermissionRequests.md │ ├── Get-SPOTenantSyncClientRestriction.md │ ├── Get-SPOTenantTaxonomyReplicationParameters.md │ ├── Get-SPOTheme.md │ ├── Get-SPOUnifiedGroup.md │ ├── Get-SPOUnifiedGroupMoveState.md │ ├── Get-SPOUser.md │ ├── Get-SPOUserAndContentMoveState.md │ ├── Get-SPOUserOneDriveLocation.md │ ├── Get-SPOWebTemplate.md │ ├── Grant-SPOHubSiteRights.md │ ├── Grant-SPOSiteDesignRights.md │ ├── Invoke-SPOMigrationEncryptUploadSubmit.md │ ├── Invoke-SPOSiteDesign.md │ ├── Invoke-SPOSiteSwap.md │ ├── New-SPOAppBillingPolicy.md │ ├── New-SPOContainerType.md │ ├── New-SPODataConnectionSetting.md │ ├── New-SPOListFileVersionBatchDeleteJob.md │ ├── New-SPOListFileVersionExpirationReportJob.md │ ├── New-SPOMigrationEncryptionParameters.md │ ├── New-SPOMigrationPackage.md │ ├── New-SPOPublicCdnOrigin.md │ ├── New-SPOSdnProvider.md │ ├── New-SPOServicePrioritizationBillingPolicy.md │ ├── New-SPOSite.md │ ├── New-SPOSiteFileVersionBatchDeleteJob.md │ ├── New-SPOSiteFileVersionExpirationReportJob.md │ ├── New-SPOSiteGroup.md │ ├── New-SPOSiteSharingReportJob.md │ ├── New-SPOTenantOrgRelation.md │ ├── New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md │ ├── Register-SPODataEncryptionPolicy.md │ ├── Register-SPOHubSite.md │ ├── Remove-SPOAppBillingPolicy.md │ ├── Remove-SPOContainer.md │ ├── Remove-SPOContainerType.md │ ├── Remove-SPOContentEventEmailAddresses.md │ ├── Remove-SPOContentSecurityPolicy.md │ ├── Remove-SPODataAccessGovernanceInsight.md │ ├── Remove-SPODataConnectionSetting.md │ ├── Remove-SPODeletedContainer.md │ ├── Remove-SPODeletedSite.md │ ├── Remove-SPOExternalUser.md │ ├── Remove-SPOGeoAdministrator.md │ ├── Remove-SPOHomeSite.md │ ├── Remove-SPOHubSiteAssociation.md │ ├── Remove-SPOHubToHubAssociation.md │ ├── Remove-SPOListDesign.md │ ├── Remove-SPOListFileVersionBatchDeleteJob.md │ ├── Remove-SPOMigrationJob.md │ ├── Remove-SPOMultiGeoCompanyAllowedDataLocation.md │ ├── Remove-SPOOrgAssetsLibrary.md │ ├── Remove-SPOOrgNewsSite.md │ ├── Remove-SPOPublicCdnOrigin.md │ ├── Remove-SPOSdnProvider.md │ ├── Remove-SPOServicePrioritizationAppRegistration.md │ ├── Remove-SPOSite.md │ ├── Remove-SPOSiteCollectionAppCatalog.md │ ├── Remove-SPOSiteCollectionAppCatalogById.md │ ├── Remove-SPOSiteDesign.md │ ├── Remove-SPOSiteDesignTask.md │ ├── Remove-SPOSiteFileVersionBatchDeleteJob.md │ ├── Remove-SPOSiteGroup.md │ ├── Remove-SPOSiteScript.md │ ├── Remove-SPOSiteUserInvitations.md │ ├── Remove-SPOSiteVersionPolicyJob.md │ ├── Remove-SPOStorageEntity.md │ ├── Remove-SPOTenantCdnOrigin.md │ ├── Remove-SPOTenantOrgRelation.md │ ├── Remove-SPOTenantRenameSitePrioritization.md │ ├── Remove-SPOTenantSyncClientRestriction.md │ ├── Remove-SPOTheme.md │ ├── Remove-SPOUser.md │ ├── Remove-SPOUserInfo.md │ ├── Remove-SPOUserProfile.md │ ├── Repair-SPOSite.md │ ├── Request-SPOPersonalSite.md │ ├── Request-SPOUpgradeEvaluationSite.md │ ├── Restore-SPODataEncryptionPolicy.md │ ├── Restore-SPODeletedContainer.md │ ├── Restore-SPODeletedSite.md │ ├── Revoke-SPOHubSiteRights.md │ ├── Revoke-SPOSiteDesignRights.md │ ├── Revoke-SPOTenantServicePrincipalPermission.md │ ├── Revoke-SPOUserSession.md │ ├── Set-SPOApplication.md │ ├── Set-SPOApplicationPermission.md │ ├── Set-SPOBrowserIdleSignOut.md │ ├── Set-SPOBuiltInDesignPackageVisibility.md │ ├── Set-SPOBuiltInFontPackageSettings.md │ ├── Set-SPOBuiltInSiteTemplateSettings.md │ ├── Set-SPOContainer.md │ ├── Set-SPOContainerType.md │ ├── Set-SPOContainerTypeConfiguration.md │ ├── Set-SPOContentEventEmailAddresses.md │ ├── Set-SPOCopilotPromoOptInStatus.md │ ├── Set-SPOCrossTenantRelationship.md │ ├── Set-SPODataConnectionSetting.md │ ├── Set-SPODataConnectionSettingMetadata.md │ ├── Set-SPODisableSpacesActivation.md │ ├── Set-SPOGeoStorageQuota.md │ ├── Set-SPOHideDefaultThemes.md │ ├── Set-SPOHomeSite.md │ ├── Set-SPOHubSite.md │ ├── Set-SPOListVersionPolicy.md │ ├── Set-SPOMigrationPackageAzureSource.md │ ├── Set-SPOMultiGeoCompanyAllowedDataLocation.md │ ├── Set-SPOMultiGeoExperience.md │ ├── Set-SPOOrgAssetsLibrary.md │ ├── Set-SPOOrgNewsSite.md │ ├── Set-SPORestrictedSiteCreation.md │ ├── Set-SPOServicePrioritizationAppRegistration.md │ ├── Set-SPOSite.md │ ├── Set-SPOSiteArchiveState.md │ ├── Set-SPOSiteDesign.md │ ├── Set-SPOSiteGroup.md │ ├── Set-SPOSiteOffice365Group.md │ ├── Set-SPOSiteScript.md │ ├── Set-SPOSiteScriptPackage.md │ ├── Set-SPOStorageEntity.md │ ├── Set-SPOStructuralNavigationCacheSiteState.md │ ├── Set-SPOStructuralNavigationCacheWebState.md │ ├── Set-SPOTenant.md │ ├── Set-SPOTenantCdnEnabled.md │ ├── Set-SPOTenantCdnPolicy.md │ ├── Set-SPOTenantContentTypeReplicationParameters.md │ ├── Set-SPOTenantPreAuthSettings.md │ ├── Set-SPOTenantRenameSitePrioritization.md │ ├── Set-SPOTenantSyncClientRestriction.md │ ├── Set-SPOTenantTaxonomyReplicationParameters.md │ ├── Set-SPOUnifiedGroup.md │ ├── Set-SPOUser.md │ ├── Set-SPOWebTheme.md │ ├── Start-SPOAuditDataCollectionForActivityInsights.md │ ├── Start-SPOCopilotAgentInsightsReport.md │ ├── Start-SPODataAccessGovernanceInsight.md │ ├── Start-SPOEnterpriseAppInsightsReport.md │ ├── Start-SPORestrictedAccessForSitesInsights.md │ ├── Start-SPOSiteContentMove.md │ ├── Start-SPOSiteOpticalCharacterRecognitionBackfill.md │ ├── Start-SPOSiteRename.md │ ├── Start-SPOSiteReview.md │ ├── Start-SPOTenantRename.md │ ├── Start-SPOUnifiedGroupMove.md │ ├── Start-SPOUserAndContentMove.md │ ├── Stop-SPOAuditDataCollectionForActivityInsights.md │ ├── Stop-SPOSiteContentMove.md │ ├── Stop-SPOTenantRename.md │ ├── Stop-SPOUserAndContentMove.md │ ├── Submit-SPOMigrationJob.md │ ├── Test-SPOSite.md │ ├── Unlock-SPOSensitivityLabelEncryptedFile.md │ ├── Unregister-SPOHubSite.md │ ├── Update-SPODataEncryptionPolicy.md │ ├── Update-UserType.md │ ├── Upgrade-SPOSite.md │ ├── Verify-SPOTenantOrgRelation.md │ └── sharepoint-online.md └── sharepoint-server │ ├── Add-DatabaseToAvailabilityGroup.md │ ├── Add-FASTSearchResource.md │ ├── Add-FASTSearchSpelltuning.md │ ├── Add-SPAppDeniedEndpoint.md │ ├── Add-SPClaimTypeMapping.md │ ├── Add-SPDiagnosticsPerformanceCounter.md │ ├── Add-SPDistributedCacheServiceInstance.md │ ├── Add-SPEduClassMember.md │ ├── Add-SPEduUser.md │ ├── Add-SPInfoPathUserAgent.md │ ├── Add-SPPluggableSecurityTrimmer.md │ ├── Add-SPProfileLeader.md │ ├── Add-SPProfileSyncConnection.md │ ├── Add-SPRoutingMachineInfo.md │ ├── Add-SPRoutingMachinePool.md │ ├── Add-SPRoutingRule.md │ ├── Add-SPScaleOutDatabase.md │ ├── Add-SPSecureStoreSystemAccount.md │ ├── Add-SPServerScaleOutDatabase.md │ ├── Add-SPServiceApplicationProxyGroupMember.md │ ├── Add-SPShellAdmin.md │ ├── Add-SPSiteSubscriptionFeaturePackMember.md │ ├── Add-SPSiteSubscriptionProfileConfig.md │ ├── Add-SPSolution.md │ ├── Add-SPThrottlingRule.md │ ├── Add-SPUserLicenseMapping.md │ ├── Add-SPUserSolution.md │ ├── Backup-SPConfigurationDatabase.md │ ├── Backup-SPEnterpriseSearchServiceApplicationIndex.md │ ├── Backup-SPFarm.md │ ├── Backup-SPSite.md │ ├── Clear-FASTSearchContentCollection.md │ ├── Clear-SPAppDeniedEndpointList.md │ ├── Clear-SPBusinessDataCatalogEntityNotificationWeb.md │ ├── Clear-SPContentDatabaseSyncData.md │ ├── Clear-SPDistributedCacheItem.md │ ├── Clear-SPLogLevel.md │ ├── Clear-SPMetadataWebServicePartitionData.md │ ├── Clear-SPPerformancePointServiceApplicationTrustedLocation.md │ ├── Clear-SPScaleOutDatabaseDeletedDataSubRange.md │ ├── Clear-SPScaleOutDatabaseLog.md │ ├── Clear-SPScaleOutDatabaseTenantData.md │ ├── Clear-SPSecureStoreCredentialMapping.md │ ├── Clear-SPSecureStoreDefaultProvider.md │ ├── Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md │ ├── Clear-SPServerScaleOutDatabaseLog.md │ ├── Clear-SPServerScaleOutDatabaseTenantData.md │ ├── Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md │ ├── Connect-SPConfigurationDatabase.md │ ├── Convert-SPWebApplication.md │ ├── Copy-SPAccessServicesDatabaseCredentials.md │ ├── Copy-SPActivitiesToWorkflowService.md │ ├── Copy-SPBusinessDataCatalogAclToChildren.md │ ├── Copy-SPContentTypes.md │ ├── Copy-SPSideBySideFiles.md │ ├── Copy-SPSite.md │ ├── Copy-SPTaxonomyGroups.md │ ├── Deploy-SPVariation.md │ ├── Disable-ProjectServerLicense.md │ ├── Disable-SPAppAutoProvision.md │ ├── Disable-SPBusinessDataCatalogEntity.md │ ├── Disable-SPFeature.md │ ├── Disable-SPHealthAnalysisRule.md │ ├── Disable-SPInfoPathFormTemplate.md │ ├── Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md │ ├── Disable-SPProjectEmailNotification.md │ ├── Disable-SPProjectEnterpriseProjectTaskSync.md │ ├── Disable-SPProjectQueueStatsMonitoring.md │ ├── Disable-SPSessionStateService.md │ ├── Disable-SPSingleSignOn.md │ ├── Disable-SPTimerJob.md │ ├── Disable-SPUserLicensing.md │ ├── Disable-SPUserSolutionAllowList.md │ ├── Disable-SPWebApplicationHttpThrottling.md │ ├── Disable-SPWebTemplateForSiteMaster.md │ ├── Disconnect-SPConfigurationDatabase.md │ ├── Dismount-SPContentDatabase.md │ ├── Dismount-SPSiteMapDatabase.md │ ├── Dismount-SPStateServiceDatabase.md │ ├── Enable-ProjectServerLicense.md │ ├── Enable-SPAppAutoProvision.md │ ├── Enable-SPBusinessDataCatalogEntity.md │ ├── Enable-SPFeature.md │ ├── Enable-SPHealthAnalysisRule.md │ ├── Enable-SPInfoPathFormTemplate.md │ ├── Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md │ ├── Enable-SPProjectEmailNotification.md │ ├── Enable-SPProjectEnterpriseProjectTaskSync.md │ ├── Enable-SPProjectQueueStatsMonitoring.md │ ├── Enable-SPSessionStateService.md │ ├── Enable-SPTimerJob.md │ ├── Enable-SPUserLicensing.md │ ├── Enable-SPUserSolutionAllowList.md │ ├── Enable-SPWebApplicationHttpThrottling.md │ ├── Enable-SPWebTemplateForSiteMaster.md │ ├── Export-SPAccessServicesDatabase.md │ ├── Export-SPAppPackage.md │ ├── Export-SPBusinessDataCatalogModel.md │ ├── Export-SPEnterpriseSearchTopology.md │ ├── Export-SPInfoPathAdministrationFiles.md │ ├── Export-SPMetadataWebServicePartitionData.md │ ├── Export-SPPerformancePointContent.md │ ├── Export-SPScaleOutDatabaseTenantData.md │ ├── Export-SPServerScaleOutDatabaseTenantData.md │ ├── Export-SPSiteSubscriptionBusinessDataCatalogConfig.md │ ├── Export-SPSiteSubscriptionSettings.md │ ├── Export-SPTagsAndNotesData.md │ ├── Export-SPWeb.md │ ├── Get-AvailabilityGroupStatus.md │ ├── Get-FASTSearchContentCollection.md │ ├── Get-FASTSearchDocumentProcessingPipeline.md │ ├── Get-FASTSearchMetadataCategory.md │ ├── Get-FASTSearchMetadataCrawledProperty.md │ ├── Get-FASTSearchMetadataCrawledPropertyMapping.md │ ├── Get-FASTSearchMetadataFullTextIndex.md │ ├── Get-FASTSearchMetadataFullTextIndexMapping.md │ ├── Get-FASTSearchMetadataManagedProperty.md │ ├── Get-FASTSearchMetadataRankProfile.md │ ├── Get-FASTSearchResource.md │ ├── Get-FASTSearchSearchSettingGroup.md │ ├── Get-FASTSearchSecurityAliaser.md │ ├── Get-FASTSearchSecurityCCTKServer.md │ ├── Get-FASTSearchSecurityClaimsUserStore.md │ ├── Get-FASTSearchSecurityCompleteGroupExpansion.md │ ├── Get-FASTSearchSecurityDecodedSid.md │ ├── Get-FASTSearchSecurityDefaultUserStore.md │ ├── Get-FASTSearchSecurityEncodedSid.md │ ├── Get-FASTSearchSecurityGeneralSettings.md │ ├── Get-FASTSearchSecurityLogLevel.md │ ├── Get-FASTSearchSecurityLotusNotesUserStore.md │ ├── Get-FASTSearchSecurityPublicFilter.md │ ├── Get-FASTSearchSecurityRegexAliaser.md │ ├── Get-FASTSearchSecurityUserFilter.md │ ├── Get-FASTSearchSecurityUserStore.md │ ├── Get-FASTSearchSecurityUserStoreGroupExpansion.md │ ├── Get-FASTSearchSecurityWorkerNode.md │ ├── Get-FASTSearchSecurityXMLAliaser.md │ ├── Get-FASTSearchSpelltuningStatus.md │ ├── Get-ProjectServerLicense.md │ ├── Get-SPAccessServiceApplication.md │ ├── Get-SPAccessServicesApplication.md │ ├── Get-SPAccessServicesDatabase.md │ ├── Get-SPAccessServicesDatabaseServer.md │ ├── Get-SPAccessServicesDatabaseServerGroup.md │ ├── Get-SPAccessServicesDatabaseServerGroupMapping.md │ ├── Get-SPAlternateURL.md │ ├── Get-SPAppAcquisitionConfiguration.md │ ├── Get-SPAppAutoProvisionConnection.md │ ├── Get-SPAppDeniedEndpointList.md │ ├── Get-SPAppDisablingConfiguration.md │ ├── Get-SPAppDomain.md │ ├── Get-SPAppHostingQuotaConfiguration.md │ ├── Get-SPAppInstance.md │ ├── Get-SPAppPrincipal.md │ ├── Get-SPAppScaleProfile.md │ ├── Get-SPAppSiteSubscriptionName.md │ ├── Get-SPAppStateSyncLastRunTime.md │ ├── Get-SPAppStateUpdateInterval.md │ ├── Get-SPAppStoreConfiguration.md │ ├── Get-SPAppStoreWebServiceConfiguration.md │ ├── Get-SPAuthenticationProvider.md │ ├── Get-SPAuthenticationRealm.md │ ├── Get-SPBackupHistory.md │ ├── Get-SPBingMapsBlock.md │ ├── Get-SPBingMapsKey.md │ ├── Get-SPBrowserCustomerExperienceImprovementProgram.md │ ├── Get-SPBusinessDataCatalogEntityNotificationWeb.md │ ├── Get-SPBusinessDataCatalogMetadataObject.md │ ├── Get-SPBusinessDataCatalogThrottleConfig.md │ ├── Get-SPCertificateAuthority.md │ ├── Get-SPClaimProvider.md │ ├── Get-SPClaimProviderManager.md │ ├── Get-SPClaimTypeEncoding.md │ ├── Get-SPConnectedServiceApplicationInformation.md │ ├── Get-SPContentDatabase.md │ ├── Get-SPContentDatabaseOrphanedData.md │ ├── Get-SPContentDeploymentJob.md │ ├── Get-SPContentDeploymentPath.md │ ├── Get-SPCustomLayoutsPage.md │ ├── Get-SPDataConnectionFile.md │ ├── Get-SPDataConnectionFileDependent.md │ ├── Get-SPDatabase.md │ ├── Get-SPDeletedSite.md │ ├── Get-SPDesignerSettings.md │ ├── Get-SPDiagnosticConfig.md │ ├── Get-SPDiagnosticsPerformanceCounter.md │ ├── Get-SPDiagnosticsProvider.md │ ├── Get-SPDistributedCacheClientSetting.md │ ├── Get-SPEduServiceSetting.md │ ├── Get-SPEnterpriseSearchAdministrationComponent.md │ ├── Get-SPEnterpriseSearchComponent.md │ ├── Get-SPEnterpriseSearchContentEnrichmentConfiguration.md │ ├── Get-SPEnterpriseSearchCrawlContentSource.md │ ├── Get-SPEnterpriseSearchCrawlCustomConnector.md │ ├── Get-SPEnterpriseSearchCrawlDatabase.md │ ├── Get-SPEnterpriseSearchCrawlExtension.md │ ├── Get-SPEnterpriseSearchCrawlLogReadPermission.md │ ├── Get-SPEnterpriseSearchCrawlMapping.md │ ├── Get-SPEnterpriseSearchCrawlRule.md │ ├── Get-SPEnterpriseSearchFileFormat.md │ ├── Get-SPEnterpriseSearchHostController.md │ ├── Get-SPEnterpriseSearchLanguageResourcePhrase.md │ ├── Get-SPEnterpriseSearchLinguisticComponentsStatus.md │ ├── Get-SPEnterpriseSearchLinksDatabase.md │ ├── Get-SPEnterpriseSearchMetadataCategory.md │ ├── Get-SPEnterpriseSearchMetadataCrawledProperty.md │ ├── Get-SPEnterpriseSearchMetadataManagedProperty.md │ ├── Get-SPEnterpriseSearchMetadataMapping.md │ ├── Get-SPEnterpriseSearchOwner.md │ ├── Get-SPEnterpriseSearchPropertyRule.md │ ├── Get-SPEnterpriseSearchPropertyRuleCollection.md │ ├── Get-SPEnterpriseSearchQueryAndSiteSettingsService.md │ ├── Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md │ ├── Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md │ ├── Get-SPEnterpriseSearchQueryAuthority.md │ ├── Get-SPEnterpriseSearchQueryDemoted.md │ ├── Get-SPEnterpriseSearchQueryKeyword.md │ ├── Get-SPEnterpriseSearchQueryScope.md │ ├── Get-SPEnterpriseSearchQueryScopeRule.md │ ├── Get-SPEnterpriseSearchQuerySpellingCorrection.md │ ├── Get-SPEnterpriseSearchQuerySuggestionCandidates.md │ ├── Get-SPEnterpriseSearchRankingModel.md │ ├── Get-SPEnterpriseSearchResultItemType.md │ ├── Get-SPEnterpriseSearchResultSource.md │ ├── Get-SPEnterpriseSearchSecurityTrimmer.md │ ├── Get-SPEnterpriseSearchService.md │ ├── Get-SPEnterpriseSearchServiceApplication.md │ ├── Get-SPEnterpriseSearchServiceApplicationBackupStore.md │ ├── Get-SPEnterpriseSearchServiceApplicationProxy.md │ ├── Get-SPEnterpriseSearchServiceInstance.md │ ├── Get-SPEnterpriseSearchSiteHitRule.md │ ├── Get-SPEnterpriseSearchStatus.md │ ├── Get-SPEnterpriseSearchTopology.md │ ├── Get-SPEnterpriseSearchVssDataPath.md │ ├── Get-SPExcelBIServer.md │ ├── Get-SPExcelBlockedFileType.md │ ├── Get-SPExcelDataConnectionLibrary.md │ ├── Get-SPExcelDataProvider.md │ ├── Get-SPExcelFileLocation.md │ ├── Get-SPExcelServiceApplication.md │ ├── Get-SPExcelUserDefinedFunction.md │ ├── Get-SPFarm.md │ ├── Get-SPFarmConfig.md │ ├── Get-SPFeature.md │ ├── Get-SPHealthAnalysisRule.md │ ├── Get-SPHelpCollection.md │ ├── Get-SPIRMSettings.md │ ├── Get-SPInfoPathFormTemplate.md │ ├── Get-SPInfoPathFormsService.md │ ├── Get-SPInfoPathUserAgent.md │ ├── Get-SPInfoPathWebServiceProxy.md │ ├── Get-SPInsightsConfig.md │ ├── Get-SPInternalAppStateSyncLastRunTime.md │ ├── Get-SPInternalAppStateUpdateInterval.md │ ├── Get-SPLogEvent.md │ ├── Get-SPLogLevel.md │ ├── Get-SPManagedAccount.md │ ├── Get-SPManagedPath.md │ ├── Get-SPMetadataServiceApplication.md │ ├── Get-SPMetadataServiceApplicationProxy.md │ ├── Get-SPMicrofeedOptions.md │ ├── Get-SPMobileMessagingAccount.md │ ├── Get-SPO365LinkSettings.md │ ├── Get-SPODataConnectionSetting.md │ ├── Get-SPODataConnectionSettingMetadata.md │ ├── Get-SPOfficeStoreAppsDefaultActivation.md │ ├── Get-SPPendingUpgradeActions.md │ ├── Get-SPPerformancePointServiceApplication.md │ ├── Get-SPPerformancePointServiceApplicationTrustedLocation.md │ ├── Get-SPPluggableSecurityTrimmer.md │ ├── Get-SPProcessAccount.md │ ├── Get-SPProduct.md │ ├── Get-SPProfileLeader.md │ ├── Get-SPProfileServiceApplicationSecurity.md │ ├── Get-SPProjectDatabaseQuota.md │ ├── Get-SPProjectDatabaseUsage.md │ ├── Get-SPProjectEnterpriseProjectTaskSync.md │ ├── Get-SPProjectEventServiceSettings.md │ ├── Get-SPProjectIsEmailNotificationEnabled.md │ ├── Get-SPProjectOdataConfiguration.md │ ├── Get-SPProjectPCSSettings.md │ ├── Get-SPProjectPermissionMode.md │ ├── Get-SPProjectQueueSettings.md │ ├── Get-SPProjectWebInstance.md │ ├── Get-SPRequestManagementSettings.md │ ├── Get-SPRoutingMachineInfo.md │ ├── Get-SPRoutingMachinePool.md │ ├── Get-SPRoutingRule.md │ ├── Get-SPScaleOutDatabase.md │ ├── Get-SPScaleOutDatabaseDataState.md │ ├── Get-SPScaleOutDatabaseInconsistency.md │ ├── Get-SPScaleOutDatabaseLogEntry.md │ ├── Get-SPSecureStoreApplication.md │ ├── Get-SPSecureStoreSystemAccount.md │ ├── Get-SPSecurityTokenServiceConfig.md │ ├── Get-SPServer.md │ ├── Get-SPServerScaleOutDatabase.md │ ├── Get-SPServerScaleOutDatabaseDataState.md │ ├── Get-SPServerScaleOutDatabaseInconsistency.md │ ├── Get-SPServerScaleOutDatabaseLogEntry.md │ ├── Get-SPService.md │ ├── Get-SPServiceApplication.md │ ├── Get-SPServiceApplicationEndpoint.md │ ├── Get-SPServiceApplicationPool.md │ ├── Get-SPServiceApplicationProxy.md │ ├── Get-SPServiceApplicationProxyGroup.md │ ├── Get-SPServiceApplicationSecurity.md │ ├── Get-SPServiceContext.md │ ├── Get-SPServiceHostConfig.md │ ├── Get-SPServiceInstance.md │ ├── Get-SPSessionStateService.md │ ├── Get-SPShellAdmin.md │ ├── Get-SPSite.md │ ├── Get-SPSiteAdministration.md │ ├── Get-SPSiteMapDatabase.md │ ├── Get-SPSiteMaster.md │ ├── Get-SPSiteSubscription.md │ ├── Get-SPSiteSubscriptionConfig.md │ ├── Get-SPSiteSubscriptionEdiscoveryHub.md │ ├── Get-SPSiteSubscriptionEdiscoverySearchScope.md │ ├── Get-SPSiteSubscriptionFeaturePack.md │ ├── Get-SPSiteSubscriptionIRMConfig.md │ ├── Get-SPSiteSubscriptionMetadataConfig.md │ ├── Get-SPSiteURL.md │ ├── Get-SPSiteUpgradeSessionInfo.md │ ├── Get-SPSolution.md │ ├── Get-SPStateServiceApplication.md │ ├── Get-SPStateServiceApplicationProxy.md │ ├── Get-SPStateServiceDatabase.md │ ├── Get-SPTaxonomySession.md │ ├── Get-SPThrottlingRule.md │ ├── Get-SPTimerJob.md │ ├── Get-SPTopologyServiceApplication.md │ ├── Get-SPTopologyServiceApplicationProxy.md │ ├── Get-SPTranslationThrottlingSetting.md │ ├── Get-SPTrustedIdentityTokenIssuer.md │ ├── Get-SPTrustedRootAuthority.md │ ├── Get-SPTrustedSecurityTokenIssuer.md │ ├── Get-SPTrustedServiceTokenIssuer.md │ ├── Get-SPUpgradeActions.md │ ├── Get-SPUsageApplication.md │ ├── Get-SPUsageDefinition.md │ ├── Get-SPUsageService.md │ ├── Get-SPUser.md │ ├── Get-SPUserLicense.md │ ├── Get-SPUserLicenseMapping.md │ ├── Get-SPUserLicensing.md │ ├── Get-SPUserSettingsProvider.md │ ├── Get-SPUserSettingsProviderManager.md │ ├── Get-SPUserSolution.md │ ├── Get-SPUserSolutionAllowList.md │ ├── Get-SPVariationJob.md │ ├── Get-SPVisioExternalData.md │ ├── Get-SPVisioPerformance.md │ ├── Get-SPVisioSafeDataProvider.md │ ├── Get-SPVisioServiceApplication.md │ ├── Get-SPVisioServiceApplicationProxy.md │ ├── Get-SPWOPIBinding.md │ ├── Get-SPWOPISuppressionSetting.md │ ├── Get-SPWOPIZone.md │ ├── Get-SPWeb.md │ ├── Get-SPWebApplication.md │ ├── Get-SPWebApplicationAppDomain.md │ ├── Get-SPWebApplicationHttpThrottlingMonitor.md │ ├── Get-SPWebPartPack.md │ ├── Get-SPWebTemplate.md │ ├── Get-SPWebTemplatesEnabledForSiteMaster.md │ ├── Get-SPWorkflowConfig.md │ ├── Get-SPWorkflowServiceApplicationProxy.md │ ├── Grant-SPBusinessDataCatalogMetadataObject.md │ ├── Grant-SPObjectSecurity.md │ ├── Import-SPAccessServicesDatabase.md │ ├── Import-SPAppPackage.md │ ├── Import-SPBusinessDataCatalogDotNetAssembly.md │ ├── Import-SPBusinessDataCatalogModel.md │ ├── Import-SPEnterpriseSearchCustomExtractionDictionary.md │ ├── Import-SPEnterpriseSearchPopularQueries.md │ ├── Import-SPEnterpriseSearchThesaurus.md │ ├── Import-SPEnterpriseSearchTopology.md │ ├── Import-SPInfoPathAdministrationFiles.md │ ├── Import-SPMetadataWebServicePartitionData.md │ ├── Import-SPPerformancePointContent.md │ ├── Import-SPScaleOutDatabaseTenantData.md │ ├── Import-SPServerScaleOutDatabaseTenantData.md │ ├── Import-SPSiteSubscriptionBusinessDataCatalogConfig.md │ ├── Import-SPSiteSubscriptionSettings.md │ ├── Import-SPWeb.md │ ├── Initialize-SPResourceSecurity.md │ ├── Initialize-SPStateServiceDatabase.md │ ├── Install-FASTSearchAdminDatabase.md │ ├── Install-SPApp.md │ ├── Install-SPApplicationContent.md │ ├── Install-SPDataConnectionFile.md │ ├── Install-SPEduSites.md │ ├── Install-SPFeature.md │ ├── Install-SPHelpCollection.md │ ├── Install-SPInfoPathFormTemplate.md │ ├── Install-SPService.md │ ├── Install-SPSolution.md │ ├── Install-SPUserSolution.md │ ├── Install-SPWebPartPack.md │ ├── Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md │ ├── Invoke-SPProjectActiveDirectoryGroupSync.md │ ├── Merge-SPLogFile.md │ ├── Merge-SPUsageLog.md │ ├── Migrate-SPDatabase.md │ ├── Migrate-SPProjectDatabase.md │ ├── Migrate-SPProjectResourcePlans.md │ ├── Mount-SPContentDatabase.md │ ├── Mount-SPSiteMapDatabase.md │ ├── Mount-SPStateServiceDatabase.md │ ├── Move-SPAppManagementData.md │ ├── Move-SPBlobStorageLocation.md │ ├── Move-SPDeletedSite.md │ ├── Move-SPEnterpriseSearchLinksDatabases.md │ ├── Move-SPProfileManagedMetadataProperty.md │ ├── Move-SPSite.md │ ├── Move-SPSocialComment.md │ ├── Move-SPUser.md │ ├── New-FASTSearchContentCollection.md │ ├── New-FASTSearchMetadataCategory.md │ ├── New-FASTSearchMetadataCrawledProperty.md │ ├── New-FASTSearchMetadataCrawledPropertyMapping.md │ ├── New-FASTSearchMetadataFullTextIndex.md │ ├── New-FASTSearchMetadataFullTextIndexMapping.md │ ├── New-FASTSearchMetadataManagedProperty.md │ ├── New-FASTSearchMetadataRankProfile.md │ ├── New-FASTSearchSearchSettingGroup.md │ ├── New-FASTSearchSecurityClaimsUserStore.md │ ├── New-FASTSearchSecurityLotusNotesUserStore.md │ ├── New-FASTSearchSecurityRegexAliaser.md │ ├── New-FASTSearchSecurityRegexAliaserPattern.md │ ├── New-FASTSearchSecurityXMLAliaser.md │ ├── New-SPAccessServiceApplication.md │ ├── New-SPAccessServicesApplication.md │ ├── New-SPAccessServicesApplicationProxy.md │ ├── New-SPAccessServicesDatabaseServer.md │ ├── New-SPAlternateURL.md │ ├── New-SPAppManagementServiceApplication.md │ ├── New-SPAppManagementServiceApplicationProxy.md │ ├── New-SPAuthenticationProvider.md │ ├── New-SPAzureAccessControlServiceApplicationProxy.md │ ├── New-SPBECWebServiceApplicationProxy.md │ ├── New-SPBusinessDataCatalogServiceApplication.md │ ├── New-SPBusinessDataCatalogServiceApplicationProxy.md │ ├── New-SPCentralAdministration.md │ ├── New-SPClaimProvider.md │ ├── New-SPClaimTypeEncoding.md │ ├── New-SPClaimTypeMapping.md │ ├── New-SPClaimsPrincipal.md │ ├── New-SPConfigurationDatabase.md │ ├── New-SPContentDatabase.md │ ├── New-SPContentDeploymentJob.md │ ├── New-SPContentDeploymentPath.md │ ├── New-SPEduClass.md │ ├── New-SPEnterpriseSearchAdminComponent.md │ ├── New-SPEnterpriseSearchAnalyticsProcessingComponent.md │ ├── New-SPEnterpriseSearchContentEnrichmentConfiguration.md │ ├── New-SPEnterpriseSearchContentProcessingComponent.md │ ├── New-SPEnterpriseSearchCrawlComponent.md │ ├── New-SPEnterpriseSearchCrawlContentSource.md │ ├── New-SPEnterpriseSearchCrawlCustomConnector.md │ ├── New-SPEnterpriseSearchCrawlDatabase.md │ ├── New-SPEnterpriseSearchCrawlExtension.md │ ├── New-SPEnterpriseSearchCrawlMapping.md │ ├── New-SPEnterpriseSearchCrawlRule.md │ ├── New-SPEnterpriseSearchFileFormat.md │ ├── New-SPEnterpriseSearchIndexComponent.md │ ├── New-SPEnterpriseSearchLanguageResourcePhrase.md │ ├── New-SPEnterpriseSearchLinksDatabase.md │ ├── New-SPEnterpriseSearchMetadataCategory.md │ ├── New-SPEnterpriseSearchMetadataCrawledProperty.md │ ├── New-SPEnterpriseSearchMetadataManagedProperty.md │ ├── New-SPEnterpriseSearchMetadataMapping.md │ ├── New-SPEnterpriseSearchQueryAuthority.md │ ├── New-SPEnterpriseSearchQueryDemoted.md │ ├── New-SPEnterpriseSearchQueryKeyword.md │ ├── New-SPEnterpriseSearchQueryProcessingComponent.md │ ├── New-SPEnterpriseSearchQueryScope.md │ ├── New-SPEnterpriseSearchQueryScopeRule.md │ ├── New-SPEnterpriseSearchRankingModel.md │ ├── New-SPEnterpriseSearchResultItemType.md │ ├── New-SPEnterpriseSearchResultSource.md │ ├── New-SPEnterpriseSearchSecurityTrimmer.md │ ├── New-SPEnterpriseSearchServiceApplication.md │ ├── New-SPEnterpriseSearchServiceApplicationProxy.md │ ├── New-SPEnterpriseSearchSiteHitRule.md │ ├── New-SPEnterpriseSearchTopology.md │ ├── New-SPExcelBIServer.md │ ├── New-SPExcelBlockedFileType.md │ ├── New-SPExcelDataConnectionLibrary.md │ ├── New-SPExcelDataProvider.md │ ├── New-SPExcelFileLocation.md │ ├── New-SPExcelServiceApplication.md │ ├── New-SPExcelUserDefinedFunction.md │ ├── New-SPLogFile.md │ ├── New-SPManagedAccount.md │ ├── New-SPManagedPath.md │ ├── New-SPMarketplaceWebServiceApplicationProxy.md │ ├── New-SPMetadataServiceApplication.md │ ├── New-SPMetadataServiceApplicationProxy.md │ ├── New-SPPerformancePointServiceApplication.md │ ├── New-SPPerformancePointServiceApplicationProxy.md │ ├── New-SPPerformancePointServiceApplicationTrustedLocation.md │ ├── New-SPPowerPointConversionServiceApplication.md │ ├── New-SPPowerPointConversionServiceApplicationProxy.md │ ├── New-SPProfileServiceApplication.md │ ├── New-SPProfileServiceApplicationProxy.md │ ├── New-SPProjectServiceApplication.md │ ├── New-SPProjectServiceApplicationProxy.md │ ├── New-SPRequestManagementRuleCriteria.md │ ├── New-SPSecureStoreApplication.md │ ├── New-SPSecureStoreApplicationField.md │ ├── New-SPSecureStoreServiceApplication.md │ ├── New-SPSecureStoreServiceApplicationProxy.md │ ├── New-SPSecureStoreTargetApplication.md │ ├── New-SPServiceApplicationPool.md │ ├── New-SPServiceApplicationProxyGroup.md │ ├── New-SPSite.md │ ├── New-SPSiteMaster.md │ ├── New-SPSiteSubscription.md │ ├── New-SPSiteSubscriptionFeaturePack.md │ ├── New-SPStateServiceApplication.md │ ├── New-SPStateServiceApplicationProxy.md │ ├── New-SPStateServiceDatabase.md │ ├── New-SPSubscriptionSettingsServiceApplication.md │ ├── New-SPSubscriptionSettingsServiceApplicationProxy.md │ ├── New-SPTranslationServiceApplication.md │ ├── New-SPTranslationServiceApplicationProxy.md │ ├── New-SPTrustedIdentityTokenIssuer.md │ ├── New-SPTrustedRootAuthority.md │ ├── New-SPTrustedSecurityTokenIssuer.md │ ├── New-SPTrustedServiceTokenIssuer.md │ ├── New-SPUsageApplication.md │ ├── New-SPUsageLogFile.md │ ├── New-SPUser.md │ ├── New-SPUserLicenseMapping.md │ ├── New-SPUserSettingsProvider.md │ ├── New-SPUserSolutionAllowList.md │ ├── New-SPVisioSafeDataProvider.md │ ├── New-SPVisioServiceApplication.md │ ├── New-SPVisioServiceApplicationProxy.md │ ├── New-SPWOPIBinding.md │ ├── New-SPWOPISuppressionSetting.md │ ├── New-SPWeb.md │ ├── New-SPWebApplication.md │ ├── New-SPWebApplicationAppDomain.md │ ├── New-SPWebApplicationExtension.md │ ├── New-SPWordConversionServiceApplication.md │ ├── New-SPWorkManagementServiceApplication.md │ ├── New-SPWorkManagementServiceApplicationProxy.md │ ├── New-SPWorkflowServiceApplicationProxy.md │ ├── Pause-SPProjectWebInstance.md │ ├── Publish-SPServiceApplication.md │ ├── Receive-SPServiceApplicationConnectionInfo.md │ ├── Register-SPAppPrincipal.md │ ├── Register-SPWorkflowService.md │ ├── Remove-DatabaseFromAvailabilityGroup.md │ ├── Remove-FASTSearchContentCollection.md │ ├── Remove-FASTSearchMetadataCategory.md │ ├── Remove-FASTSearchMetadataCrawledPropertyMapping.md │ ├── Remove-FASTSearchMetadataFullTextIndex.md │ ├── Remove-FASTSearchMetadataFullTextIndexMapping.md │ ├── Remove-FASTSearchMetadataManagedProperty.md │ ├── Remove-FASTSearchMetadataRankProfile.md │ ├── Remove-FASTSearchResource.md │ ├── Remove-FASTSearchSearchSettingGroup.md │ ├── Remove-FASTSearchSecurityAliaser.md │ ├── Remove-FASTSearchSecurityUserStore.md │ ├── Remove-FASTSearchSpelltuning.md │ ├── Remove-SPAccessServicesDatabaseServer.md │ ├── Remove-SPActivityFeedItems.md │ ├── Remove-SPAlternateURL.md │ ├── Remove-SPAppDeniedEndpoint.md │ ├── Remove-SPAppPrincipalPermission.md │ ├── Remove-SPApplicationCredentialKey.md │ ├── Remove-SPBusinessDataCatalogModel.md │ ├── Remove-SPCentralAdministration.md │ ├── Remove-SPClaimProvider.md │ ├── Remove-SPClaimTypeMapping.md │ ├── Remove-SPConfigurationDatabase.md │ ├── Remove-SPContentDatabase.md │ ├── Remove-SPContentDeploymentJob.md │ ├── Remove-SPContentDeploymentPath.md │ ├── Remove-SPDeletedSite.md │ ├── Remove-SPDiagnosticsPerformanceCounter.md │ ├── Remove-SPDistributedCacheServiceInstance.md │ ├── Remove-SPEduClassMember.md │ ├── Remove-SPEnterpriseSearchComponent.md │ ├── Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md │ ├── Remove-SPEnterpriseSearchCrawlContentSource.md │ ├── Remove-SPEnterpriseSearchCrawlCustomConnector.md │ ├── Remove-SPEnterpriseSearchCrawlDatabase.md │ ├── Remove-SPEnterpriseSearchCrawlExtension.md │ ├── Remove-SPEnterpriseSearchCrawlLogReadPermission.md │ ├── Remove-SPEnterpriseSearchCrawlMapping.md │ ├── Remove-SPEnterpriseSearchCrawlRule.md │ ├── Remove-SPEnterpriseSearchFileFormat.md │ ├── Remove-SPEnterpriseSearchLanguageResourcePhrase.md │ ├── Remove-SPEnterpriseSearchLinksDatabase.md │ ├── Remove-SPEnterpriseSearchMetadataCategory.md │ ├── Remove-SPEnterpriseSearchMetadataManagedProperty.md │ ├── Remove-SPEnterpriseSearchMetadataMapping.md │ ├── Remove-SPEnterpriseSearchQueryAuthority.md │ ├── Remove-SPEnterpriseSearchQueryDemoted.md │ ├── Remove-SPEnterpriseSearchQueryKeyword.md │ ├── Remove-SPEnterpriseSearchQueryScope.md │ ├── Remove-SPEnterpriseSearchQueryScopeRule.md │ ├── Remove-SPEnterpriseSearchRankingModel.md │ ├── Remove-SPEnterpriseSearchResultItemType.md │ ├── Remove-SPEnterpriseSearchResultSource.md │ ├── Remove-SPEnterpriseSearchSecurityTrimmer.md │ ├── Remove-SPEnterpriseSearchServiceApplication.md │ ├── Remove-SPEnterpriseSearchServiceApplicationProxy.md │ ├── Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md │ ├── Remove-SPEnterpriseSearchSiteHitRule.md │ ├── Remove-SPEnterpriseSearchTenantConfiguration.md │ ├── Remove-SPEnterpriseSearchTenantSchema.md │ ├── Remove-SPEnterpriseSearchTopology.md │ ├── Remove-SPExcelBIServer.md │ ├── Remove-SPExcelBlockedFileType.md │ ├── Remove-SPExcelDataConnectionLibrary.md │ ├── Remove-SPExcelDataProvider.md │ ├── Remove-SPExcelFileLocation.md │ ├── Remove-SPExcelUserDefinedFunction.md │ ├── Remove-SPInfoPathUserAgent.md │ ├── Remove-SPManagedAccount.md │ ├── Remove-SPManagedPath.md │ ├── Remove-SPPerformancePointServiceApplication.md │ ├── Remove-SPPerformancePointServiceApplicationProxy.md │ ├── Remove-SPPerformancePointServiceApplicationTrustedLocation.md │ ├── Remove-SPPluggableSecurityTrimmer.md │ ├── Remove-SPProfileLeader.md │ ├── Remove-SPProfileSyncConnection.md │ ├── Remove-SPProjectWebInstanceData.md │ ├── Remove-SPRoutingMachineInfo.md │ ├── Remove-SPRoutingMachinePool.md │ ├── Remove-SPRoutingRule.md │ ├── Remove-SPScaleOutDatabase.md │ ├── Remove-SPSecureStoreApplication.md │ ├── Remove-SPSecureStoreSystemAccount.md │ ├── Remove-SPServerScaleOutDatabase.md │ ├── Remove-SPServiceApplication.md │ ├── Remove-SPServiceApplicationPool.md │ ├── Remove-SPServiceApplicationProxy.md │ ├── Remove-SPServiceApplicationProxyGroup.md │ ├── Remove-SPServiceApplicationProxyGroupMember.md │ ├── Remove-SPShellAdmin.md │ ├── Remove-SPSite.md │ ├── Remove-SPSiteMaster.md │ ├── Remove-SPSiteSubscription.md │ ├── Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md │ ├── Remove-SPSiteSubscriptionFeaturePack.md │ ├── Remove-SPSiteSubscriptionFeaturePackMember.md │ ├── Remove-SPSiteSubscriptionMetadataConfig.md │ ├── Remove-SPSiteSubscriptionProfileConfig.md │ ├── Remove-SPSiteSubscriptionSettings.md │ ├── Remove-SPSiteURL.md │ ├── Remove-SPSiteUpgradeSessionInfo.md │ ├── Remove-SPSocialItemByDate.md │ ├── Remove-SPSolution.md │ ├── Remove-SPSolutionDeploymentLock.md │ ├── Remove-SPStateServiceDatabase.md │ ├── Remove-SPThrottlingRule.md │ ├── Remove-SPTranslationServiceJobHistory.md │ ├── Remove-SPTrustedIdentityTokenIssuer.md │ ├── Remove-SPTrustedRootAuthority.md │ ├── Remove-SPTrustedSecurityTokenIssuer.md │ ├── Remove-SPTrustedServiceTokenIssuer.md │ ├── Remove-SPUsageApplication.md │ ├── Remove-SPUser.md │ ├── Remove-SPUserLicenseMapping.md │ ├── Remove-SPUserSettingsProvider.md │ ├── Remove-SPUserSolution.md │ ├── Remove-SPVisioSafeDataProvider.md │ ├── Remove-SPWOPIBinding.md │ ├── Remove-SPWOPISuppressionSetting.md │ ├── Remove-SPWeb.md │ ├── Remove-SPWebApplication.md │ ├── Remove-SPWebApplicationAppDomain.md │ ├── Remove-SPWordConversionServiceJobHistory.md │ ├── Rename-SPServer.md │ ├── Repair-SPManagedAccountDeployment.md │ ├── Repair-SPProjectWebInstance.md │ ├── Repair-SPSite.md │ ├── Repair-SPVariation.md │ ├── Request-SPUpgradeEvaluationSite.md │ ├── Reset-SPAccessServicesDatabasePassword.md │ ├── Reset-SPProjectEventServiceSettings.md │ ├── Reset-SPProjectPCSSettings.md │ ├── Reset-SPProjectQueueSettings.md │ ├── Reset-SPSites.md │ ├── Restart-SPAppInstanceJob.md │ ├── Restore-SPDeletedSite.md │ ├── Restore-SPEnterpriseSearchServiceApplication.md │ ├── Restore-SPEnterpriseSearchServiceApplicationIndex.md │ ├── Restore-SPFarm.md │ ├── Restore-SPSite.md │ ├── Resume-SPEnterpriseSearchServiceApplication.md │ ├── Resume-SPProjectWebInstance.md │ ├── Resume-SPStateServiceDatabase.md │ ├── Revoke-SPBusinessDataCatalogMetadataObject.md │ ├── Revoke-SPObjectSecurity.md │ ├── Set-FASTSearchConfiguration.md │ ├── Set-FASTSearchIPSec.md │ ├── Set-FASTSearchMetadataCategory.md │ ├── Set-FASTSearchMetadataCrawledProperty.md │ ├── Set-FASTSearchMetadataCrawledPropertyMapping.md │ ├── Set-FASTSearchMetadataFullTextIndex.md │ ├── Set-FASTSearchMetadataFullTextIndexMapping.md │ ├── Set-FASTSearchMetadataManagedProperty.md │ ├── Set-FASTSearchMetadataRankProfile.md │ ├── Set-FASTSearchSecurityCCTKServer.md │ ├── Set-FASTSearchSecurityClaimsUserStore.md │ ├── Set-FASTSearchSecurityDefaultUserStore.md │ ├── Set-FASTSearchSecurityLogLevel.md │ ├── Set-FASTSearchSecurityLotusNotesUserStore.md │ ├── Set-FASTSearchSecurityPublicFilter.md │ ├── Set-FASTSearchSecurityRegexAliaser.md │ ├── Set-FASTSearchSecurityXMLAliaser.md │ ├── Set-SPAccessServiceApplication.md │ ├── Set-SPAccessServicesApplication.md │ ├── Set-SPAccessServicesDatabaseServer.md │ ├── Set-SPAccessServicesDatabaseServerGroupMapping.md │ ├── Set-SPAlternateURL.md │ ├── Set-SPAppAcquisitionConfiguration.md │ ├── Set-SPAppAutoProvisionConnection.md │ ├── Set-SPAppDisablingConfiguration.md │ ├── Set-SPAppDomain.md │ ├── Set-SPAppHostingQuotaConfiguration.md │ ├── Set-SPAppManagementDeploymentId.md │ ├── Set-SPAppPrincipalPermission.md │ ├── Set-SPAppScaleProfile.md │ ├── Set-SPAppSiteDomain.md │ ├── Set-SPAppSiteSubscriptionName.md │ ├── Set-SPAppStateUpdateInterval.md │ ├── Set-SPAppStoreConfiguration.md │ ├── Set-SPAppStoreWebServiceConfiguration.md │ ├── Set-SPApplicationCredentialKey.md │ ├── Set-SPAuthenticationRealm.md │ ├── Set-SPBingMapsBlock.md │ ├── Set-SPBingMapsKey.md │ ├── Set-SPBrowserCustomerExperienceImprovementProgram.md │ ├── Set-SPBusinessDataCatalogEntityNotificationWeb.md │ ├── Set-SPBusinessDataCatalogMetadataObject.md │ ├── Set-SPBusinessDataCatalogServiceApplication.md │ ├── Set-SPBusinessDataCatalogThrottleConfig.md │ ├── Set-SPCentralAdministration.md │ ├── Set-SPClaimProvider.md │ ├── Set-SPContentDatabase.md │ ├── Set-SPContentDeploymentJob.md │ ├── Set-SPContentDeploymentPath.md │ ├── Set-SPCustomLayoutsPage.md │ ├── Set-SPDataConnectionFile.md │ ├── Set-SPDefaultProfileConfig.md │ ├── Set-SPDesignerSettings.md │ ├── Set-SPDiagnosticConfig.md │ ├── Set-SPDiagnosticsProvider.md │ ├── Set-SPDistributedCacheClientSetting.md │ ├── Set-SPEduServiceSetting.md │ ├── Set-SPEnterpriseSearchAdministrationComponent.md │ ├── Set-SPEnterpriseSearchContentEnrichmentConfiguration.md │ ├── Set-SPEnterpriseSearchCrawlContentSource.md │ ├── Set-SPEnterpriseSearchCrawlDatabase.md │ ├── Set-SPEnterpriseSearchCrawlLogReadPermission.md │ ├── Set-SPEnterpriseSearchCrawlRule.md │ ├── Set-SPEnterpriseSearchFileFormatState.md │ ├── Set-SPEnterpriseSearchLinguisticComponentsStatus.md │ ├── Set-SPEnterpriseSearchLinksDatabase.md │ ├── Set-SPEnterpriseSearchMetadataCategory.md │ ├── Set-SPEnterpriseSearchMetadataCrawledProperty.md │ ├── Set-SPEnterpriseSearchMetadataManagedProperty.md │ ├── Set-SPEnterpriseSearchMetadataMapping.md │ ├── Set-SPEnterpriseSearchPrimaryHostController.md │ ├── Set-SPEnterpriseSearchQueryAuthority.md │ ├── Set-SPEnterpriseSearchQueryKeyword.md │ ├── Set-SPEnterpriseSearchQueryScope.md │ ├── Set-SPEnterpriseSearchQueryScopeRule.md │ ├── Set-SPEnterpriseSearchQuerySpellingCorrection.md │ ├── Set-SPEnterpriseSearchRankingModel.md │ ├── Set-SPEnterpriseSearchResultItemType.md │ ├── Set-SPEnterpriseSearchResultSource.md │ ├── Set-SPEnterpriseSearchService.md │ ├── Set-SPEnterpriseSearchServiceApplication.md │ ├── Set-SPEnterpriseSearchServiceApplicationProxy.md │ ├── Set-SPEnterpriseSearchServiceInstance.md │ ├── Set-SPEnterpriseSearchTopology.md │ ├── Set-SPExcelBIServer.md │ ├── Set-SPExcelDataConnectionLibrary.md │ ├── Set-SPExcelDataProvider.md │ ├── Set-SPExcelFileLocation.md │ ├── Set-SPExcelServiceApplication.md │ ├── Set-SPExcelUserDefinedFunction.md │ ├── Set-SPFarmConfig.md │ ├── Set-SPIRMSettings.md │ ├── Set-SPInfoPathFormTemplate.md │ ├── Set-SPInfoPathFormsService.md │ ├── Set-SPInfoPathWebServiceProxy.md │ ├── Set-SPInternalAppStateUpdateInterval.md │ ├── Set-SPLogLevel.md │ ├── Set-SPManagedAccount.md │ ├── Set-SPMetadataServiceApplication.md │ ├── Set-SPMetadataServiceApplicationProxy.md │ ├── Set-SPMicrofeedOptions.md │ ├── Set-SPMobileMessagingAccount.md │ ├── Set-SPO365LinkSettings.md │ ├── Set-SPOfficeStoreAppsDefaultActivation.md │ ├── Set-SPPassPhrase.md │ ├── Set-SPPerformancePointSecureDataValues.md │ ├── Set-SPPerformancePointServiceApplication.md │ ├── Set-SPPowerPointConversionServiceApplication.md │ ├── Set-SPProfileServiceApplication.md │ ├── Set-SPProfileServiceApplicationProxy.md │ ├── Set-SPProfileServiceApplicationSecurity.md │ ├── Set-SPProjectDatabaseQuota.md │ ├── Set-SPProjectEventServiceSettings.md │ ├── Set-SPProjectOdataConfiguration.md │ ├── Set-SPProjectPCSSettings.md │ ├── Set-SPProjectPermissionMode.md │ ├── Set-SPProjectQueueSettings.md │ ├── Set-SPProjectServiceApplication.md │ ├── Set-SPProjectUserSync.md │ ├── Set-SPProjectUserSyncDisabledSyncThreshold.md │ ├── Set-SPProjectUserSyncFullSyncThreshold.md │ ├── Set-SPProjectUserSyncOffPeakSyncThreshold.md │ ├── Set-SPRequestManagementSettings.md │ ├── Set-SPRoutingMachineInfo.md │ ├── Set-SPRoutingMachinePool.md │ ├── Set-SPRoutingRule.md │ ├── Set-SPScaleOutDatabaseDataRange.md │ ├── Set-SPScaleOutDatabaseDataSubRange.md │ ├── Set-SPSecureStoreApplication.md │ ├── Set-SPSecureStoreDefaultProvider.md │ ├── Set-SPSecureStoreServiceApplication.md │ ├── Set-SPSecurityTokenServiceConfig.md │ ├── Set-SPServer.md │ ├── Set-SPServerScaleOutDatabaseDataRange.md │ ├── Set-SPServerScaleOutDatabaseDataSubRange.md │ ├── Set-SPServiceApplication.md │ ├── Set-SPServiceApplicationEndpoint.md │ ├── Set-SPServiceApplicationPool.md │ ├── Set-SPServiceApplicationSecurity.md │ ├── Set-SPServiceHostConfig.md │ ├── Set-SPSessionStateService.md │ ├── Set-SPSite.md │ ├── Set-SPSiteAdministration.md │ ├── Set-SPSiteSubscriptionConfig.md │ ├── Set-SPSiteSubscriptionEdiscoveryHub.md │ ├── Set-SPSiteSubscriptionIRMConfig.md │ ├── Set-SPSiteSubscriptionMetadataConfig.md │ ├── Set-SPSiteSubscriptionProfileConfig.md │ ├── Set-SPSiteURL.md │ ├── Set-SPStateServiceApplication.md │ ├── Set-SPStateServiceApplicationProxy.md │ ├── Set-SPStateServiceDatabase.md │ ├── Set-SPSubscriptionSettingsServiceApplication.md │ ├── Set-SPThrottlingRule.md │ ├── Set-SPTimerJob.md │ ├── Set-SPTopologyServiceApplication.md │ ├── Set-SPTopologyServiceApplicationProxy.md │ ├── Set-SPTranslationServiceApplication.md │ ├── Set-SPTranslationServiceApplicationProxy.md │ ├── Set-SPTranslationThrottlingSetting.md │ ├── Set-SPTrustedIdentityTokenIssuer.md │ ├── Set-SPTrustedRootAuthority.md │ ├── Set-SPTrustedSecurityTokenIssuer.md │ ├── Set-SPTrustedServiceTokenIssuer.md │ ├── Set-SPUsageApplication.md │ ├── Set-SPUsageDefinition.md │ ├── Set-SPUsageService.md │ ├── Set-SPUser.md │ ├── Set-SPVisioExternalData.md │ ├── Set-SPVisioPerformance.md │ ├── Set-SPVisioSafeDataProvider.md │ ├── Set-SPVisioServiceApplication.md │ ├── Set-SPWOPIBinding.md │ ├── Set-SPWOPIZone.md │ ├── Set-SPWeb.md │ ├── Set-SPWebApplication.md │ ├── Set-SPWebApplicationHttpThrottlingMonitor.md │ ├── Set-SPWordConversionServiceApplication.md │ ├── Set-SPWorkManagementServiceApplication.md │ ├── Set-SPWorkManagementServiceApplicationProxy.md │ ├── Set-SPWorkflowConfig.md │ ├── Split-SPScaleOutDatabase.md │ ├── Split-SPServerScaleOutDatabase.md │ ├── Start-SPAdminJob.md │ ├── Start-SPAssignment.md │ ├── Start-SPContentDeploymentJob.md │ ├── Start-SPDiagnosticsSession.md │ ├── Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md │ ├── Start-SPEnterpriseSearchServiceInstance.md │ ├── Start-SPInfoPathFormTemplate.md │ ├── Start-SPProjectGenerateWsdl.md │ ├── Start-SPService.md │ ├── Start-SPServiceInstance.md │ ├── Start-SPTimerJob.md │ ├── Stop-SPAssignment.md │ ├── Stop-SPContentTypeReplication.md │ ├── Stop-SPDiagnosticsSession.md │ ├── Stop-SPDistributedCacheServiceInstance.md │ ├── Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md │ ├── Stop-SPEnterpriseSearchServiceInstance.md │ ├── Stop-SPInfoPathFormTemplate.md │ ├── Stop-SPService.md │ ├── Stop-SPServiceInstance.md │ ├── Stop-SPTaxonomyReplication.md │ ├── Suspend-SPEnterpriseSearchServiceApplication.md │ ├── Suspend-SPStateServiceDatabase.md │ ├── Sync-SPProjectPermissions.md │ ├── Test-SPContentDatabase.md │ ├── Test-SPInfoPathFormTemplate.md │ ├── Test-SPO365LinkSettings.md │ ├── Test-SPProjectServiceApplication.md │ ├── Test-SPProjectWebInstance.md │ ├── Test-SPSite.md │ ├── Test-SPVariation.md │ ├── Uninstall-FASTSearchAdminDatabase.md │ ├── Uninstall-SPAppInstance.md │ ├── Uninstall-SPDataConnectionFile.md │ ├── Uninstall-SPFeature.md │ ├── Uninstall-SPHelpCollection.md │ ├── Uninstall-SPInfoPathFormTemplate.md │ ├── Uninstall-SPSolution.md │ ├── Uninstall-SPUserSolution.md │ ├── Uninstall-SPWebPartPack.md │ ├── Unpublish-SPServiceApplication.md │ ├── Update-SPAppCatalogConfiguration.md │ ├── Update-SPAppInstance.md │ ├── Update-SPDistributedCacheSize.md │ ├── Update-SPFarmEncryptionKey.md │ ├── Update-SPHelp.md │ ├── Update-SPInfoPathAdminFileUrl.md │ ├── Update-SPInfoPathFormTemplate.md │ ├── Update-SPInfoPathUserFileUrl.md │ ├── Update-SPProfilePhotoStore.md │ ├── Update-SPProfileSync.md │ ├── Update-SPRepopulateMicroblogFeedCache.md │ ├── Update-SPRepopulateMicroblogLMTCache.md │ ├── Update-SPSecureStoreApplicationServerKey.md │ ├── Update-SPSecureStoreCredentialMapping.md │ ├── Update-SPSecureStoreGroupCredentialMapping.md │ ├── Update-SPSecureStoreMasterKey.md │ ├── Update-SPSolution.md │ ├── Update-SPUserSolution.md │ ├── Update-SPWOPIProofKey.md │ ├── Upgrade-SPAppManagementServiceApplication.md │ ├── Upgrade-SPContentDatabase.md │ ├── Upgrade-SPEnterpriseSearchServiceApplication.md │ ├── Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md │ ├── Upgrade-SPFarm.md │ ├── Upgrade-SPProfileServiceApplication.md │ ├── Upgrade-SPSingleSignOnDatabase.md │ ├── Upgrade-SPSite.md │ ├── Upgrade-SPSiteMapDatabase.md │ └── sharepoint-server.md └── sharepoint-server-ps └── sharepoint-server ├── Add-SPAppDeniedEndpoint.md ├── Add-SPCertificateNotificationContact.md ├── Add-SPClaimTypeMapping.md ├── Add-SPDatabaseToAvailabilityGroup.md ├── Add-SPDiagnosticsPerformanceCounter.md ├── Add-SPDistributedCacheServiceInstance.md ├── Add-SPInfoPathUserAgent.md ├── Add-SPPeoplePickerDistributionListSearchDomain.md ├── Add-SPPeoplePickerSearchADDomain.md ├── Add-SPPeoplePickerServiceAccountDirectoryPath.md ├── Add-SPPluggableSecurityTrimmer.md ├── Add-SPProfileLeader.md ├── Add-SPProfileSyncConnection.md ├── Add-SPRoutingMachineInfo.md ├── Add-SPRoutingMachinePool.md ├── Add-SPRoutingRule.md ├── Add-SPScaleOutDatabase.md ├── Add-SPSecureStoreSystemAccount.md ├── Add-SPServerScaleOutDatabase.md ├── Add-SPServiceApplicationProxyGroupMember.md ├── Add-SPShellAdmin.md ├── Add-SPSiteSubscriptionFeaturePackMember.md ├── Add-SPSiteSubscriptionProfileConfig.md ├── Add-SPSolution.md ├── Add-SPThrottlingRule.md ├── Add-SPUserLicenseMapping.md ├── Add-SPUserSolution.md ├── Backup-SPConfigurationDatabase.md ├── Backup-SPEnterpriseSearchServiceApplicationIndex.md ├── Backup-SPFarm.md ├── Backup-SPSite.md ├── Clear-SPAppDeniedEndpointList.md ├── Clear-SPBusinessDataCatalogEntityNotificationWeb.md ├── Clear-SPCertificateNotificationContact.md ├── Clear-SPContentDatabaseSyncData.md ├── Clear-SPDistributedCacheItem.md ├── Clear-SPLogLevel.md ├── Clear-SPMetadataWebServicePartitionData.md ├── Clear-SPPeoplePickerDistributionListSearchDomain.md ├── Clear-SPPeoplePickerSearchADDomain.md ├── Clear-SPPeoplePickerServiceAccountDirectoryPath.md ├── Clear-SPScaleOutDatabaseDeletedDataSubRange.md ├── Clear-SPScaleOutDatabaseLog.md ├── Clear-SPScaleOutDatabaseTenantData.md ├── Clear-SPSecureStoreCredentialMapping.md ├── Clear-SPSecureStoreDefaultProvider.md ├── Clear-SPServerScaleOutDatabaseDeletedDataSubRange.md ├── Clear-SPServerScaleOutDatabaseLog.md ├── Clear-SPServerScaleOutDatabaseTenantData.md ├── Clear-SPSiteSubscriptionBusinessDataCatalogConfig.md ├── Connect-SPConfigurationDatabase.md ├── Convert-SPWebApplication.md ├── Copy-SPActivitiesToWorkflowService.md ├── Copy-SPBusinessDataCatalogAclToChildren.md ├── Copy-SPContentTypes.md ├── Copy-SPSideBySideFiles.md ├── Copy-SPSite.md ├── Copy-SPTaxonomyGroups.md ├── Disable-ProjectServerLicense.md ├── Disable-SPAppAutoProvision.md ├── Disable-SPBusinessDataCatalogEntity.md ├── Disable-SPFeature.md ├── Disable-SPHealthAnalysisRule.md ├── Disable-SPInfoPathFormTemplate.md ├── Disable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md ├── Disable-SPProjectEmailNotification.md ├── Disable-SPProjectEnterpriseProjectTaskSync.md ├── Disable-SPProjectQueueStatsMonitoring.md ├── Disable-SPSessionStateService.md ├── Disable-SPSingleSignOn.md ├── Disable-SPTimerJob.md ├── Disable-SPUserLicensing.md ├── Disable-SPUserSolutionAllowList.md ├── Disable-SPWebApplicationHttpThrottling.md ├── Disable-SPWebTemplateForSiteMaster.md ├── Disconnect-SPConfigurationDatabase.md ├── Dismount-SPContentDatabase.md ├── Dismount-SPStateServiceDatabase.md ├── Enable-ProjectServerLicense.md ├── Enable-SPAppAutoProvision.md ├── Enable-SPBusinessDataCatalogEntity.md ├── Enable-SPFeature.md ├── Enable-SPHealthAnalysisRule.md ├── Enable-SPInfoPathFormTemplate.md ├── Enable-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md ├── Enable-SPProjectEmailNotification.md ├── Enable-SPProjectEnterpriseProjectTaskSync.md ├── Enable-SPProjectQueueStatsMonitoring.md ├── Enable-SPSessionStateService.md ├── Enable-SPTimerJob.md ├── Enable-SPUserLicensing.md ├── Enable-SPUserSolutionAllowList.md ├── Enable-SPWebApplicationHttpThrottling.md ├── Enable-SPWebTemplateForSiteMaster.md ├── Export-SPAppPackage.md ├── Export-SPBusinessDataCatalogModel.md ├── Export-SPCacheClusterConfig.md ├── Export-SPCertificate.md ├── Export-SPEnterpriseSearchTopology.md ├── Export-SPInfoPathAdministrationFiles.md ├── Export-SPMetadataWebServicePartitionData.md ├── Export-SPScaleOutDatabaseTenantData.md ├── Export-SPServerScaleOutDatabaseTenantData.md ├── Export-SPSiteSubscriptionBusinessDataCatalogConfig.md ├── Export-SPSiteSubscriptionSettings.md ├── Export-SPTagsAndNotesData.md ├── Export-SPWeb.md ├── Get-ProjectServerLicense.md ├── Get-SPAlternateURL.md ├── Get-SPAppAcquisitionConfiguration.md ├── Get-SPAppAutoProvisionConnection.md ├── Get-SPAppDeniedEndpointList.md ├── Get-SPAppDisablingConfiguration.md ├── Get-SPAppDomain.md ├── Get-SPAppHostingQuotaConfiguration.md ├── Get-SPAppInstance.md ├── Get-SPAppPrincipal.md ├── Get-SPAppScaleProfile.md ├── Get-SPAppSiteSubscriptionName.md ├── Get-SPAppStateSyncLastRunTime.md ├── Get-SPAppStateUpdateInterval.md ├── Get-SPAppStoreConfiguration.md ├── Get-SPAppStoreWebServiceConfiguration.md ├── Get-SPAuthenticationProvider.md ├── Get-SPAuthenticationRealm.md ├── Get-SPAvailabilityGroupStatus.md ├── Get-SPBackupHistory.md ├── Get-SPBingMapsBlock.md ├── Get-SPBingMapsKey.md ├── Get-SPBrowserCustomerExperienceImprovementProgram.md ├── Get-SPBusinessDataCatalogEntityNotificationWeb.md ├── Get-SPBusinessDataCatalogMetadataObject.md ├── Get-SPBusinessDataCatalogThrottleConfig.md ├── Get-SPCache.md ├── Get-SPCacheClusterHealth.md ├── Get-SPCacheClusterInfo.md ├── Get-SPCacheHost.md ├── Get-SPCacheHostConfig.md ├── Get-SPCacheStatistics.md ├── Get-SPCertificate.md ├── Get-SPCertificateAuthority.md ├── Get-SPCertificateNotificationContact.md ├── Get-SPCertificateSettings.md ├── Get-SPClaimProvider.md ├── Get-SPClaimProviderManager.md ├── Get-SPClaimTypeEncoding.md ├── Get-SPConnectedServiceApplicationInformation.md ├── Get-SPContentDatabase.md ├── Get-SPContentDatabaseOrphanedData.md ├── Get-SPContentDeploymentJob.md ├── Get-SPContentDeploymentPath.md ├── Get-SPCustomLayoutsPage.md ├── Get-SPDataConnectionFile.md ├── Get-SPDataConnectionFileDependent.md ├── Get-SPDatabase.md ├── Get-SPDeletedSite.md ├── Get-SPDesignerSettings.md ├── Get-SPDiagnosticConfig.md ├── Get-SPDiagnosticsPerformanceCounter.md ├── Get-SPDiagnosticsProvider.md ├── Get-SPDistributedCacheClientSetting.md ├── Get-SPEnterpriseSearchAdministrationComponent.md ├── Get-SPEnterpriseSearchComponent.md ├── Get-SPEnterpriseSearchContentEnrichmentConfiguration.md ├── Get-SPEnterpriseSearchCrawlContentSource.md ├── Get-SPEnterpriseSearchCrawlCustomConnector.md ├── Get-SPEnterpriseSearchCrawlDatabase.md ├── Get-SPEnterpriseSearchCrawlExtension.md ├── Get-SPEnterpriseSearchCrawlLogReadPermission.md ├── Get-SPEnterpriseSearchCrawlMapping.md ├── Get-SPEnterpriseSearchCrawlRule.md ├── Get-SPEnterpriseSearchFileFormat.md ├── Get-SPEnterpriseSearchHostController.md ├── Get-SPEnterpriseSearchLanguageResourcePhrase.md ├── Get-SPEnterpriseSearchLinguisticComponentsStatus.md ├── Get-SPEnterpriseSearchLinksDatabase.md ├── Get-SPEnterpriseSearchMetadataCategory.md ├── Get-SPEnterpriseSearchMetadataCrawledProperty.md ├── Get-SPEnterpriseSearchMetadataManagedProperty.md ├── Get-SPEnterpriseSearchMetadataMapping.md ├── Get-SPEnterpriseSearchOwner.md ├── Get-SPEnterpriseSearchPropertyRule.md ├── Get-SPEnterpriseSearchPropertyRuleCollection.md ├── Get-SPEnterpriseSearchQueryAndSiteSettingsService.md ├── Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md ├── Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy.md ├── Get-SPEnterpriseSearchQueryAuthority.md ├── Get-SPEnterpriseSearchQueryDemoted.md ├── Get-SPEnterpriseSearchQueryKeyword.md ├── Get-SPEnterpriseSearchQueryScope.md ├── Get-SPEnterpriseSearchQueryScopeRule.md ├── Get-SPEnterpriseSearchQuerySpellingCorrection.md ├── Get-SPEnterpriseSearchQuerySuggestionCandidates.md ├── Get-SPEnterpriseSearchRankingModel.md ├── Get-SPEnterpriseSearchResultItemType.md ├── Get-SPEnterpriseSearchResultSource.md ├── Get-SPEnterpriseSearchSecurityTrimmer.md ├── Get-SPEnterpriseSearchService.md ├── Get-SPEnterpriseSearchServiceApplication.md ├── Get-SPEnterpriseSearchServiceApplicationBackupStore.md ├── Get-SPEnterpriseSearchServiceApplicationProxy.md ├── Get-SPEnterpriseSearchServiceInstance.md ├── Get-SPEnterpriseSearchSiteHitRule.md ├── Get-SPEnterpriseSearchStatus.md ├── Get-SPEnterpriseSearchTopology.md ├── Get-SPEnterpriseSearchVssDataPath.md ├── Get-SPFarm.md ├── Get-SPFarmConfig.md ├── Get-SPFeature.md ├── Get-SPFlightsInfo.md ├── Get-SPHealthAnalysisRule.md ├── Get-SPHelpCollection.md ├── Get-SPIRMSettings.md ├── Get-SPInfoPathFormTemplate.md ├── Get-SPInfoPathFormsService.md ├── Get-SPInfoPathUserAgent.md ├── Get-SPInfoPathWebServiceProxy.md ├── Get-SPInternalAppStateSyncLastRunTime.md ├── Get-SPInternalAppStateUpdateInterval.md ├── Get-SPLogEvent.md ├── Get-SPLogLevel.md ├── Get-SPManagedAccount.md ├── Get-SPManagedPath.md ├── Get-SPMetadataServiceApplication.md ├── Get-SPMetadataServiceApplicationProxy.md ├── Get-SPMicrofeedOptions.md ├── Get-SPMobileMessagingAccount.md ├── Get-SPO365LinkSettings.md ├── Get-SPODataConnectionSetting.md ├── Get-SPODataConnectionSettingMetadata.md ├── Get-SPOfficeStoreAppsDefaultActivation.md ├── Get-SPPendingUpgradeActions.md ├── Get-SPPeoplePickerConfig.md ├── Get-SPPeoplePickerDistributionListSearchDomain.md ├── Get-SPPeoplePickerSearchADDomain.md ├── Get-SPPluggableSecurityTrimmer.md ├── Get-SPProcessAccount.md ├── Get-SPProduct.md ├── Get-SPProfileLeader.md ├── Get-SPProfileServiceApplicationSecurity.md ├── Get-SPProjectDatabaseQuota.md ├── Get-SPProjectDatabaseUsage.md ├── Get-SPProjectEnterpriseProjectTaskSync.md ├── Get-SPProjectEventServiceSettings.md ├── Get-SPProjectIsEmailNotificationEnabled.md ├── Get-SPProjectOdataConfiguration.md ├── Get-SPProjectPCSSettings.md ├── Get-SPProjectPermissionMode.md ├── Get-SPProjectQueueSettings.md ├── Get-SPProjectWebInstance.md ├── Get-SPRemoteShareBlobStore.md ├── Get-SPRequestManagementSettings.md ├── Get-SPRoutingMachineInfo.md ├── Get-SPRoutingMachinePool.md ├── Get-SPRoutingRule.md ├── Get-SPScaleOutDatabase.md ├── Get-SPScaleOutDatabaseDataState.md ├── Get-SPScaleOutDatabaseInconsistency.md ├── Get-SPScaleOutDatabaseLogEntry.md ├── Get-SPSecureStoreApplication.md ├── Get-SPSecureStoreSystemAccount.md ├── Get-SPSecurityTokenServiceConfig.md ├── Get-SPServer.md ├── Get-SPServerScaleOutDatabase.md ├── Get-SPServerScaleOutDatabaseDataState.md ├── Get-SPServerScaleOutDatabaseInconsistency.md ├── Get-SPServerScaleOutDatabaseLogEntry.md ├── Get-SPService.md ├── Get-SPServiceApplication.md ├── Get-SPServiceApplicationEndpoint.md ├── Get-SPServiceApplicationPool.md ├── Get-SPServiceApplicationProxy.md ├── Get-SPServiceApplicationProxyGroup.md ├── Get-SPServiceApplicationSecurity.md ├── Get-SPServiceContext.md ├── Get-SPServiceHostConfig.md ├── Get-SPServiceInstance.md ├── Get-SPSessionStateService.md ├── Get-SPShellAdmin.md ├── Get-SPSite.md ├── Get-SPSiteAdministration.md ├── Get-SPSiteMaster.md ├── Get-SPSiteSubscription.md ├── Get-SPSiteSubscriptionConfig.md ├── Get-SPSiteSubscriptionEdiscoveryHub.md ├── Get-SPSiteSubscriptionEdiscoverySearchScope.md ├── Get-SPSiteSubscriptionFeaturePack.md ├── Get-SPSiteSubscriptionIRMConfig.md ├── Get-SPSiteSubscriptionMetadataConfig.md ├── Get-SPSiteURL.md ├── Get-SPSiteUpgradeSessionInfo.md ├── Get-SPSolution.md ├── Get-SPStateServiceApplication.md ├── Get-SPStateServiceApplicationProxy.md ├── Get-SPStateServiceDatabase.md ├── Get-SPTaxonomySession.md ├── Get-SPThrottlingRule.md ├── Get-SPTimerJob.md ├── Get-SPTopologyServiceApplication.md ├── Get-SPTopologyServiceApplicationProxy.md ├── Get-SPTranslationThrottlingSetting.md ├── Get-SPTrustedIdentityTokenIssuer.md ├── Get-SPTrustedRootAuthority.md ├── Get-SPTrustedSecurityTokenIssuer.md ├── Get-SPTrustedServiceTokenIssuer.md ├── Get-SPUpgradeActions.md ├── Get-SPUsageApplication.md ├── Get-SPUsageDefinition.md ├── Get-SPUsageService.md ├── Get-SPUser.md ├── Get-SPUserLicense.md ├── Get-SPUserLicenseMapping.md ├── Get-SPUserLicensing.md ├── Get-SPUserSettingsProvider.md ├── Get-SPUserSettingsProviderManager.md ├── Get-SPUserSolution.md ├── Get-SPUserSolutionAllowList.md ├── Get-SPVisioExternalData.md ├── Get-SPVisioPerformance.md ├── Get-SPVisioSafeDataProvider.md ├── Get-SPVisioServiceApplication.md ├── Get-SPVisioServiceApplicationProxy.md ├── Get-SPWOPIBinding.md ├── Get-SPWOPISuppressionSetting.md ├── Get-SPWOPIZone.md ├── Get-SPWeb.md ├── Get-SPWebApplication.md ├── Get-SPWebApplicationAppDomain.md ├── Get-SPWebApplicationHttpThrottlingMonitor.md ├── Get-SPWebPartPack.md ├── Get-SPWebTemplate.md ├── Get-SPWebTemplatesEnabledForSiteMaster.md ├── Get-SPWorkflowConfig.md ├── Get-SPWorkflowServiceApplicationProxy.md ├── Grant-SPBusinessDataCatalogMetadataObject.md ├── Grant-SPObjectSecurity.md ├── Import-SPAppPackage.md ├── Import-SPBusinessDataCatalogDotNetAssembly.md ├── Import-SPBusinessDataCatalogModel.md ├── Import-SPCacheClusterConfig.md ├── Import-SPCertificate.md ├── Import-SPEnterpriseSearchCustomExtractionDictionary.md ├── Import-SPEnterpriseSearchPopularQueries.md ├── Import-SPEnterpriseSearchThesaurus.md ├── Import-SPEnterpriseSearchTopology.md ├── Import-SPInfoPathAdministrationFiles.md ├── Import-SPMetadataWebServicePartitionData.md ├── Import-SPScaleOutDatabaseTenantData.md ├── Import-SPServerScaleOutDatabaseTenantData.md ├── Import-SPSiteSubscriptionBusinessDataCatalogConfig.md ├── Import-SPSiteSubscriptionSettings.md ├── Import-SPWeb.md ├── Initialize-SPResourceSecurity.md ├── Initialize-SPStateServiceDatabase.md ├── Install-SPApp.md ├── Install-SPApplicationContent.md ├── Install-SPDataConnectionFile.md ├── Install-SPFeature.md ├── Install-SPHelpCollection.md ├── Install-SPInfoPathFormTemplate.md ├── Install-SPService.md ├── Install-SPSolution.md ├── Install-SPUserSolution.md ├── Install-SPWebPartPack.md ├── Invoke-SPProjectActiveDirectoryEnterpriseResourcePoolSync.md ├── Invoke-SPProjectActiveDirectoryGroupSync.md ├── Merge-SPLogFile.md ├── Merge-SPUsageLog.md ├── Migrate-SPDatabase.md ├── Migrate-SPProjectResourcePlans.md ├── Mount-SPContentDatabase.md ├── Mount-SPStateServiceDatabase.md ├── Move-SPAppManagementData.md ├── Move-SPBlobStorageLocation.md ├── Move-SPCertificate.md ├── Move-SPDeletedSite.md ├── Move-SPEnterpriseSearchLinksDatabases.md ├── Move-SPProfileManagedMetadataProperty.md ├── Move-SPSite.md ├── Move-SPSocialComment.md ├── Move-SPUser.md ├── New-SPAlternateURL.md ├── New-SPAppManagementServiceApplication.md ├── New-SPAppManagementServiceApplicationProxy.md ├── New-SPAuthenticationProvider.md ├── New-SPAzureAccessControlServiceApplicationProxy.md ├── New-SPBECWebServiceApplicationProxy.md ├── New-SPBusinessDataCatalogServiceApplication.md ├── New-SPBusinessDataCatalogServiceApplicationProxy.md ├── New-SPCache.md ├── New-SPCentralAdministration.md ├── New-SPCertificate.md ├── New-SPClaimProvider.md ├── New-SPClaimTypeEncoding.md ├── New-SPClaimTypeMapping.md ├── New-SPClaimsPrincipal.md ├── New-SPConfigurationDatabase.md ├── New-SPContentDatabase.md ├── New-SPContentDeploymentJob.md ├── New-SPContentDeploymentPath.md ├── New-SPEnterpriseSearchAdminComponent.md ├── New-SPEnterpriseSearchAnalyticsProcessingComponent.md ├── New-SPEnterpriseSearchContentEnrichmentConfiguration.md ├── New-SPEnterpriseSearchContentProcessingComponent.md ├── New-SPEnterpriseSearchCrawlComponent.md ├── New-SPEnterpriseSearchCrawlContentSource.md ├── New-SPEnterpriseSearchCrawlCustomConnector.md ├── New-SPEnterpriseSearchCrawlDatabase.md ├── New-SPEnterpriseSearchCrawlExtension.md ├── New-SPEnterpriseSearchCrawlMapping.md ├── New-SPEnterpriseSearchCrawlRule.md ├── New-SPEnterpriseSearchFileFormat.md ├── New-SPEnterpriseSearchIndexComponent.md ├── New-SPEnterpriseSearchLanguageResourcePhrase.md ├── New-SPEnterpriseSearchLinksDatabase.md ├── New-SPEnterpriseSearchMetadataCategory.md ├── New-SPEnterpriseSearchMetadataCrawledProperty.md ├── New-SPEnterpriseSearchMetadataManagedProperty.md ├── New-SPEnterpriseSearchMetadataMapping.md ├── New-SPEnterpriseSearchQueryAuthority.md ├── New-SPEnterpriseSearchQueryDemoted.md ├── New-SPEnterpriseSearchQueryKeyword.md ├── New-SPEnterpriseSearchQueryProcessingComponent.md ├── New-SPEnterpriseSearchQueryScope.md ├── New-SPEnterpriseSearchQueryScopeRule.md ├── New-SPEnterpriseSearchRankingModel.md ├── New-SPEnterpriseSearchResultItemType.md ├── New-SPEnterpriseSearchResultSource.md ├── New-SPEnterpriseSearchSecurityTrimmer.md ├── New-SPEnterpriseSearchServiceApplication.md ├── New-SPEnterpriseSearchServiceApplicationProxy.md ├── New-SPEnterpriseSearchSiteHitRule.md ├── New-SPEnterpriseSearchTopology.md ├── New-SPLogFile.md ├── New-SPManagedAccount.md ├── New-SPManagedPath.md ├── New-SPMarketplaceWebServiceApplicationProxy.md ├── New-SPMetadataServiceApplication.md ├── New-SPMetadataServiceApplicationProxy.md ├── New-SPODataConnectionSetting.md ├── New-SPOnlineApplicationPrincipalManagementServiceApplicationProxy.md ├── New-SPPowerPointConversionServiceApplication.md ├── New-SPPowerPointConversionServiceApplicationProxy.md ├── New-SPProfileServiceApplication.md ├── New-SPProfileServiceApplicationProxy.md ├── New-SPProjectServiceApplication.md ├── New-SPProjectServiceApplicationProxy.md ├── New-SPRequestManagementRuleCriteria.md ├── New-SPSecureStoreApplication.md ├── New-SPSecureStoreApplicationField.md ├── New-SPSecureStoreServiceApplication.md ├── New-SPSecureStoreServiceApplicationProxy.md ├── New-SPSecureStoreTargetApplication.md ├── New-SPServiceApplicationPool.md ├── New-SPServiceApplicationProxyGroup.md ├── New-SPSite.md ├── New-SPSiteMaster.md ├── New-SPSiteSubscription.md ├── New-SPSiteSubscriptionFeaturePack.md ├── New-SPStateServiceApplication.md ├── New-SPStateServiceApplicationProxy.md ├── New-SPStateServiceDatabase.md ├── New-SPSubscriptionSettingsServiceApplication.md ├── New-SPSubscriptionSettingsServiceApplicationProxy.md ├── New-SPTranslationServiceApplication.md ├── New-SPTranslationServiceApplicationProxy.md ├── New-SPTrustedIdentityTokenIssuer.md ├── New-SPTrustedRootAuthority.md ├── New-SPTrustedSecurityTokenIssuer.md ├── New-SPTrustedServiceTokenIssuer.md ├── New-SPUsageApplication.md ├── New-SPUsageLogFile.md ├── New-SPUser.md ├── New-SPUserLicenseMapping.md ├── New-SPUserSettingsProvider.md ├── New-SPUserSolutionAllowList.md ├── New-SPVisioSafeDataProvider.md ├── New-SPVisioServiceApplication.md ├── New-SPVisioServiceApplicationProxy.md ├── New-SPWOPIBinding.md ├── New-SPWOPISuppressionSetting.md ├── New-SPWeb.md ├── New-SPWebApplication.md ├── New-SPWebApplicationAppDomain.md ├── New-SPWebApplicationExtension.md ├── New-SPWordConversionServiceApplication.md ├── New-SPWorkflowServiceApplicationProxy.md ├── Pause-SPProjectWebInstance.md ├── Publish-SPServiceApplication.md ├── Receive-SPServiceApplicationConnectionInfo.md ├── Register-SPAppPrincipal.md ├── Register-SPRemoteShareBlobStore.md ├── Register-SPVssWriter.md ├── Register-SPWorkflowService.md ├── Remove-SPActivityFeedItems.md ├── Remove-SPAlternateURL.md ├── Remove-SPAppDeniedEndpoint.md ├── Remove-SPAppPrincipalPermission.md ├── Remove-SPApplicationCredentialKey.md ├── Remove-SPBusinessDataCatalogModel.md ├── Remove-SPCentralAdministration.md ├── Remove-SPCertificate.md ├── Remove-SPCertificateNotificationContact.md ├── Remove-SPClaimProvider.md ├── Remove-SPClaimTypeMapping.md ├── Remove-SPConfigurationDatabase.md ├── Remove-SPConfigurationObject.md ├── Remove-SPContentDatabase.md ├── Remove-SPContentDeploymentJob.md ├── Remove-SPContentDeploymentPath.md ├── Remove-SPDatabaseFromAvailabilityGroup.md ├── Remove-SPDeletedSite.md ├── Remove-SPDiagnosticsPerformanceCounter.md ├── Remove-SPDistributedCacheServiceInstance.md ├── Remove-SPEnterpriseSearchComponent.md ├── Remove-SPEnterpriseSearchContentEnrichmentConfiguration.md ├── Remove-SPEnterpriseSearchCrawlContentSource.md ├── Remove-SPEnterpriseSearchCrawlCustomConnector.md ├── Remove-SPEnterpriseSearchCrawlDatabase.md ├── Remove-SPEnterpriseSearchCrawlExtension.md ├── Remove-SPEnterpriseSearchCrawlLogReadPermission.md ├── Remove-SPEnterpriseSearchCrawlMapping.md ├── Remove-SPEnterpriseSearchCrawlRule.md ├── Remove-SPEnterpriseSearchFileFormat.md ├── Remove-SPEnterpriseSearchLanguageResourcePhrase.md ├── Remove-SPEnterpriseSearchLinksDatabase.md ├── Remove-SPEnterpriseSearchMetadataCategory.md ├── Remove-SPEnterpriseSearchMetadataManagedProperty.md ├── Remove-SPEnterpriseSearchMetadataMapping.md ├── Remove-SPEnterpriseSearchQueryAuthority.md ├── Remove-SPEnterpriseSearchQueryDemoted.md ├── Remove-SPEnterpriseSearchQueryKeyword.md ├── Remove-SPEnterpriseSearchQueryScope.md ├── Remove-SPEnterpriseSearchQueryScopeRule.md ├── Remove-SPEnterpriseSearchRankingModel.md ├── Remove-SPEnterpriseSearchResultItemType.md ├── Remove-SPEnterpriseSearchResultSource.md ├── Remove-SPEnterpriseSearchSecurityTrimmer.md ├── Remove-SPEnterpriseSearchServiceApplication.md ├── Remove-SPEnterpriseSearchServiceApplicationProxy.md ├── Remove-SPEnterpriseSearchServiceApplicationSiteSettings.md ├── Remove-SPEnterpriseSearchSiteHitRule.md ├── Remove-SPEnterpriseSearchTenantConfiguration.md ├── Remove-SPEnterpriseSearchTenantSchema.md ├── Remove-SPEnterpriseSearchTopology.md ├── Remove-SPInfoPathUserAgent.md ├── Remove-SPManagedAccount.md ├── Remove-SPManagedPath.md ├── Remove-SPODataConnectionSetting.md ├── Remove-SPPeoplePickerDistributionListSearchDomain.md ├── Remove-SPPeoplePickerSearchADDomain.md ├── Remove-SPPeoplePickerServiceAccountDirectoryPath.md ├── Remove-SPPluggableSecurityTrimmer.md ├── Remove-SPProfileLeader.md ├── Remove-SPProfileSyncConnection.md ├── Remove-SPProjectWebInstanceData.md ├── Remove-SPRoutingMachineInfo.md ├── Remove-SPRoutingMachinePool.md ├── Remove-SPRoutingRule.md ├── Remove-SPScaleOutDatabase.md ├── Remove-SPSecureStoreApplication.md ├── Remove-SPSecureStoreSystemAccount.md ├── Remove-SPServerScaleOutDatabase.md ├── Remove-SPServiceApplication.md ├── Remove-SPServiceApplicationPool.md ├── Remove-SPServiceApplicationProxy.md ├── Remove-SPServiceApplicationProxyGroup.md ├── Remove-SPServiceApplicationProxyGroupMember.md ├── Remove-SPShellAdmin.md ├── Remove-SPSite.md ├── Remove-SPSiteMaster.md ├── Remove-SPSiteSubscription.md ├── Remove-SPSiteSubscriptionBusinessDataCatalogConfig.md ├── Remove-SPSiteSubscriptionFeaturePack.md ├── Remove-SPSiteSubscriptionFeaturePackMember.md ├── Remove-SPSiteSubscriptionMetadataConfig.md ├── Remove-SPSiteSubscriptionProfileConfig.md ├── Remove-SPSiteSubscriptionSettings.md ├── Remove-SPSiteURL.md ├── Remove-SPSiteUpgradeSessionInfo.md ├── Remove-SPSocialItemByDate.md ├── Remove-SPSolution.md ├── Remove-SPSolutionDeploymentLock.md ├── Remove-SPStateServiceDatabase.md ├── Remove-SPThrottlingRule.md ├── Remove-SPTranslationServiceJobHistory.md ├── Remove-SPTrustedIdentityTokenIssuer.md ├── Remove-SPTrustedRootAuthority.md ├── Remove-SPTrustedSecurityTokenIssuer.md ├── Remove-SPTrustedServiceTokenIssuer.md ├── Remove-SPUsageApplication.md ├── Remove-SPUser.md ├── Remove-SPUserLicenseMapping.md ├── Remove-SPUserSettingsProvider.md ├── Remove-SPUserSolution.md ├── Remove-SPVisioSafeDataProvider.md ├── Remove-SPWOPIBinding.md ├── Remove-SPWOPISuppressionSetting.md ├── Remove-SPWeb.md ├── Remove-SPWebApplication.md ├── Remove-SPWebApplicationAppDomain.md ├── Remove-SPWordConversionServiceJobHistory.md ├── Rename-SPCertificate.md ├── Rename-SPServer.md ├── Renew-SPCertificate.md ├── Repair-SPManagedAccountDeployment.md ├── Repair-SPProjectWebInstance.md ├── Repair-SPSite.md ├── Request-SPUpgradeEvaluationSite.md ├── Reset-SPProjectEventServiceSettings.md ├── Reset-SPProjectPCSSettings.md ├── Reset-SPProjectQueueSettings.md ├── Reset-SPSites.md ├── Restart-SPAppInstanceJob.md ├── Restore-SPDeletedSite.md ├── Restore-SPEnterpriseSearchServiceApplication.md ├── Restore-SPEnterpriseSearchServiceApplicationIndex.md ├── Restore-SPFarm.md ├── Restore-SPSite.md ├── Resume-SPEnterpriseSearchServiceApplication.md ├── Resume-SPProjectWebInstance.md ├── Resume-SPStateServiceDatabase.md ├── Revoke-SPBusinessDataCatalogMetadataObject.md ├── Revoke-SPObjectSecurity.md ├── Set-SPAlternateURL.md ├── Set-SPAppAcquisitionConfiguration.md ├── Set-SPAppAutoProvisionConnection.md ├── Set-SPAppDisablingConfiguration.md ├── Set-SPAppDomain.md ├── Set-SPAppHostingQuotaConfiguration.md ├── Set-SPAppManagementDeploymentId.md ├── Set-SPAppPrincipalPermission.md ├── Set-SPAppScaleProfile.md ├── Set-SPAppSiteDomain.md ├── Set-SPAppSiteSubscriptionName.md ├── Set-SPAppStateUpdateInterval.md ├── Set-SPAppStoreConfiguration.md ├── Set-SPAppStoreWebServiceConfiguration.md ├── Set-SPApplicationCredentialKey.md ├── Set-SPAuthenticationRealm.md ├── Set-SPBingMapsBlock.md ├── Set-SPBingMapsKey.md ├── Set-SPBrowserCustomerExperienceImprovementProgram.md ├── Set-SPBusinessDataCatalogEntityNotificationWeb.md ├── Set-SPBusinessDataCatalogMetadataObject.md ├── Set-SPBusinessDataCatalogServiceApplication.md ├── Set-SPBusinessDataCatalogThrottleConfig.md ├── Set-SPCentralAdministration.md ├── Set-SPCertificateSettings.md ├── Set-SPClaimProvider.md ├── Set-SPContentDatabase.md ├── Set-SPContentDeploymentJob.md ├── Set-SPContentDeploymentPath.md ├── Set-SPCustomLayoutsPage.md ├── Set-SPDataConnectionFile.md ├── Set-SPDefaultProfileConfig.md ├── Set-SPDesignerSettings.md ├── Set-SPDiagnosticConfig.md ├── Set-SPDiagnosticsProvider.md ├── Set-SPDistributedCacheClientSetting.md ├── Set-SPEnterpriseSearchAdministrationComponent.md ├── Set-SPEnterpriseSearchContentEnrichmentConfiguration.md ├── Set-SPEnterpriseSearchCrawlContentSource.md ├── Set-SPEnterpriseSearchCrawlDatabase.md ├── Set-SPEnterpriseSearchCrawlLogReadPermission.md ├── Set-SPEnterpriseSearchCrawlRule.md ├── Set-SPEnterpriseSearchFileFormatState.md ├── Set-SPEnterpriseSearchLinguisticComponentsStatus.md ├── Set-SPEnterpriseSearchLinksDatabase.md ├── Set-SPEnterpriseSearchMetadataCategory.md ├── Set-SPEnterpriseSearchMetadataCrawledProperty.md ├── Set-SPEnterpriseSearchMetadataManagedProperty.md ├── Set-SPEnterpriseSearchMetadataMapping.md ├── Set-SPEnterpriseSearchPrimaryHostController.md ├── Set-SPEnterpriseSearchQueryAuthority.md ├── Set-SPEnterpriseSearchQueryKeyword.md ├── Set-SPEnterpriseSearchQueryScope.md ├── Set-SPEnterpriseSearchQueryScopeRule.md ├── Set-SPEnterpriseSearchQuerySpellingCorrection.md ├── Set-SPEnterpriseSearchRankingModel.md ├── Set-SPEnterpriseSearchResultItemType.md ├── Set-SPEnterpriseSearchResultSource.md ├── Set-SPEnterpriseSearchService.md ├── Set-SPEnterpriseSearchServiceApplication.md ├── Set-SPEnterpriseSearchServiceApplicationProxy.md ├── Set-SPEnterpriseSearchServiceInstance.md ├── Set-SPEnterpriseSearchTopology.md ├── Set-SPFarmConfig.md ├── Set-SPIRMSettings.md ├── Set-SPInfoPathFormTemplate.md ├── Set-SPInfoPathFormsService.md ├── Set-SPInfoPathWebServiceProxy.md ├── Set-SPInternalAppStateUpdateInterval.md ├── Set-SPLogLevel.md ├── Set-SPMachineKey.md ├── Set-SPManagedAccount.md ├── Set-SPMetadataServiceApplication.md ├── Set-SPMetadataServiceApplicationProxy.md ├── Set-SPMicrofeedOptions.md ├── Set-SPMobileMessagingAccount.md ├── Set-SPO365LinkSettings.md ├── Set-SPODataConnectionSetting.md ├── Set-SPODataConnectionSettingMetadata.md ├── Set-SPOfficeStoreAppsDefaultActivation.md ├── Set-SPPassPhrase.md ├── Set-SPPeoplePickerConfig.md ├── Set-SPPowerPointConversionServiceApplication.md ├── Set-SPProfileServiceApplication.md ├── Set-SPProfileServiceApplicationProxy.md ├── Set-SPProfileServiceApplicationSecurity.md ├── Set-SPProjectDatabaseQuota.md ├── Set-SPProjectEventServiceSettings.md ├── Set-SPProjectOdataConfiguration.md ├── Set-SPProjectPCSSettings.md ├── Set-SPProjectPermissionMode.md ├── Set-SPProjectQueueSettings.md ├── Set-SPProjectServiceApplication.md ├── Set-SPProjectUserSync.md ├── Set-SPProjectUserSyncDisabledSyncThreshold.md ├── Set-SPProjectUserSyncFullSyncThreshold.md ├── Set-SPProjectUserSyncOffPeakSyncThreshold.md ├── Set-SPRemoteShareBlobStore.md ├── Set-SPRequestManagementSettings.md ├── Set-SPRoutingMachineInfo.md ├── Set-SPRoutingMachinePool.md ├── Set-SPRoutingRule.md ├── Set-SPScaleOutDatabaseDataRange.md ├── Set-SPScaleOutDatabaseDataSubRange.md ├── Set-SPSecureStoreApplication.md ├── Set-SPSecureStoreDefaultProvider.md ├── Set-SPSecureStoreServiceApplication.md ├── Set-SPSecurityTokenServiceConfig.md ├── Set-SPServer.md ├── Set-SPServerScaleOutDatabaseDataRange.md ├── Set-SPServerScaleOutDatabaseDataSubRange.md ├── Set-SPServiceApplication.md ├── Set-SPServiceApplicationEndpoint.md ├── Set-SPServiceApplicationPool.md ├── Set-SPServiceApplicationSecurity.md ├── Set-SPServiceHostConfig.md ├── Set-SPSessionStateService.md ├── Set-SPSite.md ├── Set-SPSiteAdministration.md ├── Set-SPSiteSubscriptionConfig.md ├── Set-SPSiteSubscriptionEdiscoveryHub.md ├── Set-SPSiteSubscriptionIRMConfig.md ├── Set-SPSiteSubscriptionMetadataConfig.md ├── Set-SPSiteSubscriptionProfileConfig.md ├── Set-SPSiteURL.md ├── Set-SPStateServiceApplication.md ├── Set-SPStateServiceApplicationProxy.md ├── Set-SPStateServiceDatabase.md ├── Set-SPSubscriptionSettingsServiceApplication.md ├── Set-SPThrottlingRule.md ├── Set-SPTimerJob.md ├── Set-SPTopologyServiceApplication.md ├── Set-SPTopologyServiceApplicationProxy.md ├── Set-SPTranslationServiceApplication.md ├── Set-SPTranslationServiceApplicationProxy.md ├── Set-SPTranslationThrottlingSetting.md ├── Set-SPTrustedIdentityTokenIssuer.md ├── Set-SPTrustedRootAuthority.md ├── Set-SPTrustedSecurityTokenIssuer.md ├── Set-SPTrustedServiceTokenIssuer.md ├── Set-SPUsageApplication.md ├── Set-SPUsageDefinition.md ├── Set-SPUsageService.md ├── Set-SPUser.md ├── Set-SPVisioExternalData.md ├── Set-SPVisioPerformance.md ├── Set-SPVisioSafeDataProvider.md ├── Set-SPVisioServiceApplication.md ├── Set-SPWOPIBinding.md ├── Set-SPWOPIZone.md ├── Set-SPWeb.md ├── Set-SPWebApplication.md ├── Set-SPWebApplicationHttpThrottlingMonitor.md ├── Set-SPWordConversionServiceApplication.md ├── Set-SPWorkflowConfig.md ├── Split-SPScaleOutDatabase.md ├── Split-SPServerScaleOutDatabase.md ├── Start-SPAdminJob.md ├── Start-SPAssignment.md ├── Start-SPCacheCluster.md ├── Start-SPContentDeploymentJob.md ├── Start-SPDiagnosticsSession.md ├── Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md ├── Start-SPEnterpriseSearchServiceInstance.md ├── Start-SPInfoPathFormTemplate.md ├── Start-SPService.md ├── Start-SPServiceInstance.md ├── Start-SPTimerJob.md ├── Stop-SPAssignment.md ├── Stop-SPCacheCluster.md ├── Stop-SPContentTypeReplication.md ├── Stop-SPDiagnosticsSession.md ├── Stop-SPDistributedCacheServiceInstance.md ├── Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance.md ├── Stop-SPEnterpriseSearchServiceInstance.md ├── Stop-SPInfoPathFormTemplate.md ├── Stop-SPService.md ├── Stop-SPServiceInstance.md ├── Stop-SPTaxonomyReplication.md ├── Suspend-SPEnterpriseSearchServiceApplication.md ├── Suspend-SPStateServiceDatabase.md ├── Switch-SPBlobStorage.md ├── Switch-SPCertificate.md ├── Sync-SPProjectPermissions.md ├── Test-SPContentDatabase.md ├── Test-SPInfoPathFormTemplate.md ├── Test-SPO365LinkSettings.md ├── Test-SPProjectServiceApplication.md ├── Test-SPProjectWebInstance.md ├── Test-SPRemoteShareBlobStore.md ├── Test-SPSite.md ├── Uninstall-SPAppInstance.md ├── Uninstall-SPDataConnectionFile.md ├── Uninstall-SPFeature.md ├── Uninstall-SPHelpCollection.md ├── Uninstall-SPInfoPathFormTemplate.md ├── Uninstall-SPSolution.md ├── Uninstall-SPUserSolution.md ├── Uninstall-SPWebPartPack.md ├── Unpublish-SPServiceApplication.md ├── Unregister-SPRemoteShareBlobStore.md ├── Unregister-SPVssWriter.md ├── Update-SPAppCatalogConfiguration.md ├── Update-SPAppInstance.md ├── Update-SPAzureBlobConfigLocatorEx1.md ├── Update-SPDataRetrievalServiceConfig.md ├── Update-SPDistributedCacheSize.md ├── Update-SPFarmEncryptionKey.md ├── Update-SPFlightsConfigFile.md ├── Update-SPInfoPathAdminFileUrl.md ├── Update-SPInfoPathFormTemplate.md ├── Update-SPInfoPathUserFileUrl.md ├── Update-SPMachineKey.md ├── Update-SPProfilePhotoStore.md ├── Update-SPProfileSync.md ├── Update-SPRepopulateMicroblogFeedCache.md ├── Update-SPRepopulateMicroblogLMTCache.md ├── Update-SPSecureStoreApplicationServerKey.md ├── Update-SPSecureStoreCredentialMapping.md ├── Update-SPSecureStoreGroupCredentialMapping.md ├── Update-SPSecureStoreMasterKey.md ├── Update-SPSolution.md ├── Update-SPUserSolution.md ├── Update-SPWOPIProofKey.md ├── Upgrade-SPAppManagementServiceApplication.md ├── Upgrade-SPContentDatabase.md ├── Upgrade-SPEnterpriseSearchServiceApplication.md ├── Upgrade-SPEnterpriseSearchServiceApplicationSiteSettings.md ├── Upgrade-SPFarm.md ├── Upgrade-SPProfileServiceApplication.md ├── Upgrade-SPSingleSignOnDatabase.md ├── Upgrade-SPSite.md ├── Use-SPCacheCluster.md └── sharepoint-server.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set the default behavior, in case people don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files you want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.c text 7 | *.h text 8 | 9 | # Declare files that will always have CRLF line endings on checkout. 10 | *.sln text eol=crlf 11 | 12 | # Denote all files that are truly binary and should not be modified. 13 | *.png binary 14 | *.jpg binary -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: New feedback experience 4 | url: https://learn.microsoft.com/office/new-feedback 5 | about: We’re transitioning our feedback experience away from GitHub Issues. For more information, select Open. -------------------------------------------------------------------------------- /.github/workflows/AutoLabelAssign.yml: -------------------------------------------------------------------------------- 1 | name: Assign and label PR 2 | 3 | permissions: 4 | pull-requests: write 5 | contents: read 6 | actions: read 7 | 8 | on: 9 | workflow_run: 10 | workflows: [Background tasks] 11 | types: 12 | - completed 13 | 14 | jobs: 15 | download-payload: 16 | name: Download and extract payload artifact 17 | if: github.repository_owner == 'MicrosoftDocs' 18 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod 19 | with: 20 | WorkflowId: ${{ github.event.workflow_run.id }} 21 | OrgRepo: ${{ github.repository }} 22 | secrets: 23 | AccessToken: ${{ secrets.GITHUB_TOKEN }} 24 | 25 | label-assign: 26 | name: Run assign and label 27 | if: github.repository_owner == 'MicrosoftDocs' 28 | needs: [download-payload] 29 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod 30 | with: 31 | PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} 32 | AutoAssignUsers: 1 33 | AutoLabel: 1 34 | ExcludedUserList: '["user1", "user2"]' 35 | ExcludedBranchList: '["branch1", "branch2"]' 36 | secrets: 37 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/AutoLabelMsftContributor.yml: -------------------------------------------------------------------------------- 1 | name: Auto label Microsoft contributors 2 | 3 | permissions: 4 | pull-requests: write 5 | contents: read 6 | actions: read 7 | 8 | on: 9 | workflow_run: 10 | workflows: [Background tasks] 11 | types: 12 | - completed 13 | 14 | jobs: 15 | download-payload: 16 | if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'public' 17 | name: Download and extract payload artifact 18 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod 19 | with: 20 | WorkflowId: ${{ github.event.workflow_run.id }} 21 | OrgRepo: ${{ github.repository }} 22 | secrets: 23 | AccessToken: ${{ secrets.GITHUB_TOKEN }} 24 | 25 | label-msft: 26 | name: Label Microsoft contributors 27 | if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'public' 28 | needs: [download-payload] 29 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod 30 | with: 31 | PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} 32 | secrets: 33 | AccessToken: ${{ secrets.GITHUB_TOKEN }} 34 | ClientId: ${{ secrets.M365_APP_CLIENT_ID }} 35 | PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }} -------------------------------------------------------------------------------- /.github/workflows/AutoPublish.yml: -------------------------------------------------------------------------------- 1 | name: (Scheduled) Publish to live 2 | 3 | permissions: 4 | contents: write 5 | pull-requests: write 6 | checks: read 7 | 8 | on: 9 | schedule: 10 | - cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag. 11 | 12 | workflow_dispatch: 13 | 14 | jobs: 15 | 16 | auto-publish: 17 | if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build') 18 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod 19 | with: 20 | PayloadJson: ${{ toJSON(github) }} 21 | EnableAutoPublish: true 22 | EnableAutoMerge: true 23 | 24 | secrets: 25 | AccessToken: ${{ secrets.GITHUB_TOKEN }} 26 | PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }} 27 | ClientId: ${{ secrets.M365_APP_CLIENT_ID }} -------------------------------------------------------------------------------- /.github/workflows/BackgroundTasks.yml: -------------------------------------------------------------------------------- 1 | name: Background tasks 2 | 3 | permissions: 4 | pull-requests: write 5 | contents: read 6 | 7 | on: 8 | pull_request_target: 9 | 10 | jobs: 11 | upload: 12 | if: github.repository_owner == 'MicrosoftDocs' 13 | runs-on: ubuntu-latest 14 | 15 | steps: 16 | - name: Save payload data 17 | env: 18 | PayloadJson: ${{ toJSON(github) }} 19 | AccessToken: ${{ github.token }} 20 | run: | 21 | mkdir -p ./pr 22 | echo $PayloadJson > ./pr/PayloadJson.json 23 | sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json 24 | - uses: actions/upload-artifact@v4 25 | with: 26 | name: PayloadJson 27 | path: pr/ -------------------------------------------------------------------------------- /.github/workflows/BuildValidation.yml: -------------------------------------------------------------------------------- 1 | name: PR has no warnings or errors 2 | 3 | permissions: 4 | pull-requests: write 5 | statuses: write 6 | 7 | on: 8 | issue_comment: 9 | types: [created] 10 | 11 | jobs: 12 | 13 | build-status: 14 | if: github.repository_owner == 'MicrosoftDocs' 15 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-prod 16 | with: 17 | PayloadJson: ${{ toJSON(github) }} 18 | secrets: 19 | AccessToken: ${{ secrets.GITHUB_TOKEN }} 20 | -------------------------------------------------------------------------------- /.github/workflows/LiveMergeCheck.yml: -------------------------------------------------------------------------------- 1 | name: PR can merge into branch 2 | 3 | permissions: 4 | pull-requests: write 5 | statuses: write 6 | contents: read 7 | 8 | on: 9 | pull_request_target: 10 | types: [opened, reopened, synchronize, edited] 11 | 12 | jobs: 13 | 14 | live-merge: 15 | if: github.repository_owner == 'MicrosoftDocs' 16 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod 17 | with: 18 | PayloadJson: ${{ toJSON(github) }} 19 | secrets: 20 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/PrFileCount.yml: -------------------------------------------------------------------------------- 1 | name: PR file count less than limit 2 | 3 | permissions: 4 | pull-requests: write 5 | statuses: write 6 | contents: read 7 | 8 | on: 9 | pull_request_target: 10 | types: [opened, reopened, synchronize, labeled, unlabeled, edited] 11 | 12 | jobs: 13 | 14 | file-count: 15 | if: github.repository_owner == 'MicrosoftDocs' 16 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod 17 | with: 18 | PayloadJson: ${{ toJSON(github) }} 19 | secrets: 20 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/ProtectedFiles.yml: -------------------------------------------------------------------------------- 1 | name: PR has no protected files 2 | 3 | permissions: 4 | pull-requests: write 5 | statuses: write 6 | contents: read 7 | 8 | on: [pull_request_target] 9 | 10 | jobs: 11 | 12 | protected-files: 13 | if: github.repository_owner == 'MicrosoftDocs' 14 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod 15 | with: 16 | PayloadJson: ${{ toJSON(github) }} 17 | secrets: 18 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/Stale.yml: -------------------------------------------------------------------------------- 1 | name: (Scheduled) Mark stale pull requests 2 | 3 | permissions: 4 | issues: write 5 | pull-requests: write 6 | 7 | on: 8 | schedule: 9 | - cron: "0 */6 * * *" 10 | workflow_dispatch: 11 | 12 | jobs: 13 | stale: 14 | if: github.repository_owner == 'MicrosoftDocs' 15 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod 16 | with: 17 | RunDebug: false 18 | RepoVisibility: ${{ github.repository_visibility }} 19 | secrets: 20 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/StaleBranch.yml: -------------------------------------------------------------------------------- 1 | name: (Scheduled) Stale branch removal 2 | 3 | permissions: 4 | contents: write 5 | pull-requests: read 6 | 7 | # This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml. 8 | # On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted. 9 | # The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted. 10 | # Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it. 11 | 12 | on: 13 | schedule: 14 | - cron: "0 9 1,15-31 * *" 15 | 16 | workflow_dispatch: 17 | 18 | 19 | jobs: 20 | 21 | stale-branch: 22 | if: github.repository_owner == 'MicrosoftDocs' 23 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod 24 | with: 25 | PayloadJson: ${{ toJSON(github) }} 26 | RepoBranchSkipList: '[ 27 | "ExampleBranch1", 28 | "ExampleBranch2" 29 | ]' 30 | ReportOnly: false 31 | secrets: 32 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.github/workflows/TierManagement.yml: -------------------------------------------------------------------------------- 1 | name: Tier management 2 | 3 | permissions: 4 | pull-requests: write 5 | contents: read 6 | 7 | on: 8 | issue_comment: 9 | types: [created, edited] 10 | 11 | jobs: 12 | 13 | tier-mgmt: 14 | if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'private' 15 | uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod 16 | with: 17 | PayloadJson: ${{ toJSON(github) }} 18 | EnableWriteSignOff: 1 19 | EnableReadOnlySignoff: 1 20 | secrets: 21 | AccessToken: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | log/ 2 | obj/ 3 | _site/ 4 | .optemp/ 5 | _themes*/ 6 | _repo.*/ 7 | 8 | .openpublishing.buildcore.ps1 9 | .vscode/settings.json 10 | -------------------------------------------------------------------------------- /.openpublishing.publish.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "docsets_to_publish": [ 3 | { 4 | "docset_name": "OfficeDocs-Sharepoint-PowerShell", 5 | "build_source_folder": "sharepoint", 6 | "build_output_subfolder": "sharepointps", 7 | "locale": "en-us", 8 | "monikers": [], 9 | "moniker_ranges": [], 10 | "open_to_public_contributors": true, 11 | "type_mapping": { 12 | "Conceptual": "Content", 13 | "ManagedReference": "Content", 14 | "RestApi": "Content", 15 | "PowershellModule": "Content", 16 | "PowershellCmdlet": "Content" 17 | }, 18 | "build_entry_point": "docs", 19 | "template_folder": "_themes", 20 | "version": 0, 21 | "customized_tasks": { 22 | "docset_prebuild": [ 23 | "_dependentPackages/MAML2Yaml/tools/Run.ps1" 24 | ] 25 | }, 26 | "monikerPath": [ 27 | "mapping/MAML2Yaml/monikerMapping.json" 28 | ] 29 | } 30 | ], 31 | "notification_subscribers": [], 32 | "sync_notification_subscribers": [], 33 | "branches_to_filter": [], 34 | "git_repository_branch_open_to_public_contributors": "main", 35 | "redirection_files": [ 36 | ".openpublishing.redirection.json" 37 | ], 38 | "skip_source_output_uploading": false, 39 | "need_preview_pull_request": true, 40 | "enable_incremental_build": false, 41 | "contribution_branch_mappings": {}, 42 | "dependent_repositories": [ 43 | { 44 | "path_to_root": "_themes", 45 | "url": "https://github.com/Microsoft/templates.docs.msft", 46 | "branch": "main", 47 | "branch_mapping": {} 48 | } 49 | ], 50 | "branch_target_mapping": { 51 | "live": [ 52 | "Publish" 53 | ] 54 | }, 55 | "need_generate_pdf_url_template": false, 56 | "targets": { 57 | "Pdf": { 58 | "template_folder": "_themes.pdf" 59 | } 60 | }, 61 | "need_generate_intellisense": false, 62 | "dependent_packages": [ 63 | { 64 | "id": "Microsoft.DocAsCode.MAML2Yaml", 65 | "nuget_feed": "https://www.myget.org/F/op/api/v2", 66 | "path_to_root": "_dependentPackages/MAML2Yaml", 67 | "target_framework": "net45", 68 | "version": "latest" 69 | } 70 | ], 71 | "docs_build_engine": { 72 | "name": "docfx_v3" 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /.openpublishing.redirection.json: -------------------------------------------------------------------------------- 1 | { 2 | "redirections": [ 3 | { 4 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOTenantRestrictedSearchAllowedList.md", 5 | "redirect_url": "/powershell/module/sharepoint-online", 6 | "redirect_document_id": false 7 | }, 8 | { 9 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchAllowedList.md", 10 | "redirect_url": "/powershell/module/sharepoint-online", 11 | "redirect_document_id": false 12 | }, 13 | { 14 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchMode.md", 15 | "redirect_url": "/powershell/module/sharepoint-online", 16 | "redirect_document_id": false 17 | }, 18 | { 19 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOTenantRestrictedSearchAllowedList.md", 20 | "redirect_url": "/powershell/module/sharepoint-online", 21 | "redirect_document_id": false 22 | }, 23 | { 24 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOTenantRestrictedSearchMode.md", 25 | "redirect_url": "/powershell/module/sharepoint-online", 26 | "redirect_document_id": false 27 | }, 28 | { 29 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOAppPrioritizationPolicy.md", 30 | "redirect_url": "/powershell/module/sharepoint-online/Add-SPOServicePrioritizationAppRegistration", 31 | "redirect_document_id": false 32 | }, 33 | { 34 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOAppPrioritizationPolicies.md", 35 | "redirect_url": "/powershell/module/sharepoint-online/Get-SPOServicePrioritizationAppRegistrations", 36 | "redirect_document_id": false 37 | }, 38 | { 39 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOAppPrioritizationPolicy.md", 40 | "redirect_url": "/powershell/module/sharepoint-online/Remove-SPOServicePrioritizationAppRegistration", 41 | "redirect_document_id": false 42 | }, 43 | { 44 | "source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOAppPrioritizationPolicy.md", 45 | "redirect_url": "/powershell/module/sharepoint-online/Set-SPOServicePrioritizationAppRegistration", 46 | "redirect_document_id": false 47 | } 48 | ] 49 | } 50 | -------------------------------------------------------------------------------- /ContentOwners.txt: -------------------------------------------------------------------------------- 1 | /sharepoint @jacktremper 2 | -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright (c) Microsoft Corporation 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 5 | associated documentation files (the "Software"), to deal in the Software without restriction, 6 | including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 7 | and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 8 | subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all copies or substantial 11 | portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT 14 | NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 16 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 17 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /ThirdPartyNotices.md: -------------------------------------------------------------------------------- 1 | ## Legal Notices 2 | Microsoft and any contributors grant you a license to the Microsoft documentation and other content 3 | in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), 4 | see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the 5 | [LICENSE-CODE](LICENSE-CODE) file. 6 | 7 | Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation 8 | may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. 9 | The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. 10 | Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. 11 | 12 | Privacy information can be found at https://privacy.microsoft.com/en-us/ 13 | 14 | Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, 15 | or trademarks, whether by implication, estoppel or otherwise. -------------------------------------------------------------------------------- /cabgen-bootstrap.yml: -------------------------------------------------------------------------------- 1 | trigger: 2 | - live 3 | 4 | pr: none # Disable pull request triggers. 5 | 6 | resources: 7 | repositories: 8 | - repository: templates 9 | type: git 10 | name: Content CI/ReferenceAutomation 11 | ref: refs/heads/master 12 | 13 | extends: 14 | template: PowerShell/cabgen.yml@templates -------------------------------------------------------------------------------- /sharepoint/TOC.yml: -------------------------------------------------------------------------------- 1 | - name: Index 2 | href: index.md -------------------------------------------------------------------------------- /sharepoint/breadcrumb/toc.yml: -------------------------------------------------------------------------------- 1 | - name: SharePoint 2 | tocHref: /powershell/module/ 3 | topicHref: /sharepoint/index 4 | items: 5 | - name: SharePoint PowerShell 6 | tocHref: /powershell/module/sharepoint-server/ 7 | topicHref: /powershell/sharepoint/index 8 | - name: SharePoint 9 | tocHref: /powershell/sharepoint/ 10 | topicHref: /sharepoint/index 11 | - name: SharePoint PowerShell 12 | tocHref: /powershell/sharepoint/ 13 | topicHref: /powershell/sharepoint/index 14 | -------------------------------------------------------------------------------- /sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: PnP PowerShell Overview 3 | description: "PnP PowerShell Overview" 4 | --- 5 | 6 | # PnP PowerShell overview 7 | 8 | PnP PowerShell is a .NET Core 3.1 / .NET Framework 4.6.1 based PowerShell Module providing over 600 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Microsoft Entra ID, and more. 9 | 10 | For more information about installing or upgrading to this module, refer to these [PnP PowerShell articles](https://pnp.github.io/powershell/articles/index.html). 11 | 12 | ## Supportability and SLA for PnP PowerShell cmdlets 13 | 14 | This library is an open-source and community-provided library with an active community providing support for it. It is not a Microsoft-provided module so there's no SLA or direct support for this open-source component from Microsoft. You can, however, report any issues using the [issues list in GitHub](https://github.com/pnp/powershell/issues). 15 | 16 | PnP PowerShell is initiative part of the larger community and open-source work under the [Microsoft 365 platform community (PnP)](https://aka.ms/m365pnp) initiative. 17 | 18 | _**Applies to:** SharePoint Online_ 19 | 20 | ## Additional resources 21 | 22 | 23 | - [PnP PowerShell on GitHub](https://github.com/pnp/powershell) 24 | - [PnP PowerShell open source documentation](https://pnp.github.io/powershell) 25 | -------------------------------------------------------------------------------- /sharepoint/docs-conceptual/toc.yml: -------------------------------------------------------------------------------- 1 | items: 2 | - name: SharePoint PowerShell - main 3 | href: index.yml 4 | - name: SharePoint in Microsoft 365 5 | items: 6 | - name: Intro to SharePoint Online Management Shell 7 | href: sharepoint-online/introduction-sharepoint-online-management-shell.md 8 | - name: Get started with SharePoint Online Management Shell 9 | href: sharepoint-online/connect-sharepoint-online.md 10 | - name: Cmdlet reference 11 | href: /powershell/module/sharepoint-online/?view=sharepoint-ps 12 | - name: PnP PowerShell 13 | items: 14 | - name: Overview 15 | href: sharepoint-pnp/sharepoint-pnp-cmdlets.md 16 | - name: Cmdlet reference 17 | href: https://pnp.github.io/powershell/ 18 | - name: SharePoint Server 19 | href: sharepoint-server/sharepoint-server-cmdlets.md 20 | 21 | 22 | -------------------------------------------------------------------------------- /sharepoint/index.md: -------------------------------------------------------------------------------- 1 | # Welcome to OfficeDocs-Sharepoint-PowerShell! -------------------------------------------------------------------------------- /sharepoint/mapping/MAML2Yaml/monikerMapping.json: -------------------------------------------------------------------------------- 1 | { 2 | "sharepoint-ps": { 3 | "conceptualToc": "docs-conceptual/toc.yml", 4 | "conceptualTocUrl": "/powershell/sharepoint/toc.json", 5 | "referenceTocUrl": "/powershell/module/sharepoint-ps/toc.json", 6 | "packageRoot": "sharepoint-ps", 7 | "modules": { 8 | "sharepoint-online": {}, 9 | "sharepoint-server": {}, 10 | "sharepoint-pnp": {} 11 | } 12 | }, 13 | "sharepoint-server-ps": { 14 | "conceptualToc": "docs-conceptual/toc.yml", 15 | "conceptualTocUrl": "/powershell/sharepoint/toc.json", 16 | "referenceTocUrl": "/powershell/module/sharepoint-ps/toc.json", 17 | "packageRoot": "sharepoint-server-ps", 18 | "modules": { 19 | "sharepoint-server": {} 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Add-SPOContentSecurityPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spocontentsecuritypolicy 5 | applicable: SharePoint Online 6 | title: Add-SPOContentSecurityPolicy 7 | schema: 2.0.0 8 | author: jaobrie 9 | ms.author: jaobrie 10 | manager: ryannak 11 | ms.reviewer: 12 | --- 13 | 14 | # Add-SPOContentSecurityPolicy 15 | 16 | ## SYNOPSIS 17 | 18 | Adds a source to the **Content Security Policy** configuration. 19 | 20 | ## SYNTAX 21 | 22 | ### Default 23 | 24 | ```powershell 25 | Add-SPOContentSecurityPolicy [-Source] 26 | ``` 27 | 28 | ## DESCRIPTION 29 | 30 | Adds a source to the **Content Security Policy** configuration. 31 | The source will be added to the `script-src` directive during construction of the `Content-Security-Policy` header. 32 | In multi-geo environments, **Content Security Policy** configuration is unique to each geo. 33 | 34 | ## PARAMETERS 35 | 36 | ### -Source 37 | 38 | Source to be added to the **Content Security Policy** configuration. 39 | 40 | ```yaml 41 | Type: String 42 | Parameter Sets: (All) 43 | Aliases: 44 | Applicable: SharePoint Online 45 | 46 | Required: True 47 | Position: 0 48 | Default value: None 49 | Accept pipeline input: False 50 | Accept wildcard characters: False 51 | ``` 52 | 53 | ## RELATED LINKS 54 | 55 | [Get-SPOContentSecurityPolicy](Get-SPOContentSecurityPolicy.md) 56 | 57 | [Remove-SPOContentSecurityPolicy](Remove-SPOContentSecurityPolicy.md) 58 | 59 | [Content Security Policy source values](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources) 60 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Approve-SPOTenantServicePrincipalPermissionGrant.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/approve-spotenantserviceprincipalpermissiongrant 5 | applicable: SharePoint Online 6 | title: Approve-SPOTenantServicePrincipalPermissionGrant 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Approve-SPOTenantServicePrincipalPermissionGrant 14 | 15 | ## SYNOPSIS 16 | 17 | Approves a permission request for the current tenant's "SharePoint Online Client" service principal. 18 | 19 | ## SYNTAX 20 | 21 | ### Default 22 | 23 | ```powershell 24 | Approve-SPOTenantServicePrincipalPermissionGrant -Resource -Scope 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Adds a permission for the current tenant's "SharePoint Online Client" service principal. Can be used to add needed permissions to the service principal without specifically requesting them in the SharePoint Framework solution file (sppkg). 30 | 31 | ## EXAMPLES 32 | 33 | ### ------------------EXAMPLE 1------------------ 34 | 35 | ```powershell 36 | Approve-SPOTenantServicePrincipalPermissionGrant -Resource "Microsoft Graph" -Scope "Mail.Read" 37 | ``` 38 | 39 | Adds a permission scope for the 'Microsoft Graph' resource with scope claim 'Mail.Read'. 40 | 41 | ## PARAMETERS 42 | 43 | ### -Resource 44 | 45 | Resource of the permission request to add. 46 | 47 | ```yaml 48 | Type: String 49 | Parameter Sets: (All) 50 | Aliases: 51 | Applicable: SharePoint Online 52 | 53 | Required: True 54 | Position: Named 55 | Default value: None 56 | Accept pipeline input: False 57 | Accept wildcard characters: False 58 | ``` 59 | 60 | ### -Scope 61 | 62 | Scope of the permission request to add. 63 | 64 | ```yaml 65 | Type: String 66 | Parameter Sets: (All) 67 | Aliases: 68 | Applicable: SharePoint Online 69 | 70 | Required: True 71 | Position: Named 72 | Default value: None 73 | Accept pipeline input: False 74 | Accept wildcard characters: False 75 | ``` 76 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Deny-SPOTenantServicePrincipalPermissionRequest.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/deny-spotenantserviceprincipalpermissionrequest 5 | applicable: SharePoint Online 6 | title: Deny-SPOTenantServicePrincipalPermissionRequest 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Deny-SPOTenantServicePrincipalPermissionRequest 14 | 15 | ## SYNOPSIS 16 | 17 | Denies a permission request for the current tenant's "SharePoint Online Client" service principal 18 | 19 | ## SYNTAX 20 | 21 | ### Default 22 | 23 | ```powershell 24 | Deny-SPOTenantServicePrincipalPermissionRequest -RequestId 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Denies a permission request for the current tenant's "SharePoint Online Client" service principal 30 | 31 | Denying a permission request removes that request from the list of permission requests. 32 | 33 | ## EXAMPLES 34 | 35 | ### ------------------EXAMPLE 1------------------ 36 | 37 | ```powershell 38 | $requests = Get-SPOTenantServicePrincipalPermissionRequests 39 | $requestToDeny = $requests | ? { $_.Resource -eq 'Office 365 SharePoint Online' -and $_.Scope -eq 'MyFiles.Read' } | Select-Object -First 1 40 | 41 | if ($requestToDeny -ne $null) 42 | { 43 | Deny-SPOTenantServicePrincipalPermissionRequest -RequestId $requestToDeny.Id 44 | } 45 | ``` 46 | 47 | Denies the permission request for the 'Office 365 SharePoint Online' resource with scope claim 'MyFiles.Read'. 48 | If there is no request with those properties, then no deny action will be taken. 49 | 50 | ## PARAMETERS 51 | 52 | ### -RequestId 53 | 54 | The ID of the permission request to deny 55 | 56 | ```yaml 57 | Type: Guid 58 | 59 | Required: True 60 | Position: Named 61 | Accept pipeline input: False 62 | ``` 63 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Disable-SPOTenantServicePrincipal.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/disable-spotenantserviceprincipal 5 | applicable: SharePoint Online 6 | title: Disable-SPOTenantServicePrincipal 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Disable-SPOTenantServicePrincipal 14 | 15 | ## SYNOPSIS 16 | 17 | Disables the current tenant's "SharePoint Online Client" service principal. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Disable-SPOTenantServicePrincipal 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Disables the current tenant's "SharePoint Online Client" service principal. 28 | 29 | When the service principal's account is disabled, clients and components that use this service principal 30 | will not be able to request an access token for this service principal. 31 | 32 | ## EXAMPLES 33 | 34 | ### ------------------EXAMPLE 1------------------ 35 | 36 | ```powershell 37 | Disable-SPOTenantServicePrincipal 38 | ``` 39 | 40 | Disables the current tenant's "SharePoint Online Client" service principal. 41 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Enable-SPOTenantServicePrincipal.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/enable-spotenantserviceprincipal 5 | applicable: SharePoint Online 6 | title: Enable-SPOTenantServicePrincipal 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Enable-SPOTenantServicePrincipal 14 | 15 | ## SYNOPSIS 16 | 17 | Enables the current tenant's "SharePoint Online Client" service principal. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Enable-SPOTenantServicePrincipal [-WhatIf] [-Confirm] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Enables the current tenant's "SharePoint Online Client" service principal. 28 | 29 | ## EXAMPLES 30 | 31 | ### ------------------EXAMPLE 1------------------ 32 | 33 | ```powershell 34 | Enable-SPOTenantServicePrincipal 35 | ``` 36 | 37 | Enables the current tenant's "SharePoint Online Client" service principal. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Confirm 42 | 43 | Prompts you for confirmation before running the cmdlet. 44 | 45 | ```yaml 46 | Type: SwitchParameter 47 | Parameter Sets: (All) 48 | Aliases: cf 49 | 50 | Required: False 51 | Position: Named 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### -WhatIf 58 | 59 | Shows what would happen if the cmdlet runs. 60 | The cmdlet is not run. 61 | 62 | ```yaml 63 | Type: SwitchParameter 64 | Parameter Sets: (All) 65 | Aliases: wi 66 | 67 | Required: False 68 | Position: Named 69 | Default value: None 70 | Accept pipeline input: False 71 | Accept wildcard characters: False 72 | ``` 73 | 74 | ### CommonParameters 75 | 76 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 77 | 78 | ## INPUTS 79 | 80 | ### None 81 | 82 | ## OUTPUTS 83 | 84 | ### System.Object 85 | 86 | ## NOTES 87 | 88 | ## RELATED LINKS 89 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-FileSensitivityLabelInfo.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-FileSensitivityLabelInfo 5 | applicable: SharePoint Online 6 | title: Get-FileSensitivityLabelInfo 7 | schema: 2.0.0 8 | author: SanjoyanM 9 | ms.author: samust 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-FileSensitivityLabelInfo 14 | 15 | ## SYNOPSIS 16 | 17 | Extracts and displays the sensitivity label related information attached to an office file stored in SharePoint. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-FileSensitivityLabelInfo -FileUrl [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | The `Get-FileSensitivityLabelInfo` cmdlet runs on a single office online file. If the file has a sensitivity label attached then it returns the id, displayname, isProtectionEnabled flag and id of the parent label (if applicable). You must be a SharePoint Online administrator to run the `GetFileSensitivityLabelInfo` cmdlet. Note that this cmdlet does not work on files that have labels with custom permission or user defined permission or double key encryption. 28 | For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell). 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Get-FileSensitivityLabelInfo -FileUrl "https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx" 36 | ``` 37 | 38 | ## PARAMETERS 39 | 40 | ### -FileUrl 41 | 42 | Full URL for the file. 43 | 44 | ```yaml 45 | Type: String 46 | Parameter Sets: (All) 47 | Aliases: 48 | Applicable: SharePoint Online 49 | 50 | Required: True 51 | Position: Named 52 | Default value: None 53 | ``` 54 | 55 | ## INPUTS 56 | 57 | ## OUTPUTS 58 | 59 | ## NOTES 60 | 61 | ## RELATED LINKS 62 | 63 | [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) 64 | 65 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 66 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAppBillingPolicies.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOAppBillingPolicies 5 | applicable: SharePoint Online 6 | title: Get-SPOAppBillingPolicies 7 | schema: 2.0.0 8 | author: arakesh 9 | ms.author: arakesh 10 | ms.reviewer: 11 | --- 12 | # Get-SPOAppBillingPolicies 13 | 14 | ## SYNOPSIS 15 | 16 | Returns billing policies that are owned by the tenant. 17 | 18 | ## SYNTAX 19 | 20 | ```powershell 21 | Get-SPOAppBillingPolicies 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | Get-SPOAppBillingPolicies returns a list of billing policies that are owned by the tenant. If the tenant has no billing policies associated, the cmdlet will produce no output. 27 | 28 | The output of this cmdlet will include information related to the billing policy such as Application Id, Azure subscription ID, Resource Group, Region, State of the subscription and the usage charging model. 29 | 30 | You must be a SharePoint Administrator to run this cmdlet. 31 | 32 | > [!NOTE] 33 | > To use the Get-SPOAppBillingPolicies cmdlet, an admin must authenticate to SharePoint Online using modern authentication. 34 | > 35 | > Use the **Connect-SPOService** cmdlet shown below, which will prompt you to enter your credentials. If multi-factor authentication (MFA) is enabled, you will need to complete the MFA process (e.g., entering a verification code sent to your phone). 36 | > 37 | > `Connect-SPOService -Url https://(your-tenant)-admin.sharepoint.com` 38 | > 39 | > Replace (your-tenant) with your actual SharePoint Online domain, e.g. `https://contoso-admin.sharepoint.com. ` 40 | 41 | ## EXAMPLES 42 | 43 | ### Example 1 44 | 45 | ```powershell 46 | 47 | Get-SPOAppBillingPolicies 48 | 49 | ``` 50 | 51 | ## RELATED LINKS 52 | 53 | [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 54 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBrowserIdleSignOut.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spobrowseridlesignout 5 | applicable: SharePoint Online 6 | title: Get-SPOBrowserIdleSignOut 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOBrowserIdleSignOut 14 | 15 | ## SYNOPSIS 16 | 17 | Used to retrieve the current configuration values for Idle session sign-out policy. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOBrowserIdleSignOut [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to retrieve the current configuration values for Idle session sign-out policy, the time at which users are warned and subsequently signed out of Office 365 after a period of browser inactivity in SharePoint and OneDrive. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOBrowserIdleSignOut 35 | ``` 36 | 37 | This example retrieves the current configuration values for Idle session sign-out 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | 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/p/?LinkID=113216). 44 | 45 | ## NOTES 46 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBuiltInDesignPackageVisibility.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spobuiltindesignpackagevisibility 5 | applicable: SharePoint Online 6 | title: Get-SPOBuiltInDesignPackageVisibility 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOBuiltInDesignPackageVisibility 14 | 15 | ## SYNOPSIS 16 | 17 | Gets the visibility of the available built-in Design Packages. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOBuiltInDesignPackageVisibility [-DesignPackage ] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to retrieve the current visibility state of each built-in design package. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOBuiltInDesignPackageVisibility -DesignPackage Showcase 35 | ``` 36 | 37 | This example retrieves the current visibility state of Showcase built-in design package. 38 | 39 | ### Example 2 40 | 41 | ```powershell 42 | Get-SPOBuiltInDesignPackageVisibility 43 | ``` 44 | 45 | This example retrieves the current visibility state of each built-in design package. 46 | 47 | ## PARAMETERS 48 | 49 | ### -DesignPackage 50 | 51 | Name of the design package, available names are 52 | - Topic 53 | - Showcase 54 | - Blank 55 | - TeamSite 56 | 57 | ```yaml 58 | Type: DesignPackageType 59 | Parameter Sets: (All) 60 | Aliases: 61 | Applicable: SharePoint Online 62 | Required: False 63 | Position: Named 64 | Default value: None 65 | Accept pipeline input: False 66 | Accept wildcard characters: False 67 | ``` 68 | 69 | ### CommonParameters 70 | 71 | 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/p/?LinkID=113216). 72 | 73 | ## NOTES 74 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBuiltInFontPackageSettings.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spobuiltinfontpackagesettings 5 | applicable: SharePoint Online 6 | title: Get-SPOBuiltInFontPackageSettings 7 | schema: 2.0.0 8 | author: Yixian15 9 | ms.author: yixianpu 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOBuiltInFontPackageSettings 14 | 15 | ## SYNOPSIS 16 | 17 | Use this cmdlet to get settings of [built-in font packages](/sharepoint/brand-center-font-packages). 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOBuiltInFontPackageSettings 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to get settings of [built-in font packages](/sharepoint/brand-center-font-packages). 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOBuiltInFontPackageSettings 35 | ``` 36 | 37 | This example retrieves the current settings of built-in font packages. 38 | 39 | ## RELATED LINKS 40 | 41 | - [Set-SPOBuiltInFontPackageSettings](./Set-SPOBuiltInFontPackageSettings.md) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerTypeConfiguration.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOContainertypeConfiguration 5 | applicable: SharePoint Online 6 | title: Get-SPOContainerTypeConfiguration 7 | schema: 2.0.0 8 | author: FarreltinF 9 | ms.author: fanyi 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOContainertypeConfiguration 14 | 15 | ## SYNOPSIS 16 | 17 | Use this cmdlet to read the configuration values set on the container type. 18 | 19 | ## SYNTAX 20 | 21 | ### ParamSet1 22 | 23 | ```powershell 24 | Get-SPOContainerTypeConfiguration -ContainerTypeId [] 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | The `Get-SPOContainerTypeConfiguration` cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application. This can either be the default value or the previously set value on the container type. 30 | 31 | You must be a SharePoint Embedded Administrator to run this cmdlet. 32 | 33 | ## EXAMPLES 34 | 35 | ### Example 1 36 | 37 | ```powershell 38 | Get-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4 39 | ``` 40 | 41 | This example returns a list of configurations set on a container type '4f0af585-8dcc-0000-223d-661eb2c604e4'. 42 | 43 | ## PARAMETERS 44 | 45 | ### -ContainerTypeId 46 | 47 | This parameter specifies the ID of the SharePoint Embedded container type. Use the `Get-SPOContainerType` command to retrieve the ContainerTypeId. 48 | 49 | ```yaml 50 | Type: String 51 | Parameter Sets: (All) 52 | Aliases: 53 | Applicable: SharePoint Online 54 | 55 | Required: True 56 | Position: Named 57 | Default value: None 58 | Accept pipeline input: False 59 | Accept wildcard characters: False 60 | ``` 61 | ### CommonParameters 62 | 63 | This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). 64 | 65 | 66 | ## RELATED LINKS 67 | 68 | [Set-SPOContainerTypeConfiguration](Set-SPOContainerTypeConfiguration.md) 69 | 70 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContentEventEmailAddresses.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocontenteventemailaddresses 5 | applicable: SharePoint Online 6 | title: Get-SPOContentEventEmailAddresses 7 | schema: 1.0.0 8 | author: mshabaz 9 | ms.author: mshabaz 10 | ms.reviewer: 11 | manager: miabhish 12 | --- 13 | 14 | # Get-SPOContentEventEmailAddresses 15 | 16 | ## SYNOPSIS 17 | 18 | Retrieves email addresses associated with a specific content event category. If no category is specified by the user, email addresses for all categories of content events will be provided. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOContentEventEmailAddresses [-Category] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Retrieves email addresses associated with a specific content event category. If no category is specified by the user, email addresses for all categories of content events will be provided. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Get-SPOContentEventEmailAddresses -Category Ransomware 36 | ``` 37 | 38 | In Example 1, the system will display the email addresses categorized under ransomware that the admin had previously entered. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Category 43 | 44 | Specifies the content event category. 45 | 46 | ```yaml 47 | Type: ContentEventCategory 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: False 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### CommonParameters 59 | 60 | 61 | ## RELATED LINKS 62 | 63 | [Remove-SPOContentEventEmailAddresses](Remove-SPOContentEventEmailAddresses.md) 64 | 65 | [Set-SPOContentEventEmailAddresses](Set-SPOContentEventEmailAddresses.md) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContentSecurityPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocontentsecuritypolicy 5 | applicable: SharePoint Online 6 | title: Get-SPOContentSecurityPolicy 7 | schema: 2.0.0 8 | author: jaobrie 9 | ms.author: jaobrie 10 | manager: ryannak 11 | ms.reviewer: 12 | --- 13 | 14 | # Get-SPOContentSecurityPolicy 15 | 16 | ## SYNOPSIS 17 | 18 | Returns all sources in the current **Content Security Policy** configuration. 19 | 20 | ## SYNTAX 21 | 22 | ### Default 23 | 24 | ```powershell 25 | Get-SPOContentSecurityPolicy 26 | ``` 27 | 28 | ## DESCRIPTION 29 | 30 | Returns all sources in the current **Content Security Policy** configuration. 31 | 32 | ## RELATED LINKS 33 | 34 | [Add-SPOContentSecurityPolicy](Add-SPOContentSecurityPolicy.md) 35 | 36 | [Remove-SPOContentSecurityPolicy](Remove-SPOContentSecurityPolicy.md) 37 | 38 | [Content Security Policy source values](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCopilotPromoOptInStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoOptInStatus 5 | applicable: SharePoint Online 6 | title: Get-SPOCopilotPromoOptInStatus 7 | schema: 8 | author: siruvanti 9 | ms.author: siruvanti 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOCopilotPromoOptInStatus 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the Opt-In Copilot promo status for the tenant. 18 | 19 | ## SYNTAX 20 | ```powershell 21 | Get-SPOCopilotPromoOptInStatus 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | This cmdlet returns the Opt-In Copilot promo status for the tenant. 27 | If the promo status is enabled, the return value is `True`, otherwise the return value is `False`. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOCopilotPromoOptInStatus 35 | ``` 36 | 37 | Example 1 returns the value of the Opt-In promo status. 38 | 39 | ## RELATED LINKS 40 | - [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md) 41 | - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) 42 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCopilotPromoUsage.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoUsage 5 | applicable: SharePoint Online 6 | title: Get-SPOCopilotPromoUsage 7 | schema: 8 | author: arakesh 9 | ms.author: arakesh 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOCopilotPromoUsage 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the count of SharePoint Agent promotion queries used by the tenant. 18 | 19 | ## SYNTAX 20 | ```powershell 21 | Get-SPOCopilotPromoUsage 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | This cmdlet retrieves the number of SharePoint Agent promotion queries used by the tenant each month, starting the month tenant qualified for trial. 27 | It provides a monthly breakdown of query usage, helping admins track consumption of the promotion queries over time. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOCopilotPromoUsage 35 | ``` 36 | 37 | Example 1 returns SharePoint Agent promotion queries usage by month. 38 | 39 | ## RELATED LINKS 40 | - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md) 41 | - [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md) 42 | - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) 43 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCrossTenantCompatibilityStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocrosstenantcompatibilitystatus 5 | applicable: SharePoint Online 6 | title: Get-SPOCrossTenantCompatibilityStatus 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOCrossTenantCompatibilityStatus 14 | 15 | ## SYNOPSIS 16 | 17 | Determines the compatibility with the partner tenant. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostUrl [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This cmdlet allows you to determine the compatibility with the partner tenant before cross-tenant migration. You must be a SharePoint Administrator to run it. 28 | 29 | > [!NOTE] 30 | > You must run this command on the source tenant only. 31 | 32 | ## EXAMPLES 33 | 34 | ### Example 1 35 | 36 | ```powershell 37 | Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostUrl https://contoso-my.sharepoint.com 38 | ``` 39 | 40 | Gets the compatibility status with the partner tenant Contoso. 41 | 42 | ## PARAMETERS 43 | 44 | ### -PartnerCrossTenantHostUrl 45 | The cross-tenant URL of the partner tenant. The partner tenant can determine this for you by running `Get-SPOCrossTenantHostUrl` on each of the tenants. 46 | 47 | ```yaml 48 | Type: String 49 | Parameter Sets: (All) 50 | Aliases: 51 | Applicable: SharePoint Online 52 | 53 | Required: True 54 | Position: 1 55 | Default value: None 56 | Accept pipeline input: False 57 | Accept wildcard characters: False 58 | ``` 59 | 60 | ### CommonParameters 61 | 62 | 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). 63 | 64 | ## RELATED LINKS 65 | 66 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 67 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCrossTenantHostUrl.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocrosstenanthosturl 5 | applicable: SharePoint Online 6 | title: Get-SPOCrossTenantHostUrl 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOCrossTenantHostUrl 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the cross-tenant host URL. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOCrossTenantHostUrl [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to retrieve the cross-tenant host URL. You must be a SharePoint Administrator to run the cmdlet. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOCrossTenantHostUrl 35 | ``` 36 | 37 | This command returns the cross-tenant host URL. 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | 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). 44 | 45 | ## RELATED LINKS 46 | 47 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 48 | 49 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataEncryptionPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spodataencryptionpolicy 5 | applicable: SharePoint Online 6 | title: Get-SPODataEncryptionPolicy 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPODataEncryptionPolicy 14 | 15 | ## SYNOPSIS 16 | 17 | . 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPODataEncryptionPolicy 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use the Get-DataEncryptionPolicy cmdlet to view customer encryption status for your geo tenant. 28 | 29 | For more information, see [Controlling your data in Office 365 using Customer Key](https://learn.microsoft.com/microsoft-365/compliance/controlling-your-data-using-customer-key) 30 | 31 | ## EXAMPLES 32 | 33 | ### Example 1 34 | 35 | ```powershell 36 | Get-SPODataEncryptionPolicy 37 | ``` 38 | 39 | The output from this cmdlet includes: 40 | 41 | - The URI of the primary key. 42 | 43 | - The URI of the secondary key. 44 | 45 | - The encryption status for the geo. Possible states include: 46 | 47 | - **Unregistered:** Customer Key encryption has not yet been applied. 48 | 49 | - **Registering:** Customer Key encryption has been applied and your files are in the process of being encrypted. If your geo is in this state, you'll also be shown information on what percentage of sites in the geo are complete so that you can monitor encryption progress. 50 | 51 | - **Registered:** Customer Key encryption has been applied, and all files in all sites have been encrypted. 52 | 53 | - **Rolling:** A key roll is in progress. If your geo is in this state, you'll also be shown information on what percentage of sites have completed the key roll operation so that you can monitor progress. 54 | 55 | ## PARAMETERS 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | 61 | ## NOTES 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoMoveCrossCompatibilityStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spogeomovecrosscompatibilitystatus 5 | applicable: SharePoint Online 6 | title: Get-SPOGeoMoveCrossCompatibilityStatus 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOGeoMoveCrossCompatibilityStatus 14 | 15 | ## SYNOPSIS 16 | 17 | This cmdlet returns the compatibility status between geographic locations. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOGeoMoveCrossCompatibilityStatus [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This cmdlet returns the compatibility between sites and locations for a move in a multi-geo SharePoint Online tenant. 28 | The following statuses can be returned: 29 | - **Compatible** - The sites and locations are currently compatible and a move can be performed. 30 | - **Incompatible** - The sites or locations are currently not compatible and a move cannot be performed at this point in time. 31 | - **Warning** - The sites or locations are currently not compatible. Although a move can be performed, it is recommended to postpone until they are compatible. 32 | 33 | ## EXAMPLES 34 | 35 | ### EXAMPLE 1 36 | 37 | ```powershell 38 | Get-SPOGeoMoveCrossCompatibilityStatus 39 | ``` 40 | 41 | Get the compatibility status for all locations. 42 | 43 | ## PARAMETERS 44 | 45 | ### CommonParameters 46 | 47 | 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). 48 | 49 | ## INPUTS 50 | 51 | ### None 52 | 53 | ## OUTPUTS 54 | 55 | ### System.Object 56 | ## NOTES 57 | 58 | ## RELATED LINKS 59 | 60 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 61 | 62 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 63 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHideDefaultThemes.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spohidedefaultthemes 5 | applicable: SharePoint Online 6 | title: Get-SPOHideDefaultThemes 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOHideDefaultThemes 14 | 15 | ## SYNOPSIS 16 | 17 | Queries the current SPOHideDefaultThemes setting. SPO stands for SharePoint Online. 18 | 19 | ## DESCRIPTION 20 | 21 | The **Get-SPOHideDefaultThemes** cmdlet retrieves the current **Set-SPOHideDefaultThemes** setting. You might want to use this cmdlet in a PowerShell script to read the setting and then take different actions based on whether the default themes are hidden. This cmdlet does not have any parameters. 22 | 23 | > [!NOTE] 24 | > This cmdlet was named **Get-HideDefaultThemes** until the December 2017 release of the SPO Management Shell. We recommend that you use the latest version of the PowerShell cmdlets. 25 | 26 | ## EXAMPLES 27 | 28 | ### Example 1 29 | 30 | ```powershell 31 | Get-SPOHideDefaultThemes 32 | ``` 33 | 34 | ## INPUTS 35 | 36 | ## OUTPUTS 37 | 38 | ## NOTES 39 | 40 | ## RELATED LINKS 41 | 42 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 43 | 44 | [Set-SPOHideDefaultThemes](Set-SPOHideDefaultThemes.md) 45 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHomeSite.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spohomesite 5 | applicable: SharePoint Online 6 | title: Get-SPOHomeSite 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOHomeSite 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the home site url for your tenant. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOHomeSite [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to get the home site url for your tenant. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOHomeSite 35 | ``` 36 | 37 | This example returns the home site url for your tenant. 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | 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/p/?LinkID=113216). 44 | 45 | ## NOTES 46 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOListDesign.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spolistdesign 5 | schema: 2.0.0 6 | author: SaladiHarini 7 | ms.author: hasaladi 8 | title: Get-SPOListDesign 9 | --- 10 | 11 | # Get-SPOListDesign 12 | 13 | ## SYNOPSIS 14 | Gets details about list designs that are on the SharePoint tenant. You can specify an ID of a specific list design to retrieve. If there are no parameters listed, details about all list designs are listed. 15 | 16 | ## SYNTAX 17 | 18 | ``` 19 | Get-SPOListDesign [[-Identity] ] [] 20 | ``` 21 | 22 | ## DESCRIPTION 23 | Gets details about list designs that are on the SharePoint tenant. You can specify an ID of a specific list design to retrieve. If there are no parameters listed, details about all list designs are listed. 24 | 25 | ## EXAMPLES 26 | 27 | ### Example 1 28 | 29 | ```output 30 | Get-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863 31 | 32 | Id: 44252d09-62c4-4913-9eb0-a2a8b8d7f863 33 | Title: Contoso customer tracking 34 | SiteScriptIds: {1306913c-8463-42ca-bd63-efad0fcdbba4} 35 | Description: Tracks key customer data in a list 36 | ListColor: Orange 37 | ListIcon: BullseyeTarget 38 | ``` 39 | 40 | This example and sample response show how to get list design details. 41 | 42 | ## PARAMETERS 43 | 44 | ### -Identity 45 | The ID of the list design to retrieve. 46 | 47 | ```yaml 48 | Type: SPOListDesignPipeBind 49 | Parameter Sets: (All) 50 | Aliases: 51 | 52 | Required: False 53 | Position: 0 54 | Default value: None 55 | Accept pipeline input: True (ByValue) 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### CommonParameters 60 | 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). 61 | 62 | ## INPUTS 63 | 64 | ### Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind 65 | 66 | ## OUTPUTS 67 | 68 | ### System.Object 69 | 70 | ## NOTES 71 | 72 | ## RELATED LINKS 73 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOListFileVersionBatchDeleteJobProgress.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spolistfileversionbatchdeletejobprogress 5 | applicable: SharePoint Online 6 | title: Get-SPOListFileVersionBatchDeleteJobProgress 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Get-SPOListFileVersionBatchDeleteJobProgress 15 | 16 | ## SYNOPSIS 17 | 18 | Gets the progress of a trim job for a site collection. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOListFileVersionBatchDeleteJobProgress [-Site] [-List] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Gets the progress of a trim job for a document library. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Get-SPOListFileVersionBatchDeleteJobProgress -Site https://contoso.sharepoint.com/sites/site1 -List "Documents" 36 | ``` 37 | 38 | Example 1 gets the progress of a trim job for a document library called "Documents". 39 | 40 | ## PARAMETERS 41 | 42 | ### -Site 43 | 44 | Specifies the URL of the site. 45 | 46 | ```yaml 47 | Type: SpoSitePipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: True (ByValue) 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -List 59 | 60 | The document library name or Id. 61 | 62 | ```yaml 63 | Type: SPOListPipeBind 64 | Parameter Sets: (All) 65 | 66 | Required: True 67 | Position: Named 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 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). 76 | 77 | ## RELATED LINKS 78 | 79 | [Remove-SPOListFileVersionBatchDeleteJob](Remove-SPOListFileVersionBatchDeleteJob.md) 80 | 81 | [New-SPOListFileVersionBatchDeleteJob](New-SPOListFileVersionBatchDeleteJob.md) 82 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOListVersionPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spolistversionpolicy 5 | applicable: SharePoint Online 6 | title: Get-SPOListVersionPolicy 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Get-SPOListVersionPolicy 15 | 16 | ## SYNOPSIS 17 | 18 | Gets the version policy setting on the document library. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOListVersionPolicy [-Site] [-List] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Gets the version policy setting on the document library. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Get-SPOListVersionPolicy -Site https://contoso.sharepoint.com/sites/site1 -List "Documents" 36 | ``` 37 | 38 | Example 1 gets the version policy setting on the document library called "Documents". 39 | 40 | ## PARAMETERS 41 | 42 | ### -Site 43 | 44 | Specifies the URL of the site. 45 | 46 | ```yaml 47 | Type: SpoSitePipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: True (ByValue) 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -List 59 | 60 | The document library name or Id. 61 | 62 | ```yaml 63 | Type: SPOListPipeBind 64 | Parameter Sets: (All) 65 | 66 | Required: True 67 | Position: Named 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 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). 76 | 77 | ## RELATED LINKS 78 | 79 | [Set-SPOListVersionPolicy](Set-SPOListVersionPolicy.md) 80 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMultiGeoCompanyAllowedDataLocation.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spomultigeocompanyalloweddatalocation 5 | applicable: SharePoint Online 6 | title: Get-SPOMultiGeoCompanyAllowedDataLocation 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOMultiGeoCompanyAllowedDataLocation 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the SharePoint Online Multi geo allowed data locations. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOMultiGeoCompanyAllowedDataLocation [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | ## EXAMPLES 28 | 29 | ### Example 1 30 | 31 | ```powershell 32 | Get-SPOMultiGeoCompanyAllowedDataLocation 33 | ``` 34 | 35 | This example returns the SharePoint Online Multi geo allowed data locations. 36 | 37 | ## PARAMETERS 38 | 39 | ### CommonParameters 40 | 41 | 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/p/?LinkID=113216). 42 | 43 | ## NOTES 44 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMultiGeoExperience.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spomultigeoexperience 5 | applicable: SharePoint Online 6 | title: Get-SPOMultiGeoExperience 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOMultiGeoExperience 14 | 15 | ## SYNOPSIS 16 | 17 | Use this cmdlet to get the multi geo experience mode. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOMultiGeoExperience [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to get the multi geo experience mode. For more information see [Enabling SharePoint Multi-Geo in your satellite geo location](https://learn.microsoft.com/office365/enterprise/enabling-sp-multigeo-satellite-geolocation) 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOMultiGeoExperience 35 | ``` 36 | 37 | This example will show you whether the geo location is in SPO or ODB mode. 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | 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/p/?LinkID=113216). 44 | 45 | ## NOTES 46 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOOrgAssetsLibrary.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoorgassetslibrary 5 | applicable: SharePoint Online 6 | title: Get-SPOOrgAssetsLibrary 7 | author: Maralesfahanpoor 8 | ms.author: maesfaha 9 | ms.reviewer: 10 | manager: paulac 11 | schema: 2.0.0 12 | --- 13 | 14 | # Get-SPOOrgAssetsLibrary 15 | 16 | ## SYNOPSIS 17 | 18 | Displays information about all libraries designated as locations for organization assets. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOOrgAssetsLibrary [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | The Get-SPOOrgAssetsLibrary cmdlet displays information about all libraries designated as locations for organization assets. 29 | 30 | Once this cmdlet is run, it will display the name and URL of the site where assets are originally stored, as well as the display name, server relative library URL, list ID, OrgAssetType and thumbnail URL for any associated libraries. 31 | 32 | ## EXAMPLES 33 | 34 | ### Example 1 35 | 36 | This example displays the name and URL of the site where assets are originally stored. It also provides a list of any associated libraries and shows the respective display name, server relative library URL, list ID, OrgAssetType and thumbnail URL. 37 | 38 | ```powershell 39 | Get-SPOOrgAssetsLibrary 40 | ``` 41 | 42 | ## PARAMETERS 43 | 44 | ## INPUTS 45 | 46 | ## OUTPUTS 47 | 48 | ## NOTES 49 | 50 | ## RELATED LINKS 51 | 52 | [Add-SPOOrgAssetsLibrary](https://learn.microsoft.com/powershell/module/sharepoint-online/add-spoorgassetslibrary?view=sharepoint-ps) 53 | 54 | [Set-SPOOrgAssetsLibrary](https://learn.microsoft.com/powershell/module/sharepoint-online/set-spoorgassetslibrary?view=sharepoint-ps) 55 | 56 | [Remove-SPOOrgAssetsLibrary](https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spoorgassetslibrary?view=sharepoint-ps) 57 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOOrgNewsSite.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoorgnewssite 5 | applicable: SharePoint Online 6 | title: Get-SPOOrgNewsSite 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | --- 11 | 12 | # Get-SPOOrgNewsSite 13 | 14 | ## SYNOPSIS 15 | 16 | Lists URLs of all the configured organizational news sites. Requires Tenant administrator permissions. 17 | 18 | ## SYNTAX 19 | 20 | ```powershell 21 | Get-SPOOrgNewsSite [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | Lists URLs of all the organizational authoritative news sites. 27 | 28 | ## EXAMPLES 29 | 30 | ### EXAMPLE 1 31 | 32 | ```powershell 33 | Get-SPOOrgNewsSite 34 | ``` 35 | 36 | The example returns a list of organizational news sites from the Tenant. 37 | 38 | ## PARAMETERS 39 | 40 | ### CommonParameters 41 | 42 | 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). 43 | 44 | ## INPUTS 45 | 46 | ### None 47 | 48 | ## OUTPUTS 49 | 50 | ### System.Object 51 | 52 | ## NOTES 53 | 54 | ## RELATED LINKS 55 | 56 | [Set-SPOOrgNewsSite](Set-SPOOrgNewsSite.md) 57 | 58 | [Remove-SPOOrgNewsSite](Remove-SPOOrgNewsSite.md) 59 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOPublicCdnOrigins.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spopubliccdnorigins 5 | applicable: SharePoint Online 6 | title: Get-SPOPublicCdnOrigins 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOPublicCdnOrigins 14 | 15 | ## SYNOPSIS 16 | 17 | This cmdlet returns a list of CDN Origins in your SharePoint Online Tenant 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOPublicCdnOrigins [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | List CDN Origins in your Tenant by id or url. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOPublicCdnOrigins | Fl 35 | 36 | Id : 16530053476cf3efe88b499076356d0205504b2451688c20a65d561c951783e0859ac590 37 | Url : HTTPS:/CONTOSO.SHAREPOINT.COM/SITES/CDN/CDNFILESLIBRARY 38 | ``` 39 | 40 | This example returns a list of CDN Origins. 41 | 42 | ## PARAMETERS 43 | 44 | ### CommonParameters 45 | 46 | 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). 47 | 48 | ## RELATED LINKS 49 | 50 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 51 | 52 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 53 | 54 | [New-SPOPublicCdnOrigin](New-SPOPublicCdnOrigin.md) 55 | 56 | [Remove-SPOPublicCdnOrigin](Remove-SPOPublicCdnOrigin.md) 57 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteCollectionAppCatalogs.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositecollectionappcatalogs 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteCollectionAppCatalogs 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOSiteCollectionAppCatalogs 14 | 15 | ## SYNOPSIS 16 | 17 | Use this cmdlet to get the Site Collection App Catalog. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOSiteCollectionAppCatalogs [-Site] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to get the Site Collection App Catalog. For more information, see [Use the App Catalog to make custom business apps available for your SharePoint environment](https://learn.microsoft.com/sharepoint/use-app-catalog) 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOSiteCollectionAppCatalogs -Site https://contoso.sharepoint.com/sites/Research 35 | ``` 36 | 37 | This example returns the Site Collection App Catalog for the site 38 | 39 | ## PARAMETERS 40 | 41 | ### -Site 42 | 43 | Url of the site 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | 61 | ## NOTES 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteDesign.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositedesign 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteDesign 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOSiteDesign 14 | 15 | ## SYNOPSIS 16 | 17 | Gets details about site designs that are on the SharePoint tenant. You can specify an ID of a specific site design to retrieve. If there are no parameters listed, details about all site designs are listed. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOSiteDesign [[-Identity] ] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Gets details about site designs that are on the SharePoint tenant. You can specify an ID of a specific site design to retrieve. If there are no parameters listed, details about all site designs are listed. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | This example and sample response show how to get site design details. 34 | 35 | ```powershell 36 | Get-SPOSiteDesign 44252d09-62c4-4913-9eb0-a2a8b8d7f863 37 | 38 | Id : 44252d09-62c4-4913-9eb0-a2a8b8d7f863 39 | Title : Contoso - Team Project 40 | WebTemplate : 64 41 | SiteScriptIds : {1306913c-8463-42ca-bd63-efad0fcdbba4} 42 | Description : Use this design to apply Contoso theme and create 43 | custom lists and add to nav 44 | ``` 45 | 46 | ## PARAMETERS 47 | 48 | ### -Identity 49 | 50 | The ID of the site design to retrieve. 51 | 52 | ```yaml 53 | Type: SPOSiteDesignPipeBind 54 | Parameter Sets: (All) 55 | Aliases: 56 | Applicable: SharePoint Online 57 | Required: False 58 | Position: Named 59 | Default value: None 60 | Accept pipeline input: False 61 | Accept wildcard characters: False 62 | ``` 63 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteDesignRights.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositedesignrights 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteDesignRights 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOSiteDesignRights 14 | 15 | ## SYNOPSIS 16 | 17 | Displays a list of principals and their rights for usage of the site design. This can be used to determine the scope that your site design has with users on the tenant. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOSiteDesignRights [-Identity] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Displays a list of principals and their rights for usage of the site design. This can be used to determine the scope that your site design has with users on the tenant. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | This example gets the rights for a site design. 34 | 35 | ```powershell 36 | Get-SPOSiteDesignRights 607aed52-6d61-490a-b692-c0f58a6981a1 37 | 38 | DisplayName PrincipalName Rights 39 | ----------- ------------- ------ 40 | Nestor Wilke i:0#.f|membership|nestorw@contoso.onmicrosoft.com View 41 | ``` 42 | 43 | ## PARAMETERS 44 | 45 | ### -Identity 46 | 47 | The ID of the site design to get scoping information. 48 | 49 | ```yaml 50 | Type: SPOSiteDesignPipeBind 51 | Parameter Sets: (All) 52 | Aliases: 53 | Applicable: SharePoint Online 54 | Required: True 55 | Position: Named 56 | Default value: None 57 | Accept pipeline input: False 58 | Accept wildcard characters: False 59 | ``` 60 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositefileversionbatchdeletejobprogress 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteFileVersionBatchDeleteJobProgress 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Get-SPOSiteFileVersionBatchDeleteJobProgress 15 | 16 | ## SYNOPSIS 17 | 18 | Gets the progress of a trim job for a site collection. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOSiteFileVersionBatchDeleteJobProgress [-Identity] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Gets the progress of a trim job for a site collection. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Get-SPOSiteFileVersionBatchDeleteJobProgress -Identity https://contoso.sharepoint.com/sites/site1 36 | ``` 37 | 38 | Example 1 gets the progress of a trim job for a site collection. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Identity 43 | 44 | Specifies the URL of the site collection. 45 | 46 | ```yaml 47 | Type: SpoSitePipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: True (ByValue) 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### CommonParameters 59 | 60 | 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). 61 | 62 | ## RELATED LINKS 63 | 64 | [Remove-SPOSiteFileVersionBatchDeleteJob](Remove-SPOSiteFileVersionBatchDeleteJob.md) 65 | 66 | [New-SPOSiteFileVersionBatchDeleteJob](New-SPOSiteFileVersionBatchDeleteJob.md) 67 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteScriptFromList.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositescriptfromlist 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteScriptFromList 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOSiteScriptFromList 14 | 15 | ## SYNOPSIS 16 | 17 | Creates site script syntax from an existing SharePoint list. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOSiteScriptFromList -ListUrl [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Uses an existing SharePoint list to output a JSON blob that can be used to create a site script for use in a site design. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | This example creates the site script output from an existing list - and writes it to a variable. This variable is then referenced to create a site script. 34 | 35 | ```powershell 36 | $extracted = Get-SPOSiteScriptFromList -ListUrl "https://contoso.sharepoint.com/sites/strategy/customer-contacts" 37 | Add-SPOSiteScript ` 38 | -Title "Contoso Customer Tracker" 39 | -Description "This creates a customer contact list" 40 | -Content $extracted 41 | ``` 42 | 43 | ## PARAMETERS 44 | 45 | ### -ListUrl 46 | 47 | The url of the list to be referenced for the JSON output. 48 | 49 | ```yaml 50 | Type: String 51 | Parameter Sets: (All) 52 | Aliases: 53 | Applicable: SharePoint Online 54 | Required: True 55 | Position: Named 56 | Default value: None 57 | Accept pipeline input: False 58 | Accept wildcard characters: False 59 | ``` 60 | 61 | ### CommonParameters 62 | 63 | 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/p/?LinkID=113216). 64 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteUserInvitations.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositeuserinvitations 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteUserInvitations 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOSiteUserInvitations 14 | 15 | ## SYNOPSIS 16 | 17 | Searches against all stored sharing links and retrieves the email invites. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOSiteUserInvitations [-Site] [-EmailAddress] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Searches against all stored sharing links on a Site and retrieves the email invites. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOSiteUserInvitations -Site https://contoso.sharepoint.com/sites/ContosoWeb1/ -EmailAddress someone@example.com 35 | ``` 36 | 37 | This example retrieves email invites stored in the ContosoWeb1 site to the user with email address someone@example.com. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Site 42 | 43 | Specifies the URL of the site collection. 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### -EmailAddress 58 | 59 | Email Address of the user. 60 | 61 | ```yaml 62 | Type: String 63 | Parameter Sets: (All) 64 | Aliases: 65 | Applicable: SharePoint Online 66 | Required: True 67 | Position: 2 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 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/p/?LinkID=113216). 76 | 77 | ## NOTES 78 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositeversionpolicyjobprogress 5 | applicable: SharePoint Online 6 | title: Get-SPOSiteVersionPolicyJobProgress 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Get-SPOSiteVersionPolicyJobProgress 15 | 16 | ## SYNOPSIS 17 | 18 | Gets the progress of setting version policy for existing document libraries on the site collection. 19 | 20 | ## SYNTAX 21 | ```powershell 22 | Get-SPOSiteVersionPolicyJobProgress [-Identity] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | `Set-SPOSite` cmdlet using `ApplyToExistingDocumentLibraries` will create a job to set version policy for existing document libraries on the site collection. This cmdlet then gets the progress of the job. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOSiteVersionPolicyJobProgress -Identity https://contoso.sharepoint.com/sites/site1 35 | ``` 36 | 37 | Example 1 gets the progress of setting version policy for existing document libraries on the site collection. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Identity 42 | 43 | Specifies the URL of the site collection. 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: True (ByValue) 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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). 60 | 61 | ## RELATED LINKS 62 | 63 | [Set-SPOSite](Set-SPOSite.md) 64 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOStorageEntity.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spostorageentity 5 | applicable: SharePoint Online 6 | title: Get-SPOStorageEntity 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOStorageEntity 14 | 15 | ## SYNOPSIS 16 | 17 | Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets. 18 | This cmdlet is used to get a value in the property bag. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOStorageEntity [-Site] [-Key] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Use this cmdlet to get a value in the property bag. 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | Get-SPOStorageEntity -Site "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomValues" 36 | ``` 37 | 38 | This example returns the whole entry in the property bag. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Site 43 | 44 | URL to the tenant or site collection app catalog. 45 | 46 | ```yaml 47 | Type: SpoSitePipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -Key 59 | 60 | The key in the property bag that should be returned. 61 | 62 | ```yaml 63 | Type: String 64 | Parameter Sets: (All) 65 | Aliases: 66 | Applicable: SharePoint Online 67 | Required: True 68 | Position: 2 69 | Default value: None 70 | Accept pipeline input: False 71 | Accept wildcard characters: False 72 | ``` 73 | 74 | ### CommonParameters 75 | 76 | 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/p/?LinkID=113216). 77 | 78 | ## NOTES 79 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenant.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenant 5 | applicable: SharePoint Online 6 | title: Get-SPOTenant 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenant 14 | 15 | ## SYNOPSIS 16 | 17 | Returns SharePoint Online organization properties. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenant [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | The `Get-SPOTenant` cmdlet returns organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated and SiteCreationMode. 28 | 29 | Currently, there are no parameters for this cmdlet. 30 | 31 | You must be a SharePoint Online administrator to run the cmdlet. 32 | 33 | For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps). 34 | 35 | ## EXAMPLES 36 | 37 | ### ------------ Example 1 -------------------- 38 | 39 | ```powershell 40 | Get-SPOTenant 41 | ``` 42 | 43 | This example returns the organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated, SiteCreationMode and OneDriveStorageQuota. 44 | 45 | ## PARAMETERS 46 | 47 | ### CommonParameters 48 | 49 | 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). 50 | 51 | ## INPUTS 52 | 53 | ## OUTPUTS 54 | 55 | ## NOTES 56 | 57 | ## RELATED LINKS 58 | 59 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 60 | 61 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnEnabled.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantcdnenabled 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantCdnEnabled 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantCdnEnabled 14 | 15 | ## SYNOPSIS 16 | 17 | Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. Requires Tenant administrator permissions. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantCdnEnabled -CdnType [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. 28 | 29 | ## EXAMPLES 30 | 31 | ### -----------------------EXAMPLE 1----------------------------- 32 | 33 | ```powershell 34 | Get-SPOTenantCdnEnabled -CdnType Public 35 | ``` 36 | 37 | The example returns a CDN with a type of public. 38 | 39 | ## PARAMETERS 40 | 41 | ### -CdnType 42 | 43 | Specifies the CDN type. The valid values are Public or Private. 44 | 45 | ```yaml 46 | Type: SPOTenantCdnType 47 | Parameter Sets: (All) 48 | Aliases: 49 | Accepted values: Public, Private 50 | Applicable: SharePoint Online 51 | 52 | Required: True 53 | Position: Named 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### CommonParameters 60 | 61 | 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). 62 | 63 | ## INPUTS 64 | 65 | ### None 66 | 67 | ## OUTPUTS 68 | 69 | ### System.Object 70 | 71 | ## NOTES 72 | 73 | ## RELATED LINKS 74 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnOrigins.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantcdnorigins 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantCdnOrigins 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantCdnOrigins 14 | 15 | ## SYNOPSIS 16 | 17 | Lists all the configured origins under the tenancy or under a given site. You must be a SharePoint Online administrator to run this cmdlet. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantCdnOrigins -CdnType [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Lists all the configured origins under the tenancy or under a given site. 28 | 29 | ## EXAMPLES 30 | 31 | ### -----------------------EXAMPLE 1----------------------------- 32 | 33 | ```powershell 34 | Get-SPOTenantCdnOrigins -CdnType Public 35 | ``` 36 | 37 | The example returns a list of origins from the Tenant. 38 | 39 | ## PARAMETERS 40 | 41 | ### -CdnType 42 | 43 | Specifies the CDN type. The valid values are: Public or Private. 44 | 45 | ```yaml 46 | Type: SPOTenantCdnType 47 | Parameter Sets: (All) 48 | Aliases: 49 | Accepted values: Public, Private 50 | Applicable: SharePoint Online 51 | 52 | Required: True 53 | Position: Named 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### CommonParameters 60 | 61 | 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). 62 | 63 | ## INPUTS 64 | 65 | ### None 66 | 67 | ## OUTPUTS 68 | 69 | ### System.Object 70 | 71 | ## NOTES 72 | 73 | ## RELATED LINKS 74 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnPolicies.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantcdnpolicies 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantCdnPolicies 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantCdnPolicies 14 | 15 | ## SYNOPSIS 16 | 17 | Get the public or private Policies applied on your SharePoint Online Tenant. Requires Tenant administrator permissions. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantCdnPolicies -CdnType [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This cmdlet gets the public or private policies applied to a SharePoint Online organization tenant. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOTenantCdnPolicies -CdnType Public 35 | ``` 36 | 37 | This example returns public CDN policies of your tenant. 38 | 39 | ### Example 2 40 | 41 | ```powershell 42 | Get-SPOTenantCdnPolicies -CdnType Private 43 | ``` 44 | 45 | This example returns private CDN policies of your tenant. 46 | 47 | ## PARAMETERS 48 | 49 | ### -CdnType 50 | 51 | Type of CDN on the current SPO Tenant (Public,Private) 52 | 53 | ```yaml 54 | Type: SPOTenantCdnType 55 | Parameter Sets: (All) 56 | Aliases: 57 | Accepted values: Public, Private 58 | Applicable: SharePoint Online 59 | 60 | Required: True 61 | Position: Named 62 | Default value: None 63 | Accept pipeline input: False 64 | Accept wildcard characters: False 65 | ``` 66 | 67 | ### CommonParameters 68 | 69 | 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). 70 | 71 | ## RELATED LINKS 72 | 73 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 74 | 75 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 76 | 77 | [Set-SPOTenantCdnEnabled](Set-SPOTenantCdnEnabled.md) 78 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantContentTypeReplicationParameters.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantcontenttypereplicationparameters 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantContentTypeReplicationParameters 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantContentTypeReplicationParameters 14 | 15 | ## SYNOPSIS 16 | 17 | Gets content types for replication parameters 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantContentTypeReplicationParameters [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Before you run the cmdlets, please use `Connect-SPOService` to connect to SharePoint Online first. 28 | This Cmdlets gets the content types that are being replicated from primary location to satellite 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | Get-SPOTenantContentTypeReplicationParameters 36 | ``` 37 | 38 | Gets content types for replication parameters 39 | 40 | ## PARAMETERS 41 | 42 | ### CommonParameters 43 | 44 | 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). 45 | 46 | ## RELATED LINKS 47 | 48 | [Introduction to the SharePoint Online management shell](https://support.office.com/en-us/article/introduction-to-the-sharepoint-online-management-shell-c16941c3-19b4-4710-8056-34c034493429) 49 | 50 | [SharePoint Online Management Shell Download](https://www.microsoft.com/en-US/download/details.aspx?id=35588) 51 | 52 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 53 | 54 | [Get-SPOTenantTaxonomyReplicationParameters](Get-SPOTenantTaxonomyReplicationParameters.md) 55 | 56 | [Set-SPOTenantTaxonomyReplicationParameters](Set-SPOTenantTaxonomyReplicationParameters.md) 57 | 58 | [Set-SPOTenantContentTypeReplicationParameters](Set-SPOTenantContentTypeReplicationParameters.md) 59 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantLogLastAvailableTimeInUtc.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantloglastavailabletimeinutc 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantLogLastAvailableTimeInUtc 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantLogLastAvailableTimeInUtc 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the most recent time when the SharePoint Online organization logs were collected. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantLogLastAvailableTimeInUtc [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This cmdlet retrieves the time in Coordinated Universal Time (UTC) when the logs were last collected. 28 | After you know the time, you can use the `Get-SPOTenantLogEntry` cmdlet to retrieve the logs. 29 | 30 | You must be at least a SharePoint Online administrator to run the cmdlet. 31 | 32 | For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps). 33 | 34 | ## EXAMPLES 35 | 36 | ### -----------------------EXAMPLE 1----------------------------- 37 | 38 | ```powershell 39 | Get-SPOTenantLogLastAvailableTimeInUtc 40 | ``` 41 | 42 | This example returns the time in UTC when the SharePoint Online organization logs were most recently collected. 43 | 44 | ## PARAMETERS 45 | 46 | ### CommonParameters 47 | 48 | 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). 49 | 50 | ## INPUTS 51 | 52 | ## OUTPUTS 53 | 54 | ## NOTES 55 | 56 | ## RELATED LINKS 57 | 58 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 59 | 60 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 61 | 62 | [Get-SPOTenantLogEntry](Get-SPOTenantLogEntry.md) 63 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantOrgRelation.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOTenantOrgRelation 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantOrgRelation 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantOrgRelation 14 | 15 | ## SYNOPSIS 16 | 17 | Note: Currently this cmdlet is part of pre-release functionality and may not function in your tenant. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantOrgRelation [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | {{ Fill in the Description }} 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOTenantOrgRelation 35 | ``` 36 | 37 | {{ Add example description here }} 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 44 | 45 | ## INPUTS 46 | 47 | ### None 48 | 49 | ## OUTPUTS 50 | 51 | ### System.Object 52 | 53 | ## NOTES 54 | 55 | ## RELATED LINKS 56 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantOrgRelationByPartner.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOTenantOrgRelationByPartner 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantOrgRelationByPartner 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | 14 | # Get-SPOTenantOrgRelationByPartner 15 | 16 | ## SYNOPSIS 17 | 18 | Note: Currently this cmdlet is part of pre-release functionality and may not function in your tenant. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Get-SPOTenantOrgRelationByPartner [-PartnerCompanyId] [[-PartnerInstanceId] ] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | {{ Fill in the Description }} 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | 36 | ``` 37 | 38 | {{ Add example description here }} 39 | 40 | ## PARAMETERS 41 | 42 | ### -PartnerCompanyId 43 | 44 | {{ Fill PartnerCompanyId Description }} 45 | 46 | ```yaml 47 | Type: Guid 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | 52 | Required: True 53 | Position: 0 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### -PartnerInstanceId 60 | 61 | {{ Fill PartnerInstanceId Description }} 62 | 63 | ```yaml 64 | Type: Guid 65 | Parameter Sets: (All) 66 | Aliases: 67 | Applicable: SharePoint Online 68 | 69 | Required: False 70 | Position: 1 71 | Default value: None 72 | Accept pipeline input: False 73 | Accept wildcard characters: False 74 | ``` 75 | 76 | ### CommonParameters 77 | 78 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 79 | 80 | ## INPUTS 81 | 82 | ### None 83 | 84 | ## OUTPUTS 85 | 86 | ### System.Object 87 | 88 | ## NOTES 89 | 90 | ## RELATED LINKS 91 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantOrgRelationByScenario.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOTenantOrgRelationByScenario 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantOrgRelationByScenario 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantOrgRelationByScenario 14 | 15 | ## SYNOPSIS 16 | 17 | Note: Currently this cmdlet is part of pre-release functionality and may not function in your tenant. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantOrgRelationByScenario [-Scenario] [-PartnerRole] 23 | [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | {{ Fill in the Description }} 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | PS C:\> {{ Add example code here }} 36 | ``` 37 | 38 | {{ Add example description here }} 39 | 40 | ## PARAMETERS 41 | 42 | ### -PartnerRole 43 | 44 | {{ Fill PartnerRole Description }} 45 | 46 | ```yaml 47 | Type: OrgRelationRole 48 | Parameter Sets: (All) 49 | Aliases: 50 | Accepted values: None, Source, Target 51 | 52 | Required: True 53 | Position: 1 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### -Scenario 60 | 61 | {{ Fill Scenario Description }} 62 | 63 | ```yaml 64 | Type: OrgRelationScenario 65 | Parameter Sets: (All) 66 | Aliases: 67 | Accepted values: None, MnA 68 | 69 | Required: True 70 | Position: 0 71 | Default value: None 72 | Accept pipeline input: False 73 | Accept wildcard characters: False 74 | ``` 75 | 76 | ### CommonParameters 77 | 78 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 79 | 80 | ## INPUTS 81 | 82 | ### None 83 | 84 | ## OUTPUTS 85 | 86 | ### System.Object 87 | 88 | ## NOTES 89 | 90 | ## RELATED LINKS 91 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantRenameStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantrenamestatus 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantRenameStatus 7 | schema: 2.0.0 8 | author: WayneEwington 9 | ms.author: waynewin 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantRenameStatus 14 | 15 | ## SYNOPSIS 16 | 17 | > [!IMPORTANT] 18 | > This feature is currently available to organizations that have no more than 10,000 total SharePoint sites and OneDrive accounts combined. 19 | 20 | Get the status of the job to change the SharePoint domain name for your organization in Microsoft 365. 21 | 22 | ## SYNTAX 23 | 24 | ```Powershell 25 | Get-SPOTenantRenameStatus [] 26 | ``` 27 | 28 | ## DESCRIPTION 29 | 30 | This command gets the status of the job to rename the SharePoint domain name for your organization. 31 | 32 | > [!NOTE] 33 | > If you receive AccessDenied exceptions after the rename operation has started, try connecting to the new domain in PowerShell and try again. 34 | 35 | ## EXAMPLES 36 | 37 | ### EXAMPLE 1 38 | 39 | ```powershell 40 | Get-SPOTenantRenameStatus 41 | ``` 42 | 43 | Gets the status of the job to rename your SharePoint domain name. 44 | 45 | ## PARAMETERS 46 | 47 | ### CommonParameters 48 | 49 | 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). 50 | 51 | ## RELATED LINKS 52 | 53 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 54 | 55 | [Rename your SharePoint domain](https://aka.ms/SPOTenantRename) 56 | 57 | [Start-SPOTenantRename](Start-SPOTenantRename.md) 58 | 59 | [Stop-SPOTenantRename](Stop-SPOTenantRename.md) 60 | 61 | [Get-SPOSiteRenameState](Get-SPOSiteRenameState.md) 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantServicePrincipalPermissionGrants.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantserviceprincipalpermissiongrants 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantServicePrincipalPermissionGrants 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantServicePrincipalPermissionGrants 14 | 15 | ## SYNOPSIS 16 | 17 | Gets the collection of permission grants for the "SharePoint Online Client" service principal 18 | 19 | ## SYNTAX 20 | 21 | ### Default 22 | 23 | ```powershell 24 | Get-SPOTenantServicePrincipalPermissionGrants 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Gets the collection of permission grants for the "SharePoint Online Client" service principal. 30 | 31 | A permission grant contains the following properties: 32 | 33 | - ClientId: The objectId of the service principal granted consent to impersonate the user when accessing the resource (represented by the resourceId). 34 | 35 | - ConsentType: Whether consent was provided by the administrator on behalf of the organization or whether consent was provided by an individual. The possible values are "AllPrincipals" or "Principal". 36 | 37 | - ObjectId: The unique identifier for the permission grant. 38 | 39 | - _(Coming soon)_ Resource: The resource to which access has been granted. 40 | 41 | - ResourceId: The objectId of the resource service principal to which access has been granted. 42 | 43 | - Scope: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token. 44 | 45 | ## EXAMPLES 46 | 47 | ### ------------------EXAMPLE 1------------------ 48 | 49 | ```powershell 50 | Get-SPOTenantServicePrincipalPermissionGrants 51 | ``` 52 | 53 | Gets the collection of permission grants for the "SharePoint Online Client" service principal. 54 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantServicePrincipalPermissionRequests.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantserviceprincipalpermissionrequests 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantServicePrincipalPermissionRequests 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantServicePrincipalPermissionRequests 14 | 15 | ## SYNOPSIS 16 | 17 | Gets the collection of permission requests for the "SharePoint Online Client" service principal 18 | 19 | ## SYNTAX 20 | 21 | ### Default 22 | 23 | ```powershell 24 | Get-SPOTenantServicePrincipalPermissionRequests 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Gets the collection of permission requests for the "SharePoint Online Client" service principal. 30 | 31 | Permission request object 32 | 33 | A permission request contains the following properties: 34 | 35 | - Id: The identifier of the request. 36 | 37 | - Resource: The resource that the application requires access to. 38 | 39 | - Scope: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token. 40 | 41 | ## EXAMPLES 42 | 43 | ### ------------------EXAMPLE 1------------------ 44 | 45 | ```powershell 46 | Get-SPOTenantServicePrincipalPermissionRequests 47 | ``` 48 | 49 | Gets the collection of permission requests for the "SharePoint Online Client" service principal. 50 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantSyncClientRestriction.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantsyncclientrestriction 5 | applicable: SharePoint Online 6 | title: Get-SPOTenantSyncClientRestriction 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOTenantSyncClientRestriction 14 | 15 | ## SYNOPSIS 16 | 17 | Returns the current configuration status. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOTenantSyncClientRestriction 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | The `Get-SPOTenantSyncClientRestriction` cmdlet returns whether the TenantRestrictionEnabled property is true or false and DomainGUIDs that are currently in the safe recipient list which is represented by the AllowedDomainList property. 28 | 29 | This cmdlet, that does not take any input, also returns the current state of the BlockMacSync and GrooveBlockOption properties. 30 | 31 | You must be at least a SharePoint Online administrator to run the cmdlet. 32 | 33 | Requires a valid `Connect-SPOService` context to identify the tenant. For information on how to connect to the tenant, see `Connect-SPOService`. 34 | 35 | ## EXAMPLES 36 | 37 | ### -----------------------EXAMPLE 1----------------------------- 38 | 39 | ```powershell 40 | Get-SPOTenantSyncClientRestriction 41 | ``` 42 | 43 | This example returns a current boolean value of the TenantRestrictionEnabled and BlockMacSync properties and a current set list of domains GUIDs in the AllowedDomainList property. 44 | 45 | ## PARAMETERS 46 | 47 | ### CommonParameters 48 | 49 | 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). 50 | 51 | ## INPUTS 52 | 53 | ### None 54 | 55 | ## OUTPUTS 56 | 57 | ### System.Object 58 | 59 | ## NOTES 60 | 61 | ## RELATED LINKS 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUnifiedGroup.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spounifiedgroup 5 | applicable: SharePoint Online 6 | title: Get-SPOUnifiedGroup 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOUnifiedGroup 14 | 15 | ## SYNOPSIS 16 | 17 | Retrieves the Preferred Data Location for the specified Office 365 Group. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOUnifiedGroup [-GroupAlias] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Retrieves the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Get-SPOUnifiedGroup -GroupAlias EUTeam 35 | ``` 36 | Returns the PDL for the Office 365 Group named 'EUTeam'. 37 | 38 | ## PARAMETERS 39 | 40 | ### -GroupAlias 41 | 42 | The alias of the Office 365 Group. 43 | 44 | ```yaml 45 | Type: String 46 | Parameter Sets: (All) 47 | Aliases: 48 | Applicable: SharePoint Online 49 | Required: True 50 | Position: 1 51 | Default value: None 52 | Accept pipeline input: False 53 | Accept wildcard characters: False 54 | ``` 55 | 56 | ### CommonParameters 57 | 58 | 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/p/?LinkID=113216). 59 | 60 | ## NOTES 61 | 62 | ## RELATED LINKS 63 | 64 | [Move a SharePoint site to a different geo location](https://learn.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations) 65 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUserOneDriveLocation.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spouseronedrivelocation 5 | applicable: SharePoint Online 6 | title: Get-SPOUserOneDriveLocation 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPOUserOneDriveLocation 14 | 15 | ## SYNOPSIS 16 | 17 | This cmdlet will return the user principal name, current location, and corresponding OneDrive for Business url, and the site ID. This cmdlet only supports Multi-Geo OneDrive sites. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Get-SPOUserOneDriveLocation -UserPrincipalName [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This command will return information about the OneDrive location for the specified user. 28 | 29 | ## EXAMPLES 30 | 31 | ### -----------------------EXAMPLE 1----------------------------- 32 | 33 | ```powershell 34 | Get-SPOUserOneDriveLocation -UserPrincipalName admin@contoso.com 35 | ``` 36 | 37 | Get the current location the user's OneDrive location, url, and site ID. 38 | 39 | ## PARAMETERS 40 | 41 | ### -UserPrincipalName 42 | 43 | UserPrincipalName or UPN defined for the specific user on the SPO tenant. 44 | 45 | ```yaml 46 | Type: String 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | 51 | Required: True 52 | Position: Named 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### CommonParameters 59 | 60 | 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). 61 | 62 | ## RELATED LINKS 63 | 64 | [Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 65 | 66 | [Get-SPOAppErrors](Get-SPOAppErrors.md) 67 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOAppBillingPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Remove-SPOAppBillingPolicy 5 | applicable: SharePoint Online 6 | title: Remove-SPOAppBillingPolicy 7 | schema: 2.0.0 8 | author: arakesh 9 | ms.author: arakesh 10 | ms.reviewer: 11 | --- 12 | # Remove-SPOAppBillingPolicy 13 | 14 | ## SYNOPSIS 15 | 16 | Removes billing policy asscoiated with the application. 17 | 18 | ## SYNTAX 19 | 20 | ```powershell 21 | 22 | Remove-SPOAppBillingPolicy [[-ApplicationId] ] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Remove-SPOAppBillingPolicy removes the billing policy associated with the application. 28 | 29 | You must be a SharePoint Administrator to run this cmdlet. 30 | 31 | > [!NOTE] 32 | > To use the Remove-SPOAppBillingPolicy cmdlet, an admin must authenticate to SharePoint Online using modern authentication. 33 | > 34 | > Use the **Connect-SPOService** cmdlet shown below, which will prompt you to enter your credentials. If multi-factor authentication (MFA) is enabled, you will need to complete the MFA process (e.g., entering a verification code sent to your phone). 35 | > 36 | > 37 | > `Connect-SPOService -Url https://(your-tenant)-admin.sharepoint.com` 38 | > 39 | > Replace (your-tenant) with your actual SharePoint Online domain, e.g. `https://contoso-admin.sharepoint.com.` 40 | 41 | ## EXAMPLES 42 | 43 | ### Example 1 44 | 45 | ```powershell 46 | 47 | Remove-SPOAppBillingPolicy -ApplicationId 1653hhd-87100luhw-786265gk-00asa00 48 | 49 | ``` 50 | ## PARAMETERS 51 | 52 | ### -ApplicationID 53 | 54 | This parameter specifies the ID of the application. 55 | 56 | ```yaml 57 | Type: GUID 58 | Parameter Sets: (All) 59 | Aliases: 60 | Applicable: SharePoint Online 61 | 62 | Required: True 63 | Position: Named 64 | Default value: None 65 | Accept pipeline input: False 66 | Accept wildcard characters: False 67 | ``` 68 | 69 | ## RELATED LINKS 70 | 71 | [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 72 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOContentEventEmailAddresses.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spocontenteventemailaddresses 5 | applicable: SharePoint Online 6 | title: Remove-SPOContentEventEmailAddresses 7 | schema: 1.0.0 8 | author: mshabaz 9 | ms.author: mshabaz 10 | ms.reviewer: 11 | manager: miabhish 12 | --- 13 | 14 | # Remove-SPOContentEventEmailAddresses 15 | 16 | ## SYNOPSIS 17 | 18 | Removes the email addresses associated with the specified category of content event if they exist. Consequently, notification emails will no longer be sent to these addresses. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Remove-SPOContentEventEmailAddresses [-Category] [-EmailAddresses] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Removes the email addresses associated with the specified category of content event if they exist. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Remove-SPOContentEventEmailAddresses -Category Ransomware -EmailAddresses "Joe.Doe@contoso.com", "John.Dow@contoso.com" 36 | ``` 37 | 38 | In Example 1, the email addresses joe.doe@contoso.com and john.dow@contoso.com have been excluded from the ransomware category within the content event. As a result, notification emails will not be dispatched to these two addresses. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Category 43 | 44 | Specifies the content event category. 45 | 46 | ```yaml 47 | Type: ContentEventCategory 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -EmailAddresses 59 | 60 | List of comma seperated email addresses 61 | 62 | ```yaml 63 | Type: strings 64 | Parameter Sets: (All) 65 | 66 | Required: True 67 | Position: 2 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 76 | ## RELATED LINKS 77 | 78 | [Get-SPOContentEventEmailAddresses](Get-SPOContentEventEmailAddresses.md) 79 | 80 | [Set-SPOContentEventEmailAddresses](Set-SPOContentEventEmailAddresses.md) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOContentSecurityPolicy.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spocontentsecuritypolicy 5 | applicable: SharePoint Online 6 | title: Remove-SPOContentSecurityPolicy 7 | schema: 2.0.0 8 | author: jaobrie 9 | ms.author: jaobrie 10 | manager: ryannak 11 | ms.reviewer: 12 | --- 13 | 14 | # Remove-SPOContentSecurityPolicy 15 | 16 | ## SYNOPSIS 17 | 18 | Removes a source from the **Content Security Policy** configuration. 19 | 20 | ## SYNTAX 21 | 22 | ### Default 23 | 24 | ```powershell 25 | Remove-SPOContentSecurityPolicy [-Source] 26 | ``` 27 | 28 | ## DESCRIPTION 29 | 30 | Removes the given source from the **Content Security Policy** configuration. 31 | In multi-geo environments, **Content Security Policy** configuration is unique to each geo. 32 | 33 | ## PARAMETERS 34 | 35 | ### -Source 36 | 37 | Source to be removed from the **Content Security Policy** configuration. 38 | 39 | ```yaml 40 | Type: String 41 | Parameter Sets: (All) 42 | Aliases: 43 | Applicable: SharePoint Online 44 | 45 | Required: True 46 | Position: 0 47 | Default value: None 48 | Accept pipeline input: False 49 | Accept wildcard characters: False 50 | ``` 51 | 52 | ## RELATED LINKS 53 | 54 | [Get-SPOContentSecurityPolicy](Get-SPOContentSecurityPolicy.md) 55 | 56 | [Add-SPOContentSecurityPolicy](Add-SPOContentSecurityPolicy.md) 57 | 58 | [Content Security Policy source values](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHomeSite.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spohomesite 5 | applicable: SharePoint Online 6 | title: Remove-SPOHomeSite 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOHomeSite 14 | 15 | ## SYNOPSIS 16 | 17 | Removes the current SharePoint Online Home site setting. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOHomeSite [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to remove the current SharePoint Online Home Site setting. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOHomeSite 35 | ``` 36 | 37 | This example removes the current SharePoint Online Home Site setting. 38 | 39 | ## PARAMETERS 40 | 41 | ### CommonParameters 42 | 43 | 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/p/?LinkID=113216). 44 | 45 | ## NOTES 46 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHubSiteAssociation.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spohubsiteassociation 5 | applicable: SharePoint Online 6 | title: Remove-SPOHubSiteAssociation 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOHubSiteAssociation 14 | 15 | ## SYNOPSIS 16 | 17 | Removes a site from its associated hub site. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOHubSiteAssociation [-Site] 23 | [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Use this cmdlet to remove an association between a site and a hub site. 29 | 30 | > [!IMPORTANT] 31 | > This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments. 32 | 33 | If the site or hub site doesn't exist, this cmdlet returns a "File not found" error. 34 | 35 | ## EXAMPLES 36 | 37 | ### Example 1 38 | 39 | ```powershell 40 | Remove-SPOHubSiteAssociation https://contoso.sharepoint.com/sites/Research 41 | ``` 42 | 43 | This example removes the research site from the marketing hub site. 44 | 45 | ## PARAMETERS 46 | 47 | ### -Site 48 | 49 | URL of the site to remove from the hub site. 50 | 51 | ```yaml 52 | Type: SpoSitePipeBind 53 | Parameter Sets: (All) 54 | Aliases: 55 | Applicable: SharePoint Online 56 | 57 | Required: True 58 | Position: Named 59 | Default value: None 60 | Accept pipeline input: False 61 | Accept wildcard characters: False 62 | ``` 63 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHubToHubAssociation.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spohubtohubassociation 5 | applicable: SharePoint Online 6 | title: Remove-SPOHubToHubAssociation 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOHubToHubAssociation 14 | 15 | ## SYNOPSIS 16 | 17 | Removes the selected hub site from its parent hub. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOHubToHubAssociation [-HubSiteId] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to remove the selected hub site from its parent hub. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 35 | ``` 36 | 37 | This example removes the site with the given id from its parent Hub. 38 | 39 | ## PARAMETERS 40 | 41 | ### -HubsiteId 42 | 43 | Id of the Hub site to be removed from its parent Hub. 44 | 45 | ```yaml 46 | Type: Guid 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | 61 | ## NOTES 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOListDesign.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spolistdesign 5 | schema: 2.0.0 6 | author: SaladiHarini 7 | ms.author: hasaladi 8 | ms.reviewer: 9 | title: Remove-SPOListDesign 10 | --- 11 | 12 | # Remove-SPOListDesign 13 | 14 | ## SYNOPSIS 15 | Removes a list design. It no longer appears in the UI for creating a new list. 16 | 17 | ## SYNTAX 18 | 19 | ``` 20 | Remove-SPOListDesign [-Identity] [] 21 | ``` 22 | 23 | ## DESCRIPTION 24 | Removes a list design. It no longer appears in the UI for creating a new list. 25 | 26 | ## EXAMPLES 27 | 28 | ### Example 1 29 | 30 | ```powershell 31 | PS > Remove-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863 32 | ``` 33 | This example shows how to remove a list design. 34 | 35 | ## PARAMETERS 36 | 37 | ### -Identity 38 | The ID of the list design to remove. 39 | 40 | ```yaml 41 | Type: SPOListDesignPipeBind 42 | Parameter Sets: (All) 43 | Aliases: 44 | 45 | Required: True 46 | Position: 0 47 | Default value: None 48 | Accept pipeline input: True (ByValue) 49 | Accept wildcard characters: False 50 | ``` 51 | 52 | ### CommonParameters 53 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 54 | 55 | ## INPUTS 56 | 57 | ### Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind 58 | 59 | ## OUTPUTS 60 | 61 | ### System.Object 62 | 63 | ## NOTES 64 | 65 | ## RELATED LINKS 66 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOOrgNewsSite.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spoorgnewssite 5 | applicable: SharePoint Online 6 | title: Remove-SPOOrgNewsSite 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | --- 11 | 12 | # Remove-SPOOrgNewsSite 13 | 14 | ## SYNOPSIS 15 | 16 | Removes a given site from the list of organizational news sites based on its URL in your SharePoint Online Tenant 17 | 18 | ## SYNTAX 19 | 20 | ```powershell 21 | Remove-SPOOrgNewsSite -OrgNewsSiteUrl [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | This cmdlet will remove a site from list of organizational news sites based on its URL. 27 | 28 | ## EXAMPLES 29 | 30 | ### EXAMPLE 1 31 | 32 | ```powershell 33 | Remove-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing 34 | ``` 35 | 36 | This example removes from the list of organizational news sites. 37 | 38 | ## PARAMETERS 39 | 40 | ### -OrgNewsSiteUrl 41 | 42 | The URL of a site to be marked as an organizational news site. 43 | 44 | ```yaml 45 | Type: String 46 | Parameter Sets: (All) 47 | Aliases: 48 | Applicable: SharePoint Online 49 | 50 | Required: True 51 | Position: Named 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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). 60 | 61 | ## RELATED LINKS 62 | 63 | [Get-SPOOrgNewsSite](Get-SPOOrgNewsSite.md) 64 | 65 | [Set-SPOOrgNewsSite](Set-SPOOrgNewsSite.md) 66 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteCollectionAppCatalog.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositecollectionappcatalog 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteCollectionAppCatalog 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteCollectionAppCatalog 14 | 15 | ## SYNOPSIS 16 | 17 | Removes the site collection app catalog. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteCollectionAppCatalog [-Site] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to remove the site collection app catalog. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOSiteCollectionAppCatalog -Site https://contoso.sharepoint.com/sites/Research 35 | ``` 36 | 37 | This example removes the site collection app catalog from the site 38 | 39 | ## PARAMETERS 40 | 41 | ### -Site 42 | 43 | Url of the site collection. 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | 61 | ## NOTES 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteCollectionAppCatalogById.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositecollectionappcatalogbyid 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteCollectionAppCatalogById 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteCollectionAppCatalogById 14 | 15 | ## SYNOPSIS 16 | 17 | Removes the site collection app catalog by the id of the site collection. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteCollectionAppCatalogById -SiteId [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to remove the site collection app catalog by the id of the site collection. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOSiteCollectionAppCatalogById -SiteId bdbd7458-8199-4e99-87ca-15fe9dc17a86 35 | ``` 36 | 37 | This example removes the site collection app catalog from the site with the id 'bdbd7458-8199-4e99-87ca-15fe9dc17a86'. 38 | 39 | ## PARAMETERS 40 | 41 | ### -SiteId 42 | 43 | Guid of the site collection. 44 | 45 | ```yaml 46 | Type: Guid 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: Named 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | 61 | ## NOTES 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteDesign.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositedesign 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteDesign 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteDesign 14 | 15 | ## SYNOPSIS 16 | 17 | Removes a site design. It no longer appears in the UI for creating a new site. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteDesign 23 | [-Identity] 24 | [] 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Removes a site design. It no longer appears in the UI for creating a new site. 30 | 31 | ## EXAMPLES 32 | 33 | ### Example 1 34 | 35 | This example shows how to remove a site design. 36 | 37 | ```powershell 38 | Remove-SPOSiteDesign 21209d88-38de-4844-9823-f1f600a1179a 39 | ``` 40 | 41 | ## PARAMETERS 42 | 43 | ### -Identity 44 | 45 | The ID of the site design to remove. 46 | 47 | ```yaml 48 | Type: SPOSiteDesignPipeBind 49 | Parameter Sets: (All) 50 | Aliases: 51 | Applicable: SharePoint Online 52 | Required: True 53 | Position: Named 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteDesignTask.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositedesigntask 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteDesignTask 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteDesignTask 14 | 15 | ## SYNOPSIS 16 | 17 | Command to remove a scheduled site design script. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteDesignTask 23 | -Identity 24 | [] 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | Removes a scheduled site design by providing the site design ID. If the execution of the associated site script has already started the execution will not be terminated. 30 | 31 | > [!NOTE] 32 | > This command only removes a scheduled request. To check on the job status or to view details of the scheduled run, use the commands in the related section below. 33 | 34 | ## EXAMPLES 35 | 36 | ### Example 1 37 | 38 | This example removes a previously scheduled site design. 39 | 40 | ```powershell 41 | Remove-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82 42 | ``` 43 | 44 | ## PARAMETERS 45 | 46 | ### -Identity 47 | 48 | The ID of the site design to apply. 49 | 50 | ```yaml 51 | Type: SPOSiteDesignPipeBind 52 | Parameter Sets: (All) 53 | Aliases: 54 | Applicable: SharePoint Online 55 | Required: True 56 | Position: Named 57 | Default value: None 58 | Accept pipeline input: False 59 | Accept wildcard characters: False 60 | ``` 61 | 62 | ## RELATED LINKS 63 | 64 | [Get-SPOSiteDesignTask](Get-SPOSiteDesignTask.md) 65 | 66 | [Get-SPOSiteDesignRun](Get-SPOSiteDesignRun.md) 67 | 68 | [Get-SPOSiteDesignRunStatus](Get-SPOSiteDesignRunStatus.md) 69 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteFileVersionBatchDeleteJob.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositefileversionbatchdeletejob 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteFileVersionBatchDeleteJob 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Remove-SPOSiteFileVersionBatchDeleteJob 15 | 16 | ## SYNOPSIS 17 | 18 | Stops further processing of site level trim job that is in-progress. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Remove-SPOSiteFileVersionBatchDeleteJob [-Identity] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Stops further processing of site level trim job that is in-progress. 29 | 30 | Once the cmdlet executes successfully, all new asynchronous version deletion will be stopped. Stopping a trim job will not impact versions that have already been permanently deleted when the job was in progress. 31 | 32 | ## EXAMPLES 33 | 34 | ### EXAMPLE 1 35 | 36 | ```powershell 37 | Remove-SPOSiteFileVersionBatchDeleteJob -Identity https://contoso.sharepoint.com/sites/site1 38 | ``` 39 | 40 | Example 1 cancels further processing of the trim job for the site collection. 41 | 42 | ## PARAMETERS 43 | 44 | ### -Identity 45 | 46 | Specifies the URL of the site collection. 47 | 48 | ```yaml 49 | Type: SpoSitePipeBind 50 | Parameter Sets: (All) 51 | Aliases: 52 | Applicable: SharePoint Online 53 | Required: True 54 | Position: 1 55 | Default value: None 56 | Accept pipeline input: True (ByValue) 57 | Accept wildcard characters: False 58 | ``` 59 | 60 | ### CommonParameters 61 | 62 | 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). 63 | 64 | ## RELATED LINKS 65 | 66 | [Get-SPOSiteFileVersionBatchDeleteJobProgress](Get-SPOSiteFileVersionBatchDeleteJobProgress.md) 67 | 68 | [New-SPOSiteFileVersionBatchDeleteJob](New-SPOSiteFileVersionBatchDeleteJob.md) 69 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteScript.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositescript 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteScript 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteScript 14 | 15 | ## SYNOPSIS 16 | 17 | Removes a site script. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteScript [-Identity] [] 23 | ``` 24 | 25 | ## EXAMPLES 26 | 27 | ### Example 1 28 | 29 | This example shows how to remove a site design. 30 | 31 | ```powershell 32 | Remove-SPOSiteScript 5ea28194-6fe7-4e2c-ba84-c409368278e2 33 | ``` 34 | 35 | ## DESCRIPTION 36 | 37 | Removes a site script. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Identity 42 | 43 | The ID of the site script to remove. 44 | 45 | ```yaml 46 | Type: SPOSiteScriptPipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: Named 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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/p/?LinkID=113216). 60 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteUserInvitations.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositeuserinvitations 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteUserInvitations 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOSiteUserInvitations 14 | 15 | ## SYNOPSIS 16 | 17 | . 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOSiteUserInvitations [-Site] [-EmailAddress] [-CountOnly] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | . 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOSiteUserInvitations -Site https://contoso.sharepoint.com/sites/Research -EmailAddress "someone@contoso.com" 35 | ``` 36 | 37 | This example removes the user with the mail address "someone@contoso.com" from the site with the url 38 | 39 | ## PARAMETERS 40 | 41 | ### -Site 42 | 43 | Specifies the URL of the site collection. 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### -EmailAddress 58 | 59 | Email Address of the user. 60 | 61 | ```yaml 62 | Type: String 63 | Parameter Sets: (All) 64 | Aliases: 65 | Applicable: SharePoint Online 66 | Required: True 67 | Position: 2 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### -CountOnly 74 | 75 | ```yaml 76 | Type: SwitchParameter 77 | Parameter Sets: (All) 78 | Aliases: 79 | Applicable: SharePoint Online 80 | Required: False 81 | Position: 3 82 | Default value: None 83 | Accept pipeline input: False 84 | Accept wildcard characters: False 85 | ``` 86 | 87 | ### CommonParameters 88 | 89 | 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/p/?LinkID=113216). 90 | 91 | ## NOTES 92 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositeversionpolicyjob 5 | applicable: SharePoint Online 6 | title: Remove-SPOSiteVersionPolicyJob 7 | schema: 2.0.0 8 | author: msjennywu 9 | ms.author: jennywu 10 | ms.reviewer: 11 | manager: seanmc 12 | --- 13 | 14 | # Remove-SPOSiteVersionPolicyJob 15 | 16 | ## SYNOPSIS 17 | 18 | Cancels further processing of version settings update on existing document libraries on the site collection. 19 | 20 | ## SYNTAX 21 | ```powershell 22 | Remove-SPOSiteVersionPolicyJob [-Identity] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | `Set-SPOSite` cmdlet using `ApplyToExistingDocumentLibraries` will create a job to set version policy for existing document libraries on the site collection. This cmdlet removes the job, which stops updating the new version policy on existing libraries. The version policy already applied on existing libraries will not be reverted. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Remove-SPOSiteVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 35 | ``` 36 | 37 | Example 1 cancels further processing of the job that sets version policy for existing document libraries on the site collection. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Identity 42 | 43 | Specifies the URL of the site collection. 44 | 45 | ```yaml 46 | Type: SpoSitePipeBind 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: True (ByValue) 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 59 | 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). 60 | 61 | ## RELATED LINKS 62 | 63 | [Set-SPOSite](Set-SPOSite.md) 64 | 65 | [Get-SPOSiteVersionPolicyJobProgress](Get-SPOSiteVersionPolicyJobProgress.md) 66 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOStorageEntity.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spostorageentity 5 | applicable: SharePoint Online 6 | title: Remove-SPOStorageEntity 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOStorageEntity 14 | 15 | ## SYNOPSIS 16 | 17 | Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets. 18 | This cmdlet is used to remove a value in the property bag. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Remove-SPOStorageEntity [-Site] [-Key] [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Use this cmdlet to remove a value within the property bag. 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | Remove-SPOStorageEntity "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomValue" 36 | ``` 37 | 38 | This example removes the value of my custom value. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Site 43 | 44 | URL to the tenant or site collection app catalog. 45 | 46 | ```yaml 47 | Type: SpoSitePipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 0 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -Key 59 | 60 | The key in the property bag that should be removed. 61 | 62 | ```yaml 63 | Type: String 64 | Parameter Sets: (All) 65 | Aliases: 66 | Applicable: SharePoint Online 67 | Required: True 68 | Position: 1 69 | Default value: None 70 | Accept pipeline input: True 71 | Accept wildcard characters: False 72 | ``` 73 | 74 | ### CommonParameters 75 | 76 | 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/p/?LinkID=113216). 77 | 78 | ## NOTES 79 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOTenantSyncClientRestriction.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spotenantsyncclientrestriction 5 | applicable: SharePoint Online 6 | title: Remove-SPOTenantSyncClientRestriction 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOTenantSyncClientRestriction 14 | 15 | ## SYNOPSIS 16 | 17 | Disables the feature for the tenancy. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Remove-SPOTenantSyncClientRestriction [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | You must be at least a SharePoint administrator to run the cmdlet. 28 | 29 | Requires a valid `Connect-SPOService` context to identify the tenant. For information on how to connect to the tenant, see `Connect-SPOService`. 30 | 31 | The `Remove-SPOTenantSyncClientRestriction` cmdlet disables the feature for tenancy, but does not remove any present domain GUID entries from the safe sender recipient list. After the `Remove-SPOTenantSyncClientRestriction` cmdlet is run it can take up to 24 hours for change to take effect. This parameter will also remove any values set from the GrooveBlockOption parameter for syncing. 32 | 33 | The `Remove-SPOTenantSyncClientRestriction` cmdlet does not have any parameters. 34 | 35 | ## EXAMPLES 36 | 37 | ### -----------------------EXAMPLE----------------------------- 38 | 39 | ```powershell 40 | Remove-SPOTenantSyncClientRestriction 41 | ``` 42 | 43 | This example returns the value of False for the TenantRestrictionEnabled property. 44 | 45 | ## PARAMETERS 46 | 47 | ### CommonParameters 48 | 49 | 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). 50 | 51 | ## INPUTS 52 | 53 | ### None 54 | 55 | ## OUTPUTS 56 | 57 | ### System.Object 58 | 59 | ## NOTES 60 | 61 | ## RELATED LINKS 62 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOUserInfo.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spouserinfo 5 | applicable: SharePoint Online 6 | title: Remove-SPOUserInfo 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Remove-SPOUserInfo 14 | 15 | ## SYNOPSIS 16 | 17 | Do not use. 18 | 19 | ## DESCRIPTION 20 | 21 | Do not use. 22 | 23 | ## EXAMPLES 24 | 25 | ## PARAMETERS 26 | 27 | ### -LoginName 28 | 29 | Do not use. 30 | 31 | ```yaml 32 | Type: String 33 | Parameter Sets: (All) 34 | Aliases: 35 | Applicable: SharePoint Online 36 | 37 | Required: True 38 | Position: Named 39 | Default value: None 40 | Accept pipeline input: False 41 | Accept wildcard characters: False 42 | ``` 43 | 44 | ### -Site 45 | 46 | Do not use. 47 | 48 | ```yaml 49 | Type: SpoSitePipeBind 50 | Parameter Sets: (All) 51 | Aliases: 52 | Applicable: SharePoint Online 53 | 54 | Required: True 55 | Position: Named 56 | Default value: None 57 | Accept pipeline input: False 58 | Accept wildcard characters: False 59 | ``` 60 | 61 | ### CommonParameters 62 | 63 | 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). 64 | 65 | ## INPUTS 66 | 67 | ## OUTPUTS 68 | 69 | ## NOTES 70 | 71 | ## RELATED LINKS 72 | 73 | [Remove-SPOUserProfile](Remove-SPOUserProfile.md) 74 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOUserProfile.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spouserprofile 5 | applicable: SharePoint Online 6 | title: Remove-SPOUserProfile 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | ms.custom: has-azure-ad-ps-ref 12 | --- 13 | 14 | # Remove-SPOUserProfile 15 | 16 | ## SYNOPSIS 17 | 18 | Remove user profile from the tenant. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Remove-SPOUserProfile -LoginName [] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Can be used to remove the SharePoint user profile from the tenant. 29 | 30 | > [!NOTE] 31 | > The User must be first be deleted from Microsoft Entra ID before the user profile can be deleted. You can use the Microsoft Entra cmdlet Remove-AzureADUser for this action 32 | 33 | ## EXAMPLES 34 | 35 | ### ------------ Example 1 -------------------- 36 | 37 | ```powershell 38 | Remove-SPOUserProfile -LoginName joe.healy@contoso.com 39 | ``` 40 | 41 | Example 1 removes a user who has the e-mail address joe.healy@contoso.com from the SharePoint Online User Profiles of the particular tenant. 42 | 43 | ## PARAMETERS 44 | 45 | ### -LoginName 46 | 47 | Specifies the login name of the user which user profile is deleted. 48 | 49 | ```yaml 50 | Type: String 51 | Parameter Sets: (All) 52 | Aliases: 53 | Applicable: SharePoint Online 54 | 55 | Required: True 56 | Position: Named 57 | Default value: None 58 | Accept pipeline input: False 59 | Accept wildcard characters: False 60 | ``` 61 | 62 | ### CommonParameters 63 | 64 | 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). 65 | 66 | ## INPUTS 67 | 68 | ## OUTPUTS 69 | 70 | ## NOTES 71 | 72 | ## RELATED LINKS 73 | 74 | [Remove-SPOUserInfo](Remove-SPOUserInfo.md) 75 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Restore-SPODeletedContainer.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/restore-spodeletedcontainer 5 | applicable: SharePoint Online 6 | title: Restore-SPODeletedContainer 7 | schema: 2.0.0 8 | author: cindylay 9 | ms.author: cindylay 10 | ms.reviewer: 11 | --- 12 | 13 | # Restore-SPODeletedContainer 14 | 15 | ## SYNOPSIS 16 | 17 | Recovers a deleted Container from the Recycle Bin. 18 | 19 | ## SYNTAX 20 | 21 | ### ParamSet1 22 | 23 | ```powershell 24 | Restore-SPODeletedContainer [-Identity ] [] 25 | ``` 26 | 27 | ## DESCRIPTION 28 | 29 | The `Restore-SPODeletedContainer` cmdlet recovers a previously deleted File Storage Container from the Recycle Bin. Restored Containers will be retrieved by the [`Get-SPOContainer`](./Get-SPOContainer.md) cmdlet. You must be at least a SharePoint Online Administrator to run this cmdlet. 30 | 31 | 32 | 33 | ## EXAMPLES 34 | 35 | ### Example 1 36 | 37 | ```powershell 38 | Restore-SPODeletedContainer -Identity b66f5b2e-4cbd-4754-9ad3-8291c2c81ade 39 | ``` 40 | Example 1 restores the Container with `ContainerId` `b66f5b2e-4cbd-4754-9ad3-8291c2c81ade` from the Recycle Bin. 41 | 42 | 43 | ## PARAMETERS 44 | 45 | 46 | 47 | ### -Identity 48 | 49 | Use this parameter to specify the `ContainerId` of the deleted container to be restored. 50 | 51 | ```yaml 52 | Type: String 53 | Parameter Sets: (All) 54 | Aliases: 55 | Applicable: SharePoint Online 56 | 57 | Required: Yes 58 | Position: Named 59 | Default value: None 60 | Accept pipeline input: False 61 | Accept wildcard characters: False 62 | ``` 63 | 64 | ### CommonParameters 65 | 66 | 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). 67 | 68 | 69 | ## NOTES 70 | 71 | ## RELATED LINKS 72 | 73 | [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) 74 | 75 | [Get-SPODeletedContainer](./Get-SPODeletedContainer.md) 76 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOHubSiteRights.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/revoke-spohubsiterights 5 | applicable: SharePoint Online 6 | title: Revoke-SPOHubSiteRights 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Revoke-SPOHubSiteRights 14 | 15 | ## SYNOPSIS 16 | 17 | Revokes rights for specified principals to a hub. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Revoke-SPOHubSiteRights [-Identity] -Principals [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Revokes rights for specified principals to the given hub site. The specified principals will no longer be able to associate sites with the hub. To find which principals have access to a hub site, use the [Get-SPOHubSite](Get-SPOHubSite.md) cmdlet. 28 | 29 | > [!NOTE] 30 | > If the hub site doesn't exist, this cmdlet returns a "File not found" error. 31 | 32 | ## EXAMPLES 33 | 34 | ### Example 1 35 | 36 | ```powershell 37 | Revoke-SPOHubSiteRights https://contoso.sharepoint.com/sites/Marketing ` 38 | -Principals "nestorw@contoso.onmicrosoft.com" 39 | ``` 40 | 41 | This example shows how to revoke rights so that Nestor can no longer join sites to the Marketing hub site. 42 | 43 | ## PARAMETERS 44 | 45 | ### -Identity 46 | 47 | URL of the hub site. 48 | 49 | ```yaml 50 | Type: SpoSitePipeBind 51 | Parameter Sets: (All) 52 | Aliases: HubSite 53 | Applicable: SharePoint Online 54 | 55 | Required: True 56 | Position: Named 57 | Default value: None 58 | Accept pipeline input: False 59 | Accept wildcard characters: False 60 | ``` 61 | 62 | ### -Principals 63 | 64 | One or more principals to revoke the permissions for. 65 | 66 | ```yaml 67 | Type: String[] 68 | Parameter Sets: (All) 69 | Aliases: 70 | Applicable: SharePoint Online 71 | 72 | Required: True 73 | Position: Named 74 | Default value: None 75 | Accept pipeline input: False 76 | Accept wildcard characters: False 77 | ``` 78 | 79 | ### CommonParameters 80 | 81 | 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/p/?LinkID=113216). 82 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOSiteDesignRights.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/revoke-spositedesignrights 5 | applicable: SharePoint Online 6 | title: Revoke-SPOSiteDesignRights 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Revoke-SPOSiteDesignRights 14 | 15 | ## SYNOPSIS 16 | 17 | Revokes rights for specified principals from a site design. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Revoke-SPOSiteDesignRights [-Identity] -Principals [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Revokes rights for specified principals from a site design. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | This example shows how to revoke rights to a site design for Nestor. 34 | 35 | ```powershell 36 | Revoke-SPOSiteDesignRights 44252d09-62c4-4913-9eb0-a2a8b8d7f863 ` 37 | -Principals "nestorw@contoso.onmicrosoft.com" 38 | ``` 39 | 40 | ## PARAMETERS 41 | 42 | ### -Identity 43 | 44 | The ID of the site design from which to revoke rights. 45 | 46 | ```yaml 47 | Type: SPOSiteDesignPipeBind 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: Named 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -Principals 59 | 60 | One or more principals to revoke rights on the specified site design. 61 | 62 | ```yaml 63 | Type: String[] 64 | Parameter Sets: (All) 65 | Aliases: 66 | Applicable: SharePoint Online 67 | Required: True 68 | Position: Named 69 | Default value: None 70 | Accept pipeline input: False 71 | Accept wildcard characters: False 72 | ``` 73 | 74 | ## INPUTS 75 | 76 | ## OUTPUTS 77 | 78 | ## NOTES 79 | 80 | ## RELATED LINKS 81 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Set-SPOBuiltInFontPackageSettings.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spobuiltinfontpackagesettings 5 | applicable: SharePoint Online 6 | title: Set-SPOBuiltInFontPackageSettings 7 | schema: 2.0.0 8 | author: Yixian15 9 | ms.author: yixianpu 10 | ms.reviewer: 11 | --- 12 | 13 | # Set-SPOBuiltInFontPackageSettings 14 | 15 | ## SYNOPSIS 16 | 17 | Use this cmdlet to set settings of [built-in font packages](/sharepoint/brand-center-font-packages). 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Set-SPOBuiltInFontPackageSettings [-HideBuiltInFontPackages] 23 | ``` 24 | ## DESCRIPTION 25 | 26 | Use this cmdlet to set settings of [built-in font packages](/sharepoint/brand-center-font-packages). 27 | 28 | ## EXAMPLES 29 | 30 | ### Example 1 31 | 32 | ```powershell 33 | Set-SPOBuiltInFontPackageSettings -HideBuiltInFontPackages $true 34 | ``` 35 | 36 | This example sets the built-in font packages to be hidden from SharePoint sites. 37 | 38 | ## PARAMETERS 39 | 40 | ### -HideBuiltInFontPackages 41 | 42 | Hide built in font packages from SharePoint sites if this value is true. 43 | 44 | ## RELATED LINKS 45 | 46 | - [Get-SPOBuiltInFontPackageSettings](./Get-SPOBuiltInFontPackageSettings.md) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Set-SPOContentEventEmailAddresses.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spocontenteventemailaddresses 5 | applicable: SharePoint Online 6 | title: Set-SPOContentEventEmailAddresses 7 | schema: 1.0.0 8 | author: mshabaz 9 | ms.author: mshabaz 10 | ms.reviewer: 11 | manager: miabhish 12 | --- 13 | 14 | # Set-SPOContentEventEmailAddresses 15 | 16 | ## SYNOPSIS 17 | 18 | Adds the email addresses to the specified category of content event. Consequently, notification emails will be sent to these addresses. 19 | 20 | ## SYNTAX 21 | 22 | ```powershell 23 | Set-SPOContentEventEmailAddresses [-Category] [-EmailAddresses] 24 | ``` 25 | 26 | ## DESCRIPTION 27 | 28 | Adds the email addresses to specified category of content event. 29 | 30 | ## EXAMPLES 31 | 32 | ### EXAMPLE 1 33 | 34 | ```powershell 35 | Set-SPOContentEventEmailAddresses -Category Ransomware -EmailAddresses "Joe.Doe@contoso.com", "John.Dow@contoso.com" 36 | ``` 37 | 38 | In Example 1, the email addresses joe.doe@contoso.com and john.dow@contoso.com has been added to the ransomware category within the content event. As a result, notification emails of ransomware events will be dispatched to these two addresses. 39 | 40 | ## PARAMETERS 41 | 42 | ### -Category 43 | 44 | Specifies the content event category. 45 | 46 | ```yaml 47 | Type: ContentEventCategory 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### -EmailAddresses 59 | 60 | List of comma seperated email addresses 61 | 62 | ```yaml 63 | Type: strings 64 | Parameter Sets: (All) 65 | 66 | Required: True 67 | Position: 2 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 76 | ## RELATED LINKS 77 | 78 | [Get-SPOContentEventEmailAddresses](Get-SPOContentEventEmailAddresses.md) 79 | 80 | [Remove-SPOContentEventEmailAddresses](Remove-SPOContentEventEmailAddresses.md) -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Set-SPOCopilotPromoOptInStatus 5 | applicable: SharePoint Online 6 | title: Set-SPOCopilotPromoOptInStatus 7 | schema: 8 | author: siruvanti 9 | ms.author: siruvanti 10 | ms.reviewer: 11 | --- 12 | # Set-SPOCopilotPromoOptInStatus 13 | 14 | ## SYNOPSIS 15 | 16 | Sets the Opt-In Copilot promo status for the tenant. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | This cmdlet sets the Opt-In Copilot promo status for the tenant to `True` or `False`. 27 | 28 | ## EXAMPLES 29 | 30 | ### Example 1 31 | 32 | ```powershell 33 | Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled $true 34 | ``` 35 | 36 | Example 1 sets the Opt-In Copilot promo status for the tenant to `True`. 37 | 38 | ## PARAMETERS 39 | 40 | ### -IsCopilotPromoStatusEnabled 41 | Use this parameter to set Copilot opt-in promo status. 42 | 43 | ```yaml 44 | Type: Boolean 45 | Parameter Sets: (All) 46 | Aliases: 47 | Applicable: SharePoint Online 48 | 49 | Required: True 50 | Position: Named 51 | Default value: None 52 | Accept pipeline input: False 53 | Accept wildcard characters: False 54 | ``` 55 | 56 | ## RELATED LINKS 57 | - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md) 58 | - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) 59 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Set-SPOOrgNewsSite.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spoorgnewssite 5 | applicable: SharePoint Online 6 | title: Set-SPOOrgNewsSite 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | --- 11 | 12 | # Set-SPOOrgNewsSite 13 | 14 | ## SYNOPSIS 15 | 16 | Marks a site as one of multiple possible tenant's organizational news sites. Requires at least SharePoint administrator permissions. 17 | 18 | ## SYNTAX 19 | 20 | ```powershell 21 | Set-SPOOrgNewsSite -OrgNewsSiteUrl [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | 26 | Use this cmdlet to mark a site as an organizational authoritative news site. Such sites get primary treatment in the SharePoint user interface. 27 | 28 | If a site with specified URL doesn't exist, this cmdlet returns a "File not found" error. 29 | 30 | ## EXAMPLES 31 | 32 | ### Example 1 33 | 34 | ```powershell 35 | Set-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing 36 | ``` 37 | 38 | This example marks as an organizational news site. 39 | 40 | ## PARAMETERS 41 | 42 | ### -OrgNewsSiteUrl 43 | 44 | The URL of a site to be marked as an organizational news site. 45 | 46 | ```yaml 47 | Type: String 48 | Parameter Sets: (All) 49 | Aliases: 50 | Applicable: SharePoint Online 51 | 52 | Required: True 53 | Position: Named 54 | Default value: None 55 | Accept pipeline input: False 56 | Accept wildcard characters: False 57 | ``` 58 | 59 | ### CommonParameters 60 | 61 | 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/p/?LinkID=113216). 62 | 63 | ## RELATED LINKS 64 | 65 | [Remove-SPOOrgNewsSite](Remove-SPOOrgNewsSite.md) 66 | 67 | [Get-SPOOrgNewsSite](Get-SPOOrgNewsSite.md) 68 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Set-SPOUnifiedGroup.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spounifiedgroup 5 | applicable: SharePoint Online 6 | title: Set-SPOUnifiedGroup 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Set-SPOUnifiedGroup 14 | 15 | ## SYNOPSIS 16 | 17 | Sets the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Set-SPOUnifiedGroup [-GroupAlias] [-PreferredDataLocation] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to set the Preferred Data Location for an Office 365 Group. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EUR 35 | ``` 36 | 37 | Sets the PDL for the Office 365 Group named 'EUTeam' to EUR (Europe). 38 | 39 | ## PARAMETERS 40 | 41 | ### -GroupAlias 42 | 43 | The alias of the Office 365 Group. 44 | 45 | ```yaml 46 | Type: String 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | Required: False 51 | Position: Named 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### -PreferredDataLocation 58 | 59 | The Preferred Data Location for the Office 365 Group. 60 | 61 | ```yaml 62 | Type: String 63 | Parameter Sets: (All) 64 | Aliases: 65 | Applicable: SharePoint Online 66 | Required: False 67 | Position: Named 68 | Default value: None 69 | Accept pipeline input: False 70 | Accept wildcard characters: False 71 | ``` 72 | 73 | ### CommonParameters 74 | 75 | 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/p/?LinkID=113216). 76 | 77 | ## NOTES 78 | 79 | ## RELATED LINKS 80 | 81 | [Get-SPOUnifiedGroup](https://learn.microsoft.com/powershell/module/sharepoint-online/get-spounifiedgroup) 82 | 83 | [Move a SharePoint site to a different geo location](https://learn.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations) 84 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOSiteContentMove.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/stop-spositecontentmove 5 | applicable: SharePoint Online 6 | title: Stop-SPOSiteContentMove 7 | schema: 2.0.0 8 | author: trent-green 9 | ms.author: trgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Stop-SPOSiteContentMove 14 | 15 | ## SYNOPSIS 16 | 17 | Stops a job to move a particular user or group of users to be moved across geo locations relative to the one that executes the command. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Stop-SPOSiteContentMove [-SourceSiteUrl] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | Use this cmdlet to stop a job to move a particular user or group of users to be moved across geo locations relative to the one that executes the command. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Stop-SPOSiteContentMove -SourceSiteUrl https://contoso.sharepoint.com/sites/Research 35 | ``` 36 | 37 | This example stops the move job for the specified site. 38 | 39 | ## PARAMETERS 40 | 41 | ### -SourceSiteUrl 42 | 43 | Specifies the source URL of the site collection. 44 | 45 | ```yaml 46 | Type: String 47 | Parameter Sets: (All) 48 | Aliases: 49 | Required: True 50 | Position: 0 51 | Default value: None 52 | Accept pipeline input: False 53 | Accept wildcard characters: False 54 | ``` 55 | 56 | ### CommonParameters 57 | 58 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 59 | 60 | ## INPUTS 61 | 62 | ### None 63 | 64 | ## OUTPUTS 65 | 66 | ### System.Object 67 | 68 | ## NOTES 69 | 70 | ## RELATED LINKS 71 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-online/Update-UserType.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointonline.xml 3 | Module Name: Microsoft.Online.SharePoint.PowerShell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-online/update-usertype 5 | applicable: SharePoint Online 6 | title: Update-UserType 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Update-UserType 14 | 15 | ## SYNOPSIS 16 | 17 | Updates the specified user's UserType value from Microsoft Entra ID. 18 | 19 | ## SYNTAX 20 | 21 | ```powershell 22 | Update-UserType [-LoginName] [] 23 | ``` 24 | 25 | ## DESCRIPTION 26 | 27 | This cmdlet retrieves the UserType value of the specified user and updates the UserType across all SharePoint Online sites in the Office 365 tenant. This can be used, for example, to convert a Guest user to a standard (Member) user if the user's UserType was previously updated in Microsoft Entra ID. 28 | 29 | ## EXAMPLES 30 | 31 | ### Example 1 32 | 33 | ```powershell 34 | Update-UserType -LoginName jdoe@contoso.com 35 | ``` 36 | 37 | Updates the jdoe@contoso.com's UserType on all SharePoint Online sites in the tenant based on the UserType value in Microsoft Entra ID. 38 | 39 | ## PARAMETERS 40 | 41 | ### -LoginName 42 | 43 | The login name of the target user to update across SharePoint Online. 44 | 45 | ```yaml 46 | Type: String 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: SharePoint Online 50 | 51 | Required: True 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### CommonParameters 59 | 60 | This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). 61 | 62 | ## INPUTS 63 | 64 | ### None 65 | 66 | ## OUTPUTS 67 | 68 | ### System.Object 69 | 70 | ## NOTES 71 | 72 | ## RELATED LINKS 73 | 74 | [Properties of a Microsoft Entra B2B collaboration user](https://learn.microsoft.com/azure/active-directory/b2b/user-properties) 75 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchSpelltuning.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/add-fastsearchspelltuning 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Add-FASTSearchSpelltuning 11 | --- 12 | 13 | # Add-FASTSearchSpelltuning 14 | 15 | ## SYNOPSIS 16 | Enables the spell tuning processor, used to fine-tune a spell check dictionary. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Add-FASTSearchSpelltuning [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet activates alignment of the spell checking dictionary with the index, so that spell checking dictionaries are built from content that is fed into the index (not from standardized spelling dictionaries). 26 | 27 | The Did You Mean feature is dictionary based; when spell tuning is activated, Did You Mean only suggests terms that are actually in the index. 28 | 29 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 30 | 31 | ## EXAMPLES 32 | 33 | ### (FAST Server for SharePoint 2010) 34 | ``` 35 | 36 | ``` 37 | 38 | ## PARAMETERS 39 | 40 | ### CommonParameters 41 | 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). 42 | 43 | ## INPUTS 44 | 45 | ## OUTPUTS 46 | 47 | ## NOTES 48 | 49 | ## RELATED LINKS 50 | 51 | [Get-FASTSearchSpelltuningStatus](Get-FASTSearchSpelltuningStatus.md) 52 | 53 | [Remove-FASTSearchSpelltuning](Remove-FASTSearchSpelltuning.md) 54 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityCCTKServer.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecuritycctkserver 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityCCTKServer 11 | --- 12 | 13 | # Get-FASTSearchSecurityCCTKServer 14 | 15 | ## SYNOPSIS 16 | Gets the CCTK server general setting. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityCCTKServer [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet gets the configuration setting for the server that handles CCTK requests. 26 | 27 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 28 | 29 | ## EXAMPLES 30 | 31 | ### ---------------EXAMPLE 1----------------- 32 | ``` 33 | Get-FASTSearchSecurityCCTKServer 34 | ``` 35 | 36 | This example retrieves the configuration setting for the server that handles CCTK requests. 37 | 38 | ## PARAMETERS 39 | 40 | ### CommonParameters 41 | 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). 42 | 43 | ## INPUTS 44 | 45 | ## OUTPUTS 46 | 47 | ## NOTES 48 | 49 | ## RELATED LINKS 50 | 51 | [Set-FASTSearchSecurityCCTKServer](Set-FASTSearchSecurityCCTKServer.md) 52 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityClaimsUserStore.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecurityclaimsuserstore 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityClaimsUserStore 11 | --- 12 | 13 | # Get-FASTSearchSecurityClaimsUserStore 14 | 15 | ## SYNOPSIS 16 | Get the claims security user store. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityClaimsUserStore [[-Identity] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves a specific claims user store. 26 | 27 | If the Identity parameter is not specified, the cmdlet gets a list of all claims user stores. 28 | 29 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 30 | 31 | ## EXAMPLES 32 | 33 | ### ---------------EXAMPLE 1----------------- 34 | ``` 35 | Get-FASTSearchSecurityClaimsUserStore -Identity clm 36 | ``` 37 | 38 | This example retrieves the claims user store with the identity "clm". 39 | 40 | ## PARAMETERS 41 | 42 | ### -Identity 43 | The identity of a claims user store to display. 44 | 45 | If an Identity is not specified, all claims user stores are displayed. 46 | 47 | ```yaml 48 | Type: String 49 | Parameter Sets: (All) 50 | Aliases: 51 | Applicable: FAST Server for SharePoint 2010 52 | 53 | Required: False 54 | Position: 1 55 | Default value: None 56 | Accept pipeline input: False 57 | Accept wildcard characters: False 58 | ``` 59 | 60 | ### CommonParameters 61 | 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). 62 | 63 | ## INPUTS 64 | 65 | ## OUTPUTS 66 | 67 | ## NOTES 68 | 69 | ## RELATED LINKS 70 | 71 | [Set-FASTSearchSecurityClaimsUserStore](Set-FASTSearchSecurityClaimsUserStore.md) 72 | 73 | [New-FASTSearchSecurityClaimsUserStore](New-FASTSearchSecurityClaimsUserStore.md) 74 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityDecodedSid.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecuritydecodedsid 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityDecodedSid 11 | --- 12 | 13 | # Get-FASTSearchSecurityDecodedSid 14 | 15 | ## SYNOPSIS 16 | Gets the user identifier and SID from the encoded security identifier. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityDecodedSid [-EncodedSID] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet decodes an encoded security identifier (SID) and returns the user/group identifier (the common name) and Windows SID. 26 | 27 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 28 | 29 | ## EXAMPLES 30 | 31 | ### ---------------EXAMPLE 1----------------- 32 | ``` 33 | Get-FASTSearchSecurityDecodedSid -EncodedSID aebaaaaaaaaakiaaaaaccaqaaa 34 | ``` 35 | 36 | This example retrieves the Windows SID and user or group identifier for an encoded security identifier. 37 | 38 | ## PARAMETERS 39 | 40 | ### -EncodedSID 41 | The encoded extended security identifier that will be decoded. 42 | 43 | ```yaml 44 | Type: String 45 | Parameter Sets: (All) 46 | Aliases: 47 | Applicable: FAST Server for SharePoint 2010 48 | 49 | Required: True 50 | Position: 1 51 | Default value: None 52 | Accept pipeline input: False 53 | Accept wildcard characters: False 54 | ``` 55 | 56 | ### CommonParameters 57 | 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). 58 | 59 | ## INPUTS 60 | 61 | ## OUTPUTS 62 | 63 | ## NOTES 64 | 65 | ## RELATED LINKS 66 | 67 | [Get-FASTSearchSecurityEncodedSid](Get-FASTSearchSecurityEncodedSid.md) 68 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityGeneralSettings.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecuritygeneralsettings 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityGeneralSettings 11 | --- 12 | 13 | # Get-FASTSearchSecurityGeneralSettings 14 | 15 | ## SYNOPSIS 16 | Gets the security general settings. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityGeneralSettings [[-Worker] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves configuration information for general security settings, such as: 26 | 27 | -- Default user store ID 28 | 29 | -- CCTK server port number 30 | 31 | -- CCTK server enabled 32 | 33 | -- Default log level 34 | 35 | -- Log level namespaces 36 | 37 | -- Public Filter FQL 38 | 39 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 40 | 41 | ## EXAMPLES 42 | 43 | ### ---------------EXAMPLE 1----------------- 44 | ``` 45 | Get-FASTSearchSecurityGeneralSettings | fl 46 | ``` 47 | 48 | This example retrieves the configuration setting for all the general security settings and formats the information as a list. 49 | 50 | ## PARAMETERS 51 | 52 | ### -Worker 53 | The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request. 54 | 55 | ```yaml 56 | Type: WorkerPoolNode 57 | Parameter Sets: (All) 58 | Aliases: 59 | Applicable: FAST Server for SharePoint 2010 60 | 61 | Required: False 62 | Position: 9999 63 | Default value: None 64 | Accept pipeline input: True (ByValue) 65 | Accept wildcard characters: False 66 | ``` 67 | 68 | ### CommonParameters 69 | 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). 70 | 71 | ## INPUTS 72 | 73 | ## OUTPUTS 74 | 75 | ## NOTES 76 | 77 | ## RELATED LINKS 78 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityLogLevel.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecurityloglevel 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityLogLevel 11 | --- 12 | 13 | # Get-FASTSearchSecurityLogLevel 14 | 15 | ## SYNOPSIS 16 | Gets the log level general setting. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityLogLevel [[-Worker] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves the configuration information for the log level general setting. 26 | The log level controls the type of information that is logged by the security system. 27 | 28 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 29 | 30 | ## EXAMPLES 31 | 32 | ### ---------------EXAMPLE 1----------------- 33 | ``` 34 | Get-FASTSearchSecurityLogLevel 35 | ``` 36 | 37 | This example gets the configuration information for the log level's general setting, specifying the data logged by the security system. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Worker 42 | The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request. 43 | 44 | ```yaml 45 | Type: WorkerPoolNode 46 | Parameter Sets: (All) 47 | Aliases: 48 | Applicable: FAST Server for SharePoint 2010 49 | 50 | Required: False 51 | Position: 9999 52 | Default value: None 53 | Accept pipeline input: True (ByValue) 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 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). 59 | 60 | ## INPUTS 61 | 62 | ## OUTPUTS 63 | 64 | ## NOTES 65 | 66 | ## RELATED LINKS 67 | 68 | [Set-FASTSearchSecurityLogLevel](Set-FASTSearchSecurityLogLevel.md) 69 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityLotusNotesUserStore.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecuritylotusnotesuserstore 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityLotusNotesUserStore 11 | --- 12 | 13 | # Get-FASTSearchSecurityLotusNotesUserStore 14 | 15 | ## SYNOPSIS 16 | Gets a Lotus Notes user store. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityLotusNotesUserStore [[-Identity] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves a specific Lotus Notes user store. 26 | If the Identity parameter is not specified, the cmdlet gets a list of all Lotus Notes user stores. 27 | 28 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 29 | 30 | ## EXAMPLES 31 | 32 | ### ---------------EXAMPLE 1----------------- 33 | ``` 34 | Get-FASTSearchSecurityLotusNotesUserStore -Identity ln1 35 | ``` 36 | 37 | This example gets the Lotus Notes user store with the identity "ln1". 38 | 39 | ## PARAMETERS 40 | 41 | ### -Identity 42 | The identity of the Lotus Notes user store to get. 43 | If not specified, a list of all Lotus Notes user stores is returned. 44 | 45 | ```yaml 46 | Type: String 47 | Parameter Sets: (All) 48 | Aliases: 49 | Applicable: FAST Server for SharePoint 2010 50 | 51 | Required: False 52 | Position: 1 53 | Default value: None 54 | Accept pipeline input: False 55 | Accept wildcard characters: False 56 | ``` 57 | 58 | ### CommonParameters 59 | 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). 60 | 61 | ## INPUTS 62 | 63 | ## OUTPUTS 64 | 65 | ## NOTES 66 | 67 | ## RELATED LINKS 68 | 69 | [New-FASTSearchSecurityLotusNotesUserStore](New-FASTSearchSecurityLotusNotesUserStore.md) 70 | 71 | [Set-FASTSearchSecurityLotusNotesUserStore](Set-FASTSearchSecurityLotusNotesUserStore.md) 72 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityRegexAliaser.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecurityregexaliaser 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityRegexAliaser 11 | --- 12 | 13 | # Get-FASTSearchSecurityRegexAliaser 14 | 15 | ## SYNOPSIS 16 | Gets a regular expression principal aliaser. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityRegexAliaser [[-Identity] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves a regular expression aliaser. 26 | A regular expression aliaser maps users/groups from one user store to users/groups in other user stores, based on a regular expression pattern. 27 | 28 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 29 | 30 | ## EXAMPLES 31 | 32 | ### ---------------EXAMPLE 1----------------- 33 | ``` 34 | Get-FASTSearchSecurityRegexAliaser -Identity regex1 35 | ``` 36 | 37 | This example retrieves a regular expression aliaser with an identity of "regex1". 38 | 39 | ## PARAMETERS 40 | 41 | ### -Identity 42 | ```yaml 43 | Type: String 44 | Parameter Sets: (All) 45 | Aliases: 46 | Applicable: FAST Server for SharePoint 2010 47 | 48 | Required: False 49 | Position: 1 50 | Default value: None 51 | Accept pipeline input: False 52 | Accept wildcard characters: False 53 | ``` 54 | 55 | ### CommonParameters 56 | 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). 57 | 58 | ## INPUTS 59 | 60 | ## OUTPUTS 61 | 62 | ## NOTES 63 | 64 | ## RELATED LINKS 65 | 66 | [New-FASTSearchSecurityRegexAliaser](New-FASTSearchSecurityRegexAliaser.md) 67 | 68 | [Set-FASTSearchSecurityRegexAliaser](Set-FASTSearchSecurityRegexAliaser.md) 69 | 70 | [New-FASTSearchSecurityRegexAliaserPattern](New-FASTSearchSecurityRegexAliaserPattern.md) 71 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSecurityUserStore.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchsecurityuserstore 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSecurityUserStore 11 | --- 12 | 13 | # Get-FASTSearchSecurityUserStore 14 | 15 | ## SYNOPSIS 16 | Gets a user store. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSecurityUserStore [[-Identity] ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet retrieves a security user store. If the Identity parameter is not specified, it gets a list of all user stores. 26 | 27 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 28 | 29 | ## EXAMPLES 30 | 31 | ### ---------------EXAMPLE 1----------------- 32 | ``` 33 | Get-FASTSearchSecurityUserStore -Identity ln1 34 | ``` 35 | 36 | This example gets the user store with an identity of "ln1". 37 | 38 | ### ---------------EXAMPLE 2----------------- 39 | ``` 40 | Get-FASTSearchSecurityUserStore 41 | ``` 42 | 43 | This example gets a list of all user stores. 44 | 45 | ## PARAMETERS 46 | 47 | ### -Identity 48 | The identity of the user store to get. 49 | If not specified, the cmdlet gets a list of all user stores. 50 | 51 | ```yaml 52 | Type: String 53 | Parameter Sets: (All) 54 | Aliases: 55 | Applicable: FAST Server for SharePoint 2010 56 | 57 | Required: False 58 | Position: 1 59 | Default value: None 60 | Accept pipeline input: False 61 | Accept wildcard characters: False 62 | ``` 63 | 64 | ### CommonParameters 65 | 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). 66 | 67 | ## INPUTS 68 | 69 | ## OUTPUTS 70 | 71 | ## NOTES 72 | 73 | ## RELATED LINKS 74 | 75 | [Remove-FASTSearchSecurityUserStore](Remove-FASTSearchSecurityUserStore.md) 76 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-FASTSearchSpelltuningStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-fastsearchspelltuningstatus 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Get-FASTSearchSpelltuningStatus 11 | --- 12 | 13 | # Get-FASTSearchSpelltuningStatus 14 | 15 | ## SYNOPSIS 16 | Retrieves the status of spell tuning. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-FASTSearchSpelltuningStatus [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet returns the status of the automated alignment of the spell checking dictionary with the index; spell tuning is either active or inactive. 26 | 27 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 28 | 29 | ## EXAMPLES 30 | 31 | ### ---------------EXAMPLE 1----------------- 32 | ``` 33 | Get-FASTSearchSpelltuningStatus 34 | ``` 35 | 36 | ## PARAMETERS 37 | 38 | ### CommonParameters 39 | 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). 40 | 41 | ## INPUTS 42 | 43 | ## OUTPUTS 44 | 45 | ## NOTES 46 | 47 | ## RELATED LINKS 48 | 49 | [Add-FASTSearchSpelltuning](Add-FASTSearchSpelltuning.md) 50 | 51 | [Remove-FASTSearchSpelltuning](Remove-FASTSearchSpelltuning.md) 52 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Get-SPProjectDatabaseQuota.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectdatabasequota 5 | applicable: Project Server 2013, Project Server 2016, Project Server 2019 6 | title: Get-SPProjectDatabaseQuota 7 | schema: 2.0.0 8 | author: techwriter40 9 | ms.author: pamgreen 10 | ms.reviewer: 11 | --- 12 | 13 | # Get-SPProjectDatabaseQuota 14 | 15 | ## SYNOPSIS 16 | Microsoft internal use only. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Get-SPProjectDatabaseQuota -Url [-AssignmentCollection ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | Microsoft internal use only. 26 | 27 | For permissions and the most current information about Windows PowerShell for Project Server, see the online documentation at https://go.microsoft.com/fwlink/p/?LinkId=251833 (https://go.microsoft.com/fwlink/p/?LinkId=251833). 28 | 29 | ## EXAMPLES 30 | 31 | ### ------------ Example 1 -------------------- 32 | ``` 33 | 34 | ``` 35 | 36 | ## PARAMETERS 37 | 38 | ### -Url 39 | Microsoft internal use only. 40 | 41 | ```yaml 42 | Type: Uri 43 | Parameter Sets: (All) 44 | Aliases: 45 | Applicable: Project Server 2013, Project Server 2016, Project Server 2019 46 | 47 | Required: True 48 | Position: Named 49 | Default value: None 50 | Accept pipeline input: False 51 | Accept wildcard characters: False 52 | ``` 53 | 54 | ### -AssignmentCollection 55 | Microsoft internal use only. 56 | 57 | ```yaml 58 | Type: SPAssignmentCollection 59 | Parameter Sets: (All) 60 | Aliases: 61 | Applicable: Project Server 2013, Project Server 2016, Project Server 2019 62 | 63 | Required: False 64 | Position: Named 65 | Default value: None 66 | Accept pipeline input: True (ByValue) 67 | Accept wildcard characters: False 68 | ``` 69 | 70 | ### CommonParameters 71 | 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). 72 | 73 | ## INPUTS 74 | 75 | ## OUTPUTS 76 | 77 | ## NOTES 78 | 79 | ## RELATED LINKS 80 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/New-FASTSearchSearchSettingGroup.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/new-fastsearchsearchsettinggroup 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: New-FASTSearchSearchSettingGroup 11 | --- 12 | 13 | # New-FASTSearchSearchSettingGroup 14 | 15 | ## SYNOPSIS 16 | Creates a new Microsoft FAST Search Server 2010 for SharePoint search setting group. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | New-FASTSearchSearchSettingGroup -Name [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet creates a new FAST Search Server 2010 for SharePoint search setting group. 26 | 27 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 28 | 29 | ## EXAMPLES 30 | 31 | ### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010) 32 | ``` 33 | New-FASTSearchSearchSettingGroup -Name marketinggroup 34 | ``` 35 | 36 | This example creates a new FAST Search Server 2010 for SharePoint search setting group named "marketinggroup". 37 | 38 | ## PARAMETERS 39 | 40 | ### -Name 41 | The name of the search setting group to add. 42 | 43 | ```yaml 44 | Type: String 45 | Parameter Sets: (All) 46 | Aliases: 47 | Applicable: FAST Server for SharePoint 2010 48 | 49 | Required: True 50 | Position: Named 51 | Default value: None 52 | Accept pipeline input: False 53 | Accept wildcard characters: False 54 | ``` 55 | 56 | ### CommonParameters 57 | 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). 58 | 59 | ## INPUTS 60 | 61 | ## OUTPUTS 62 | 63 | ## NOTES 64 | 65 | ## RELATED LINKS 66 | 67 | [Get-FASTSearchSearchSettingGroup](Get-FASTSearchSearchSettingGroup.md) 68 | 69 | [Remove-FASTSearchSearchSettingGroup](Remove-FASTSearchSearchSettingGroup.md) 70 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Remove-FASTSearchResource.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-fastsearchresource 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Remove-FASTSearchResource 11 | --- 12 | 13 | # Remove-FASTSearchResource 14 | 15 | ## SYNOPSIS 16 | Deletes a resource from the resource store. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Remove-FASTSearchResource [-Path] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet deletes a specified file located in the Microsoft FAST Search Server 2010 for SharePoint resource store. 26 | The location of the resource store is typically specified in %FASTSEARCH%/etc/Admin.config (where %FASTSEARCH% is the FAST Search Server 2010 for SharePoint installation folder.) 27 | 28 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 29 | 30 | ## EXAMPLES 31 | 32 | ### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010) 33 | ``` 34 | Remove-FASTSearchResource dictionaries\spellcheck\check_en.aut 35 | ``` 36 | 37 | This example deletes the resource dictionaries\spellcheck\check_en.aut from the resource store. 38 | 39 | ## PARAMETERS 40 | 41 | ### -Path 42 | Partial URI within the resource store of the file which will be deleted. 43 | 44 | ```yaml 45 | Type: String 46 | Parameter Sets: (All) 47 | Aliases: ResourceURI 48 | Applicable: FAST Server for SharePoint 2010 49 | 50 | Required: True 51 | Position: 1 52 | Default value: None 53 | Accept pipeline input: False 54 | Accept wildcard characters: False 55 | ``` 56 | 57 | ### CommonParameters 58 | 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). 59 | 60 | ## INPUTS 61 | 62 | ## OUTPUTS 63 | 64 | ## NOTES 65 | 66 | ## RELATED LINKS 67 | 68 | [Get-FASTSearchResource](Get-FASTSearchResource.md) 69 | 70 | [Add-FASTSearchResource](Add-FASTSearchResource.md) 71 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Remove-FASTSearchSpelltuning.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/remove-fastsearchspelltuning 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Remove-FASTSearchSpelltuning 11 | --- 12 | 13 | # Remove-FASTSearchSpelltuning 14 | 15 | ## SYNOPSIS 16 | Disables spell tuning. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Remove-FASTSearchSpelltuning [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet disables the alignment of the spell check dictionaries with indexed content. 26 | This cmdlet stops the generation of new dictionaries, and the Did You Mean feature will only use content that was fed into the index before this cmdlet was run. 27 | 28 | After disabling the dictionary-index alignment, use the Reset-FASTSearchSpelltuning cmdlet to return to the out-of-the-box spelling dictionaries. 29 | Did You Mean will then make suggestions based on standard spell checking dictionaries, not on indexed content. 30 | 31 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 32 | 33 | ## EXAMPLES 34 | 35 | ### (FAST Server for SharePoint 2010) 36 | ``` 37 | Remove-FASTSearchSpelltuning 38 | ``` 39 | 40 | ## PARAMETERS 41 | 42 | ### CommonParameters 43 | 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). 44 | 45 | ## INPUTS 46 | 47 | ## OUTPUTS 48 | 49 | ## NOTES 50 | 51 | ## RELATED LINKS 52 | 53 | [Get-FASTSearchSpelltuningStatus](Get-FASTSearchSpelltuningStatus.md) 54 | 55 | [Add-FASTSearchSpelltuning](Add-FASTSearchSpelltuning.md) 56 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-ps/sharepoint-server/Set-FASTSearchConfiguration.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: sharepointserver.xml 3 | Module Name: Microsoft.SharePoint.Powershell 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/set-fastsearchconfiguration 5 | applicable: FAST Server for SharePoint 2010 6 | schema: 2.0.0 7 | author: techwriter40 8 | ms.author: pamgreen 9 | ms.reviewer: 10 | title: Set-FASTSearchConfiguration 11 | --- 12 | 13 | # Set-FASTSearchConfiguration 14 | 15 | ## SYNOPSIS 16 | Configures the local instance of Microsoft FAST Search Server 2010 for SharePoint. 17 | 18 | ## SYNTAX 19 | 20 | ``` 21 | Set-FASTSearchConfiguration [-LogFile ] [] 22 | ``` 23 | 24 | ## DESCRIPTION 25 | This cmdlet configures the local instance of FAST Search Server 2010 for SharePoint. 26 | 27 | FAST Search Server 2010 for SharePoint must be installed, but not running, on the local machine before you run this cmdlet. 28 | 29 | If you are not running this cmdlet on the admin node in the FAST Search Server 2010 for SharePoint installation, make sure that the admin node is started before you run this cmdlet. 30 | 31 | For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227). 32 | 33 | ## EXAMPLES 34 | 35 | ### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010) 36 | ``` 37 | Set-FastSearchConfiguration -LogFile C:\log.txt 38 | ``` 39 | 40 | This example configures the local machine and writes the log output to C:\log.txt. 41 | 42 | ## PARAMETERS 43 | 44 | ### -LogFile 45 | Specifies the full path of a file where all log messages will be written. 46 | 47 | ```yaml 48 | Type: String 49 | Parameter Sets: (All) 50 | Aliases: 51 | Applicable: FAST Server for SharePoint 2010 52 | 53 | Required: False 54 | Position: Named 55 | Default value: None 56 | Accept pipeline input: False 57 | Accept wildcard characters: False 58 | ``` 59 | 60 | ### CommonParameters 61 | 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). 62 | 63 | ## INPUTS 64 | 65 | ## OUTPUTS 66 | 67 | ## NOTES 68 | 69 | ## RELATED LINKS 70 | -------------------------------------------------------------------------------- /sharepoint/sharepoint-server-ps/sharepoint-server/Get-SPProjectDatabaseQuota.md: -------------------------------------------------------------------------------- 1 | --- 2 | external help file: microsoft.office.project.server.stsadmcommandhandler.dll-help.xml 3 | module name: SharePointServer 4 | online version: https://learn.microsoft.com/powershell/module/sharepoint-server/get-spprojectdatabasequota 5 | Applicable: SharePoint Server Subscription Edition 6 | title: Get-SPProjectDatabaseQuota 7 | schema: 2.0.0 8 | --- 9 | 10 | # Get-SPProjectDatabaseQuota 11 | 12 | ## SYNOPSIS 13 | Microsoft internal use only. 14 | 15 | ## SYNTAX 16 | 17 | ``` 18 | Get-SPProjectDatabaseQuota -Url [-AssignmentCollection ] [] 19 | ``` 20 | 21 | ## DESCRIPTION 22 | Microsoft internal use only. 23 | 24 | For permissions and the most current information about Windows PowerShell for Project Server, see the online documentation at https://go.microsoft.com/fwlink/p/?LinkId=251833 (https://go.microsoft.com/fwlink/p/?LinkId=251833). 25 | 26 | ## EXAMPLES 27 | 28 | ### ------------ Example 1 -------------------- 29 | ```powershell 30 | 31 | ``` 32 | 33 | ## PARAMETERS 34 | 35 | ### -Url 36 | Microsoft internal use only. 37 | 38 | ```yaml 39 | Type: Uri 40 | Parameter Sets: (All) 41 | Aliases: 42 | Applicable: SharePoint Server Subscription Edition 43 | 44 | Required: True 45 | Position: Named 46 | Default value: None 47 | Accept pipeline input: False 48 | Accept wildcard characters: False 49 | ``` 50 | 51 | ### -AssignmentCollection 52 | Microsoft internal use only. 53 | 54 | ```yaml 55 | Type: SPAssignmentCollection 56 | Parameter Sets: (All) 57 | Aliases: 58 | Applicable: SharePoint Server Subscription Edition 59 | 60 | Required: False 61 | Position: Named 62 | Default value: None 63 | Accept pipeline input: True (ByValue) 64 | Accept wildcard characters: False 65 | ``` 66 | 67 | ### CommonParameters 68 | 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). 69 | 70 | ## INPUTS 71 | 72 | ## OUTPUTS 73 | 74 | ## NOTES 75 | 76 | ## RELATED LINKS 77 | --------------------------------------------------------------------------------