As with any managed services or infrastructure services projects, maintaining the server inventory is very crucial. The server-inventory-file provides a one-stop checklist, that you can refer while you are on priority 1 bridge calls.
With a traditional data center, it is easy to maintain server/infra inventory on an excel sheet. But it is not the same with the cloud because the infrastructure is so dynamic.
The only solution to this problem is Automation. I have written a PowerShell script just to do that.
Below is the link to the script:
https://gallery.technet.microsoft.com/scriptcenter/Powershell-Script-to-4e623057
Also, check out my blog for Azure Inventory:
https://manjunathrao.com/2016/12/30/powershell-generate-azure-inventory/
https://manjunathrao.com/2017/12/04/powershell-generte-azure-paas-inventory/
If this blog helps even one person on this planet. The purpose of this blog is served.
Reblogged this on Cloud & Virtualization Complete Guide and commented:
Nice article bro.
LikeLike
Hi, I’ve used your script but the output in the spreadsheet is blank. It has created the worksheets and the heading in all the worksheet but the content is blank, any ideas??
I don’t get any errors when running the script.
LikeLike
You have to edit the script by providing your credentials
LikeLike
Thanks for the response, I assume the only credentials I need to edit are the AWS_AccessKey and AWS_SecreyKey??
LikeLike
yes, those are the ones.
LikeLike
The script does not produce any output from function Create-EC2InstanceWorksheet and VirtualMachine worksheet in excel is blank. It populates other 3 sheets. Any ideas?
LikeLike