Guest User

Untitled

a guest
Dec 6th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $demoPool = Get-Item IIS:AppPoolsDemoAppPool
  2. $demoPool.processModel.userName = "DemoAppPoolUser"
  3. $demoPool.processModel.password = "Secret!!Pw3009"
  4. $demoPool.processModel.identityType = 3
  5. $demoPool | Set-Item
Add Comment
Please, Sign In to add comment