Files
DSC-Configuration-Compiler/Deployments/merged_config.psd1
Torsten Brendgen 01a535eb39 Initial commit
2026-04-13 15:40:51 +02:00

94 lines
4.4 KiB
PowerShell

@{
Resources = @{
NonNodeData = @{
Services = @{
SharePoint = @{
Farm = @{
Passphrase = 'Use-SecureString-Or-KeyVault'
ConfigDatabaseName = 'SharePoint_Farm_Config'
ServiceApplications = @{
AppManagementService = @{
DatabaseName = 'SharePoint_Services_AppManagement'
Provision = 'True'
}
StateService = @{
DatabaseName = 'SharePoint_Services_StateService'
Provision = 'True'
}
SubscriptionSettingsService = @{
DatabaseName = 'SharePoint_Services_SubscriptionSettings'
Provision = 'True'
}
ManagedMetadataService = @{
DatabaseName = 'SharePoint_Services_ManagedMetadata'
Name = 'Managed Metadata Service'
ApplicationPool = 'SharePoint Service Applications'
Provision = 'True'
}
SearchService = @{
DatabaseName = 'SharePoint_Services_Search'
Name = 'Search Service Application'
ApplicationPool = 'SharePoint Service Applications'
Provision = 'True'
}
UsageAndHealthService = @{
DatabaseName = 'SharePoint_Services_UsageAndHealth'
Provision = 'True'
}
SecureStoreService = @{
DatabaseName = 'SharePoint_Services_SecureStore'
Name = 'Secure Store Service'
ApplicationPool = 'SharePoint Service Applications'
Provision = 'True'
}
UserProfileService = @{
SyncDBName = 'SharePoint_Services_UserProfile_SyncDB'
ApplicationPool = 'SharePoint User Profile Services'
Provision = 'True'
Name = 'User Profile Service'
SocialDBName = 'SharePoint_Services_UserProfile_SocialDB'
ProfileDBName = 'SharePoint_Services_UserProfile_ProfileDB'
}
}
CentralAdminAuth = 'NTLM'
CentralAdminPort = '2016'
AdminContentDatabase = 'SharePoint_Farm_AdminContent'
ServiceApplicationPools = @{
Default = @{
Account = 'CONTOSO\sp_services'
Name = 'SharePoint Service Applications'
}
UserProfile = @{
Account = 'CONTOSO\sp_ups'
Name = 'SharePoint User Profile Services'
}
}
}
Database = @{
SQLAlias = @{
SQLServer = @{
InstanceName = ''
ServerName = ''
TcpPort = '0'
}
}
}
General = @{
ProductKey = '0000-0000-0000-0000-0000'
}
Windows = @{
Registry = @{
DisableLoopbackCheck = @{
Path = 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa'
Name = 'DisableLoopbackCheck'
Value = '1'
Type = 'DWord'
}
}
}
}
}
}
}
}