PowerShell question
Posted
by Ybbest
on Stack Overflow
See other posts from Stack Overflow
or by Ybbest
Published on 2010-03-23T02:01:01Z
Indexed on
2010/03/23
2:11 UTC
Read the original article
Hit count: 297
powershell
Hey I got the following ps for retrieving the site template from SharePoint,but I do not quite undersantd what does the second half of the script( | ? {$_.IsHidden -eq $false }) does? Can someone explain this to me please as I am fairly new to PS.
Get-SPWebTemplate | ? {$_.IsHidden -eq $false }
© Stack Overflow or respective owner