Skip to content

Instantly share code, notes, and snippets.

@RichieBzzzt
Created January 9, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichieBzzzt/849786583748a889383b6777ee1561b8 to your computer and use it in GitHub Desktop.
Save RichieBzzzt/849786583748a889383b6777ee1561b8 to your computer and use it in GitHub Desktop.
if(@(Compare-Object $CurrentUserSid $JobScheduleOwnerSid -SyncWindow 0).Length -gt 0)
{
Write-Host "Not owner of the schedule - alternate method"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment