Christoph Hannappel

Results 18 issues of Christoph Hannappel

### Problem description The Ressource is missing the SP2019 and SPSE specific container Settings: * DistributedDbLevelFailoverCache * DistributedEdgeHeaderCache * DistributedFileStorePerformanceTraceCache * DistributedSPAbsBlobCache * DistributedSPCertificateValidatorCache * DistributedSPOAuthTokenCache * DistributedStopgapCache * DistributedStopgapCache...

enhancement
in progress

### 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...

enhancement
in progress

### 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...

enhancement
discussion

### 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 using the `UseSecurityBestPractices` Parameter with $true the underlying Function `Set-SChannelProtocol` sets a wrong value for the `Enabled` DWord Property. Currently the Function sets the value to...

I had a wired encoding bug with some `.psm1` Files in the Output/RequiredModules directory if i had to reinclude them into the repository. After committing those files the content got...

**If you have a question and are not reporting a bug, please go to:** **https://github.com/pnp/pnp-powershell/discussions** ### Notice Many bugs reported are actually related to the PnP Core Library which is...

type:bug

### Problem description If you create a Pullserver and do not set the `AcceptSelfSignedCertificates` Parameter the Set-TargetResource will set it to $true ```PowerShell [Parameter()] [System.Boolean] $AcceptSelfSignedCertificates = $true, ``` But...

bug
help wanted
good first issue

Removed unnecessary -ListAvailable # Pull Request ## Pull Request (PR) description `Resolve-Dependency.ps1` uses the following Line to determine if the nuget Package Provider is installed: ```PowerShell # Install the package...

### Verified issue does not already exist? Yes ### What error did you receive ```PowerShell PS> Get-TssSecretField -TssSession $session -Id 123 -Slug password \"ImAP@ssw0rd\" ``` ### Please run the command...

bug
triage needed