Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get All WebApplication in a given server in sharepoint using powershell

I am trying to get list of WebApplication in a Given Server.

Get-SpWebapplication retrieves all the WebApplication in the Current machine.

I need to get the list of WebApplication in a particual server. How to Do it.

Please help me with this.

like image 344
user179238 Avatar asked May 31 '26 13:05

user179238


2 Answers

To get a list of all SharePoint Web Apps, use the following:

Get-SPWebApplication | Select DisplayName, Url
like image 125
Gonzix Avatar answered Jun 02 '26 20:06

Gonzix


Go to "C:\windows\system32\inetsrv" folder and try this: .\appcmd list wp

like image 40
Meysam Avatar answered Jun 02 '26 19:06

Meysam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!