http://www.bvanleeuwen.nl/faq/?p=365
ForEach ($VM in (Get-VM |Get-View)){($VM.Guest.Disk |Select @{N=“Name“;E={$VM.Name}},DiskPath, @{N=“Capacity(MB)“;E={[math]::Round($_.Capacity/ 1MB)}}, @{N=“Free Space(MB)“;E={[math]::Round($_.FreeSpace / 1MB)}}, @{N=“Free Space %“;E={[math]::Round(((100 * ($_.FreeSpace))/ ($_.Capacity)),0)}}) | Format-Table}
pqr.sql: Generate QR Codes with Pure SQL in PostgreSQL
-
As my cat woke me up way too early for a Saturday morning, I decided to put
all this extra time (and my ChatGPT Pro subscription) into good use and
generat...
Acum 3 zile
Niciun comentariu:
Trimiteți un comentariu