function GetAllWebApplications() { write-host "Sitecollection List Extraction started...." -foregroundcolor yellow $contentWebAppServices = (Get-SPFarm).services | ? {$_.typename -eq "Microsoft SharePoint Foundation Web Application"} foreach($webApp in $contentWebAppServices.WebApplications) { Write-Host "Web Application : " $webApp.name }
Absolutely inspiring and packed with valuable insights! Truly grateful for the hard work that went into creating this.
ReplyDeleteDevOps Training in Marathahalli Bangalore