lunes, 6 de marzo de 2017

WINDOWS. PS. LogicalDisk and local shares

For list the Logical disk in your Windows Operating system you could use this command.


COMMAND: "
Get-WmiObject -ComputerName localhost Win32_LogicalDisk
"

COMMAND: "Get-WmiObject -ComputerName localhost Win32_LogicalDisk | format-table DeviceID, DriveType, VolumeNa
me, Size, Freespace"


LOCAL SHARES:

COMMAND:  "Get-wmiobject -ComputerName localhost Win32_Share"


by GoN | Published: March 6, 2017 | Last Updated:

No hay comentarios: