Last active
June 12, 2018 17:06
-
-
Save vaderj/bfa3f76feb8901491ca4 to your computer and use it in GitHub Desktop.
Status of Solution Deployment timer job #PowerShell #SharePoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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