Skip to main content

New answers tagged

0 votes

Is it possible to Get Last Login Details of Users in SharePoint using PowerShell Script by generating .csv file

For this I'd go with searching audit log [DateTime]$start = [DateTime]::UtcNow.AddMonths(-1) [DateTime]$end = [DateTime]::UtcNow $resultSize = 100 $recordType = 'SharePoint' $userId = "User@...
Vlad Karasov's user avatar
0 votes

SharePoint Workflow Issues After Installing September 2025 CU for SP2019 and August CU for Workflow Manager

I hear your pain, had a very similar experience with SharePoint Subscription Edition. Before getting Microsoft involved we went to the point of completely uninstalling, deleting the databases and re-...
Graham Kirkman's user avatar

Top 50 recent answers are included