Get author of SharePoint list
Below I write a powershell script to get the author and date of creation of SharePoint List. Today I have suddenly found out the new list. I was very surprised to see it and wanted to know who and when created it.
#Get author of SharePoint list and date it was created Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue cls $url = "http://mysite/mysubsite/" $spweb = Get-SPWeb $url $list = $spweb.Lists["my List Name"] Write-Host "List Author: " $list.Author, "created" $list.Created
Net 10.0 is not available for Azure Functions. How to fix
Custom Label with multiple styles in TextField of Fluent UI
First impressions after using the new SPFX 1.22.2 with Heft