Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active June 12, 2018 17:06
Show Gist options
  • Save vaderj/bfa3f76feb8901491ca4 to your computer and use it in GitHub Desktop.
Save vaderj/bfa3f76feb8901491ca4 to your computer and use it in GitHub Desktop.
Status of Solution Deployment timer job #PowerShell #SharePoint
While ((Get-SPTimerJob | ?{ $_.Name -like "*solution-deployment*" }) -ne $null) {Write-Host -NoNewLine .;Start-Sleep -s 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment