LoginSignup
2
2

More than 5 years have passed since last update.

Windows Server に PowerShell ISE が入ってなかったときにPowerShellで入れちゃうコマンド

Last updated at Posted at 2016-03-28

Windows Server 2008 とかは既定では入っていないのです。

Import-Module ServerManager 
Add-WindowsFeature PowerShell-ISE

痕跡を消す

Remove-WindowsFeature PowerShell-ISE
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2