Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # 修改指定應用程式集區執行的使用者帳號
  2. # 範例
  3. # Set-ItemProperty IIS:\AppPools\DefaultAppPool -name processModel -value @{userName="txstudio\administrator";password="password";identitytype=3};
  4. #
  5. Set-ItemProperty IIS:\AppPools\{應用程式集區名稱} -name processModel -value @{userName="{使用者帳號}";password="{登入密碼}";identitytype=3};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement