Posts

Showing posts from February, 2017

Yet another inventory script...

Yes, I know, there are a ton of PowerShell inventory scripts out there.  None ever did exactly what I wanted them to.  So, I found one that was close and tweaked it to do what I needed it to do.  Below is the result (so far). It can be run against a domain from any domain member.  It requires a credential file containing domain admin credentials.  If the cred file isn't found it prompts to create it.  You need Excel installed since the data is written to Excel.  I don't have a "save" command in this so you need to save it manually yourself after the run is complete. <#==============================================================================           File Name : Inventory2Excel.ps1     Original Author : Kenneth C. Mazie (kcmjr AT kcmjr.com)                     :    ...