Displaying posts filed under

PowerShell

PowerShell – Liste lettre disque disponible

[char[]]’CDEFGHIJKLMNOPQRSTUVWXYZ’ | ? { (Get-PSDrive $_ -ErrorAction ‘SilentlyContinue’) -eq $null }