Skip to content

Commit

Permalink
Update Get-UnusedDriveLetters.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
auberginehill committed Jul 31, 2016
1 parent 9487ead commit 6b4d97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Get-UnusedDriveLetters.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ ForEach ($computer in $name_list) {
} # ForEach ($volume}


# Enumerate the used drive-letter
# Enumerate the used drive-letters

# $pi = Get-PSDrive -PSProvider FileSystem
$epsilon = [System.IO.DriveInfo]::getdrives()
Expand Down Expand Up @@ -463,7 +463,7 @@ Add-Content $txt_file_unused -Value $separator
Add-Content $txt_file_unused -Value $unused


# Display the results in two pop-up windows
# Display the results in four pop-up windows
# $obj_osinfo_selection | Out-GridView
# $optical_selection | Out-GridView
$partition_table_selection | Out-GridView
Expand Down

0 comments on commit 6b4d97a

Please sign in to comment.