-
Notifications
You must be signed in to change notification settings - Fork 26
Extraction Modes
Nik Charlebois edited this page Nov 9, 2018
·
6 revisions
Starting with version 1.9.0.0, SharePointDSC.Reverse offer 3 distinct extraction modes: Lite, Default, and Full. Each mode will extract a different set of DSC Resources out of the existing SharePoint Farm. To specify an extraction mode, you can use the -Mode switch when calling the script. If the switch if not specified, then the default mode will be used.
Lite | Default | Full | |
---|---|---|---|
SPAccessServiceApp | ✔ | ✔ | ✔ |
SPAccessServices2010 | ✔ | ✔ | ✔ |
SPAlternateUrl | ✔ | ✔ | ✔ |
SPAntivirusSettings | ✔ | ✔ | ✔ |
SPAppCatalog | ✔ | ✔ | ✔ |
SPAppDomain | ✔ | ✔ | ✔ |
SPAppManagementServiceApp | ✔ | ✔ | ✔ |
SPAppStoreSettings | ✔ | ✔ | ✔ |
SPBCSServiceApp | ✔ | ✔ | ✔ |
SPBlobCacheSettings | ✔ | ✔ | ✔ |
SPCacheAccounts | ✔ | ✔ | ✔ |
SPConfigWizard | ✔ | ✔ | ✔ |
SPContentDatabase | ✔ | ✔ | ✔ |
SPDatabaseAAG | ✔ | ||
SPDesignerSettings | ✔ | ✔ | |
SPDiagnosticLoggingSettings | ✔ | ✔ | ✔ |
SPDistributedCacheService | ✔ | ✔ | ✔ |
SPExcelServiceApp | ✔ | ✔ | ✔ |
SPFarm | ✔ | ✔ | ✔ |
SPFarmAdministrators | ✔ | ✔ | ✔ |
SPFarmPropertyBag | ✔ | ✔ | ✔ |
SPFarmSolution | ✔ | ✔ | ✔ |
SPFeature | ✔ | ||
SPHealthAnalyzerRuleState | ✔ | ||
SPIrmSettings | ✔ | ✔ | ✔ |
SPMachineTranslationServiceApp | ✔ | ✔ | ✔ |
SPManagedAccount | ✔ | ✔ | ✔ |
SPManagedMetaDataServiceApp | ✔ | ✔ | ✔ |
SPManagedPath | ✔ | ✔ | ✔ |
SPOfficeOnlineServerBinding | ✔ | ✔ | |
SPOutgoingEmailSettings | ✔ | ✔ | ✔ |
SPPasswordChangeSettings | ✔ | ✔ | |
SPPerformancePointServiceApp | ✔ | ✔ | ✔ |
SPPublishServiceApplication | ✔ | ✔ | ✔ |
SPQuotaTemplate | ✔ | ✔ | ✔ |
SPRemoteFarmTrust | ✔ | ✔ | |
SPSearchAuthoritativePage | ✔ | ✔ | |
SPSearchContentSource | ✔ | ✔ | ✔ |
SPSearchCrawlerImpactRule | ✔ | ✔ | |
SPSearchCrawlMapping | ✔ | ✔ | |
SPSearchCrawlRule | ✔ | ✔ | |
SPSearchFileType | ✔ | ||
SPSearchIndexPartition | ✔ | ✔ | ✔ |
SPSearchManagedProperty | ✔ | ||
SPSearchResultSource | ✔ | ✔ | |
SPSearchServiceApp | ✔ | ✔ | ✔ |
SPSearchTopology | ✔ | ✔ | ✔ |
SPSecureStoreServiceApp | ✔ | ✔ | ✔ |
SPServiceAppPool | ✔ | ✔ | ✔ |
SPServiceAppProxyGroup | ✔ | ✔ | ✔ |
SPServiceAppSecurity | ✔ | ✔ | |
SPServiceInstance | ✔ | ✔ | ✔ |
SPSessionStateService | ✔ | ✔ | ✔ |
SPSite | ✔ | ✔ | ✔ |
SPStateServiceApp | ✔ | ✔ | ✔ |
SPSubscriptionSettingsServiceApp | ✔ | ✔ | ✔ |
SPTimerJobState | ✔ | ||
SPTrustedIdentityTokenIssuer | ✔ | ✔ | |
SPTrustedRootAuthority | ✔ | ✔ | |
SPUsageApplication | ✔ | ✔ | ✔ |
SPUserProfileProperty | ✔ | ||
SPUserProfileSection | ✔ | ||
SPUserProfileServiceApp | ✔ | ✔ | ✔ |
SPUserProfileServiceAppPermissions | ✔ | ✔ | |
SPUserProfileSyncConnection | ✔ | ✔ | |
SPUserProfileSyncService | ✔ | ✔ | ✔ |
SPVisioServiceApp | ✔ | ✔ | ✔ |
SPWeb | ✔ | ||
SPWebAppBlockedFileTypes | ✔ | ✔ | |
SPWebAppGeneralSettings | ✔ | ✔ | |
SPWebApplication | ✔ | ✔ | ✔ |
SPWebApplicationAppDomain | ✔ | ✔ | ✔ |
SPWebApplicationExtension | ✔ | ✔ | |
SPWebAppPermissions | ✔ | ✔ | ✔ |
SPWebAppPolicy | ✔ | ✔ | ✔ |
SPWebAppProxyGroup | ✔ | ✔ | |
SPWebAppSiteUseAndDeletion | ✔ | ✔ | |
SPWebAppThrottlingSettings | ✔ | ✔ | |
SPWebAppWorkflowSettings | ✔ | ✔ | |
SPWordAutomationServiceApp | ✔ | ✔ | ✔ |
SPWorkManagementServiceApp | ✔ | ✔ | ✔ |