An open API service indexing awesome lists of open source software.

https://github.com/devlights/try-powershell

This is My Tutorial Project for Powershell
https://github.com/devlights/try-powershell

powershell powershell-scripts tutorial

Last synced: about 2 months ago
JSON representation

This is My Tutorial Project for Powershell

Awesome Lists containing this project

README

        

# try-powershell

This is My Tutorial Project for Powershell

```sh
PS > $PSVersionTable["PSVersion"]

Major Minor Build Revision
----- ----- ----- --------
5 0 10586 117
```

```sh
PS > Get-ExecutionPolicy
RemoteSigned
```

## 参考

### ExecutionPolicy について

[[PowerShell] 起動時に ExecutionPolicy を指定して起動](https://gist.github.com/devlights/e6a9ef10668374ab197d3c9f15d9c237)

[PowerShell実行ポリシーのメモ](https://gist.github.com/stknohg/328df73891b8e4f15327ba8a7ba90c47)

### git 利用時の文字化け について

[powershellでgitの出力が化ける場合](https://gist.github.com/devlights/f4e6abfccb23768168459d4174545e3e)