How to tell which Application pool an IIS worker process belongs to
How to tell which Application pool an IIS worker process belongs to
Recently speaking at a conference where I was presenting an IIS crash course, several attendees came up to me after the session and asked how they could tell which IIS worker process belonged to which application pool. This information is presented in the graphical task manager, but is tricky to find using PowerShell.
Because so many folks were curious, I decided to share with everyone. Here ya go!
PS> Get-WmiObject –class win32_process -filter ‘name=”w3wp.exe”‘ | Select-Object –Property Name, ProcessId, @{n=’AppPool’;e={$_.GetOwner().user}}
IIS and PowerShell combined rock!
The Inadvertent IIS administrator
Jason Helmick
Director of PowerShell Technologies
Interface Technical Training
You May Also Like
Application Pool, AppPool, GetOwner, IIS, Powershell, WmiObject
Agile Methodology in Project Management
0 184 0In this video, you will gain an understanding of Agile and Scrum Master Certification terminologies and concepts to help you make better decisions in your Project Management capabilities. Whether you’re a developer looking to obtain an Agile or Scrum Master Certification, or you’re a Project Manager/Product Owner who is attempting to get your product or … Continue reading Agile Methodology in Project Management
An Overview of Office 365 – Administration Portal and Admin Center
0 944 3This is part 1 of our 5-part Office 365 free training course. In this Office 365 training video, instructor Spike Xavier introduces some of the most popular services found in Microsoft Office 365 including the Admin Portal and Admin Center. For instructor-led Office 365 training classes, see our course schedule: Spike Xavier SharePoint Instructor – … Continue reading An Overview of Office 365 – Administration Portal and Admin Center
Creating Users and Managing Passwords in Microsoft Office 365
0 787 4In this Office 365 training video, instructor Spike Xavier demonstrates how to create users and manage passwords in Office 365. For instructor-led Office 365 training classes, see our course schedulle: Spike Xavier SharePoint Instructor – Interface Technical Training Phoenix, AZ 20347: Enabling and Managing Office 365
See what people are saying...