Skip to content

Instantly share code, notes, and snippets.

@duffney
Created November 7, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffney/5778099f75371cdbf707 to your computer and use it in GitHub Desktop.
Save duffney/5778099f75371cdbf707 to your computer and use it in GitHub Desktop.
$parms = @{
'class'='Win32_LogicalDisk';
'computername'='DESKTOP';
'filter'='drivetype=3';
}
Get-WmiObject @parms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment