PowerShell scripts for workflows

links to good PowerShell scripts for workflows SP2007 PowerShell Script To Find Instances Of Running SharePoint Workflow $assoc = $spList.WorkflowAssociations | where {$_.BaseId -eq $workflowBase.Id.ToString() ` -and $_.RunningInstances -gt 0} if($assoc…

Read More

Terms

Clickjacking : Make the user click on element that is maliciously doing other actions than the user intended. for example ,if a content is hijacked from another site using iframe, the…

Read More