Hi
I'm a newbie to power shell.
I would like to know the efficient way to get the immediate directories under a folder path.
The below one does not give directories inside rather gives the information of that directory.
SELECT * FROM Win32_Directory WHERE Name = 'c:\\folderpath'