LoginSignup
0
3

More than 3 years have passed since last update.

Powershell メモ

Last updated at Posted at 2019-07-01

Linux で、powershell

  • pwsh ( 起動コマンド )
  • インストール ( ubuntu 18.04 )
# Import the public repository GPG keys
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

# Register the Microsoft Ubuntu repository 18.04 を指定
sudo curl -o /etc/apt/sources.list.d/microsoft.list \ https://packages.microsoft.com/config/ubuntu/18.04/prod.list

# Update the list of products
sudo -E apt-get update

# Install PowerShell
sudo -E apt-get install -y powershell

powershell で、remote login

Powershell コマンド備忘

  • $PSVersionTable ( バージョンの確認 $が最初に必要)
0
3
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
0
3