We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e908695 commit cffc2a0Copy full SHA for cffc2a0
dotposh/Modules/Set-DevDriveEnvironments.ps1
@@ -1,3 +1,5 @@
1
+# Source: - https://github.com/ran-dall/Dev-Drive
2
+
3
function Get-DevDrive {
4
$devDrives = Get-Volume | Where-Object { $_.FileSystemType -eq 'ReFS' -and $_.DriveType -eq 'Fixed' }
5
$devDriveLetters = @()
0 commit comments