Forum Discussion
PS1Exprt_IMHD
Jan 17, 2021Copper Contributor
uniqe value
how can i have uniqe return for below code, i need the true value onlye $Folder = Get-ChildItem -Path C:\10 -Directory | % {$_.Name -eq 'Test'} foreach($Folders in $Folder) { $Folders } current...
1975
Jan 17, 2021Copper Contributor
3788PS1Exprt_IMHD