Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
EntityType = ScriptAssignment AND AssignedTo = MembersOf('Testers')

Find all un-assigned unassigned scripts (where assigned to Assigned To is empty):

Code Block
languagenone
EntityType = Script AND AssignedTo IS Empty

...