Given a specific app pool, is there a way to get the identity associated with it?

In the image above, I am trying to get the "NetworkService".
I've tried the following:
Import-Module WebAdministration
Get-Item IIS:\AppPools\DeFaultAppPool|Select-Object *
However, identity is nowhere to be found:

is there a way to get the identity associated with it?
It can be found under processModel.identityType:
(Get-Item IIS:\AppPools\DefaultAppPool).processModel.identityType
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With