Anytime a new server comes into our support, it is useful to know who installed SQL, and if it was the customer, developer, or a member of your own team (or even yourself and just don't remember)
This is my very first powershell script. Just run it from the target server,
Load the function, and run it as
Get-WhoInstalledSQL
Caveat:
This script searches your setup bootstrap folder
So if prior admins deleted the content of those folders, the script will say "cannot find information"
Any questions, please let me know.
Found a typo? A problem? You think you can do better?
Please let me know! As I said, this is my first PoSh script and I really need the input to get better and better.
Thank you
Miguel Quintana