Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
foreach ($item in (Get-Childitem -path c:\temp\wsp)) {
$___location = "c:\temp\wsp\" + $item.Name
add-spsolution -literalpath $___location
}