SharePointDsc
SharePointDsc copied to clipboard
The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm
Since https://github.com/dsccommunity/SharePointDsc/wiki/Creating-an-Azure-development-environment is a bit outdated and was not improved for some time, I thought we could rework the infra. Here are ideas for the requirements. As a SharePointDsc contributor,...
### Problem description The Ressource is missing the SP2019 and SPSE specific container Settings: * DistributedDbLevelFailoverCache * DistributedEdgeHeaderCache * DistributedFileStorePerformanceTraceCache * DistributedSPAbsBlobCache * DistributedSPCertificateValidatorCache * DistributedSPOAuthTokenCache * DistributedStopgapCache * DistributedStopgapCache...
### Resource proposal The Article [Installing Windows Server AppFabric updates SharePoint 2013 Servers](https://docs.microsoft.com/en-us/sharepoint/troubleshoot/apps/installing-appfabric-updates) recommends enabling the `backgroundGC` for the `DistributedCacheService.exe` via the `DistributedCacheService.exe.config` file. Details [Cumulative update package 3 for...
### Problem description I always get an error when setting the ShellAdmins. This occurs on the BCS-DB and Secure Store. As far as I noticed the DBs are created differently...
### Resource proposal # Use Case SharePoint does not set all the required database permissions on its databases. A example would be the SPDataAccess Role for the Service Application Pool...
#### Pull Request (PR) description Added optional ProvisionDefaultTopology (boolean) parameter to control should the SPSearchServiceApp provision deafult search topology. Use 'ProvisionDefaultTopology = $true' parameter to provision default search topology. When...
### Problem description When SPUserProfileServiceApp creates the Service Application it seams that the PSDSCRunAsCredential Account does not get db_owner but only SPDataAccess role membership on the Profile and Social Database....
### Problem description When creating a new Visio Service application, I'm getting that the command new-SPVisioServiceApplication is not found. This is a fresh rollout of SP2019 on Windows 2019 servers....
#### Details of the scenario you tried and the problem that is occurring We have two SharePoint farms and would like to be able to view configuration differences the same...
Hello SharePointDsc team, #### Details of the scenario you tried and the problem that is occurring When you call the SPSearchServiceSettings resource and WindowsServiceAccount parameter to change the service account,...