I have written two lines of code in PowerShell, but only the first line runs. The second line is ignored. Any reason why?
GET-ITEM IIS:\AppPools\TestOne | SELECT -EXPANDPROPERTY ProcessModel | SELECT identityType, userName,password,idleTimeout;
GET-ITEM IIS:\AppPools\TestOne | SELECT -EXPANDPROPERTY CPU | SELECT action