get-vmdiskstorage
I wanted to be able to search for a VM and get the free space on the LUN used for that VM. I put out some other data as well…
I wanted to be able to search for a VM and get the free space on the LUN used for that VM. I put out some other data as well…
The customer has clients with locally stored application files. The files are from an earlier application and should not be used anymore. I needed to verify that the application files was removed from the clients. I did not want to walk to each 500+ clients so I created a small script to use “test-path” to see if the files were removed and then summarise it.
Last post we created a database and updated ci:s into it. Now we will continue to add data that will be used for billing.
This is a two blog post divided into two posts. The second will be published within a week from this one.
Today we lack information about virtual servers in our VMware environment which cause problems within each billing period with manual labour of verifying disk size, memory and cpu of each VM. With little to no money we needed a way to inventory and save the information for others to use and present it on a website.
If you have setup something in an Linux environment you have most likely done some troubleshooting. The command tail -f [path] is very convenient command. I had no idea that a similar existed on Windows until recently. In powershell to read a file, the command Get-Content is very neat. I had no idea that with “-wait” you could get the same result as in “-f” in tail. Very handy for parsing Windows firewall logs.