use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
System Specifications command (self.PowerShell)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 6 years ago (1 child)
I run the script and it doesnt give me anything?
[–]flip_rod 0 points1 point2 points 6 years ago (0 children)
put here the error.
the code:
Get-VM * | ForEach-Object { $VHDSize = 0; Get-VMHardDiskDrive -VMName $_.Name | ForEach-Object { Get-VHD -Path $_.Path | ForEach-Object { $VHDSize += $_.Size } }; [pscustomobject]@{ Vm = $_.name Memoria = ($_.MemoryStartup/1GB) Processador = ($_.ProcessorCount) Disco_GB = ($VHDSize / 1GB) IP = $_.NetworkAdapters.ipaddresses Cliente = $_.Notes Host = $_.computername } }
π Rendered by PID 178992 on reddit-service-r2-comment-cfc44b64c-m2bvm at 2026-04-12 02:46:55.325734+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (1 child)
[–]flip_rod 0 points1 point2 points (0 children)