$File = "D:\SolutionandDeployedWebApplications.txt"
foreach ($solution in Get-SPsolution)
{
echo $solution.Name | Out-File $File -Append
echo $solution.DeployedWebApplications |Format-Table -Property Url | Out-File $File -Append
}
Refer the following script files in your page, <!-- For People Picker --> <script type="text/javascript" src...
No comments:
Post a Comment