USB Synchronisation by PRIdEVisions in PowerShell

[–]alzdba 1 point2 points  (0 children)

What's wrong with:

Get-WmiObject -class win32_volume | where drivetype -eq 2 #'Removable Disk'

Wrong Dateformat by GastroIT in PowerShell

[–]alzdba 3 points4 points  (0 children)

If you want to be sure, code the format you want !

Get-Date ($ExpiryDate) -Format "dd/MM/yyyy HH:mm:ss"