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
- Host: GitHub
- URL: https://github.com/devlights/try-powershell
- Owner: devlights
- License: mit
- Created: 2019-08-28T06:47:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T07:25:07.000Z (over 5 years ago)
- Last Synced: 2025-02-12T08:58:29.706Z (3 months ago)
- Topics: powershell, powershell-scripts, tutorial
- Language: PowerShell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)