Estou tentando desmontar uma unidade USB externa usando o PowerShell e não consigo fazer isso com êxito. O script a seguir é o que eu uso: #get the Win32Volume object representing the volume I wish to eject $drive = Get-WmiObject Win32_Volume -filter "DriveLetter = 'F:'" #call dismount on that...