Find Services Using a Domain Account on Specified Computers in Microsoft Active Directory (Get-ServiceAccounts V1.10)

#Version 1.10 29-Apr-2020

  • Add email capability to match other scripts
    • Update Help Text with examples
  • Add ScriptInfo Parameter
    • Add code to show Script Options and write out Script Info file
  • Change location of the -Dev, -Log, and -ScriptInfo output files from the script folder to the -Folder location (Thanks to Guy Leech for the “suggestion”)
  • Cleanup screen output
  • Enable Verbose output
  • If the tested computer is online and no service with domain creds was found, write that to the output file
  • Make sure that Filename2 (ComputersWithDomainServiceAccountsErrors.txt) is new for each run
  • Reformatted the terminating Write-Error messages to make them more visible and readable in the console

You can always find the most current script by going to https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/

Thanks

Webster