PowerShell Script to Update Workflow Extended Task Properties – Trick
I had this nightmare to update comments in workflow task, first I thought it’s easy but it turned out we cannot just update the extended properties of workflow (it’s easy…
I had this nightmare to update comments in workflow task, first I thought it’s easy but it turned out we cannot just update the extended properties of workflow (it’s easy…
Ok guys, I did work on this script for couple of hours and came up with working solution, basically this script will copy/replace items from one SharePoint List to another…
I do have a very strange requirement that i need to change the hyperlink of a item in list (like upload documents link to another library) but unfortunately I cannot…
Delete Users from User information List. Get the user details from previous script matching the criteria and use excel to import from text and get the CSV #This script will…
Get Users matching a Domain in User Information List. # Run with SharePoint 2010 Management Shell $webUrl = "http://SharePoint" $web = Get-SPWeb $webUrl #$list = $web.Lists $user = Get-SPUser -web…
So the situation is we cannot find the solution files which was deployed long ago and the best, quick and easy way to get all WSP files from SharePoint is…
A very good workaround from Traver regarding this annoying the issue introduced in April 2014 CU in SharePoint 2013.
I’m happy to announce that SPTechLearn.Com now collaborated with Flexera Global. I’m happy that my training area expanded to a whole new level.
I’m sad, its really convenient to take exam in Prometric but now its gone!!! http://windowsitpro.com/cloud/microsoft-ends-exam-partnership-prometric
I faced strange requirement from my client , they want to update the item value but workflow should not run (its already completed) , so what is the easiest way…