Kevin Cole

Results 9 issues of Kevin Cole

The SPServices account is not the right account to be running the claims to windows token service as. The C2WTS account requires very special elevated permissions and adding the Services...

Unusual environment has discovered an edge case! The WFE host is "NMS-SPUAT" the SQL Host is "NMS-SPUATSQL". in AutoSPInstallerModule.psm1 Function Add-SQLAlias () line 7256: ``` If ((MatchComputerName $SQLInstance $env:COMPUTERNAME) -or...

> > - Creating Web App "Portal" > New-SPWebApplication : The directory C:\inetpub\wwwroot\wss\VirtualDirectories\Portal-443 is already being used by > another IIS Web Site. Choose a different root directory for your...

Missing information on string replaced tokens: List={ListId} ItemId={ItemId} ItemUrl={ItemUrl} There could be more. --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub...

Needs: Triage :mag:

I found a problem where I was expecting a web feature with a content type registration custom action to enable a custom menu item on a sub-site. The document library...

Needs: Triage :mag:

The edge module has not been pre-compiled for node.js version v12.15.0. You must build a custom version of edge. Lazy. Can you please make an action part of npm install...

**Is your feature request related to a problem? Please describe.** Feature **Describe the solution you'd like** I would like to see either a dedicated method for Get-PNPRoleAssignments for an object...

enhancement

``` Import-Module ".\gmail.ps\Gmail.ps.psm1" Add-Type -Path '.\gmail.ps\AE.Net.Mail.dll' $userName = "[YOUREMAIL]" $password = "[YOURPASSWORD]" $nc = New-Object System.Net.NetworkCredential($userName, $password); $creds = new-object PSCredential($nc.UserName, (ConvertTo-SecureString $nc.Password -AsPlainText -Force)) Invoke-GmailSession -credential $creds -ScriptBlock {...

**Is your feature request related to a problem? Please describe.** The file https://github.com/pnp/powershell/blob/dev/src/Commands/DocumentSets/AddDocumentSet.cs Uses the root folder of the document library and does not accept a folder as a parameter....

enhancement