|
Re: network drives I think this is what your asking for...
$shares = Get-WMIobject Win32_Share -ComputerName Server1
$shares
<Nicopil@mi> wrote in message news:46311518$0$1161$426a34cc@news.free.fr...
> Hi there, i'm trying to list all network drives mapped on a computer on
> powershell, by writing their letter, names, and paths (ie :
> \\xxxx\xxxx\xxxx)
>
> how could i do it ?
>
> thx
> Nico
>
> |