Partager via


SharePoint Web Services GUIDs - named

I'm always forgetting this command to translate those silly GUID services into text which is understandable.

So here it is, where we can all find it.

Get-SPServiceApplication | sort Id | FT -property Id, DisplayName -AutoSize

Comments

  • Anonymous
    January 01, 2003
    Nice information