brato
2007-03-09 19:46:03 UTC
Hi,
The following command works on RC1 and RC2, but it dosen't work on the
powershell 1.0 release.
get-childitem . -Name | where {$_.PsIsContainer}
This above command returns all directories only. This dosen't return any
results in powershell 1.0. Does anyone know if this is a bug and how can I
overcome this.
Thanks,
Bharat
The following command works on RC1 and RC2, but it dosen't work on the
powershell 1.0 release.
get-childitem . -Name | where {$_.PsIsContainer}
This above command returns all directories only. This dosen't return any
results in powershell 1.0. Does anyone know if this is a bug and how can I
overcome this.
Thanks,
Bharat