Custom private registry key

I've long been a proponent of creating a "custom" registry presence on all PC's and servers to allow the storage of critical information. Much of what would normally be needed from systems is already accessible via existing keys, but there are always thing specific to each company that are nice to be able to keep track of. I used to just create these manually but for domain wide deployment that's not practical. This PowerShell script will create and/or validate that your custom private registry key exists on all systems specified whether that be a full domain or a list. Many settings are externalized to make the script generic, however the list of key values is not. You should edit the script to correct the list to suit your needs. An HTML email report is generated to show the results. The report is coded so that it's short and "relatively" clean. Here is an example of the output email from a small test run: As always the most curren...