Skip to content

Instantly share code, notes, and snippets.

@omersiar
Created July 28, 2020 11:43
Show Gist options
  • Save omersiar/47bfb5288fcd89cfc5c02dd4712caa96 to your computer and use it in GitHub Desktop.
Save omersiar/47bfb5288fcd89cfc5c02dd4712caa96 to your computer and use it in GitHub Desktop.
Foreach ($i in (Get-Disk).Number | where-object {$_ -ne 0}) { $i + 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment