Christoph Hannappel
Christoph Hannappel
Addional use case are handlers and modules ```xml ```
Hi @ykuijs since its mostly copy and paste ill think i can create a pull request until 20. May.
For documentation purposes - I've compared the valid values for the `ContainerType` Parameter of the `Get-SPDistributedCacheClientSetting` between SharePoint Server 2016, 2019 and Subscription Edition. The new Cache Container are: *...
Also the Script example uses the variable `DHSC` twice. First for `DistributedHealthScoreCache` than later again for `DistributedUnifiedAuditCache` - which seems like a copy and paste error ```PowerShell #DistributedUnifiedAuditCache $DHSC =...
@ykuijs I think within the next 3 weeks. Ill have kinda working code and think creating a meaning full unit test is the largest challange for me
I understand the concern about recreating the functionality. While the SQLServerDSC has the resources, the implementation adds a lot of resources in a medium sized farm - I'll try to...
> Hey guys, > > in addition, we should consider the size of the content databases when upgrading. We have to make sure, large content databases will not be upgraded...
> We can add code to a resource (e.g. ProductInstall) to uninstall the client when the November 22 CU is installed, but not sure if that really adds benefits. There...
As an alternative a new Ressource `SPCentralAdministration` would be possible. Which could be used after SPFarm and SPCertificate. The Ressource would just contain the `Certificate` and `AllowLegacyEncryption` Parameter. Also the...
If you could also add `ServerBind` that would be great.