powershell 一组有用的powershell扩展
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 一组有用的powershell扩展相关的知识,希望对你有一定的参考价值。
# Execution policy - https://technet.microsoft.com/en-us/library/ee176961.aspx
# Get PS Get (http://psget.net/)
(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
import-module PsGet
# Usful modules
# http://psget.net/directory/Jump.Location/
Install-Module Jump.Location
# http://psget.net/directory/pscx/
Install-Module pscx
# http://psget.net/directory/PsHosts/
Install-Module PsHosts
# http://psget.net/directory/PSSudo/
Install-Module PSSudo
# http://psget.net/directory/PsUrl/
Install-Module PsUrl
# http://psget.net/directory/TabExpansionPlusPlus/
Install-Module TabExpansionPlusPlus
# http://psget.net/directory/WiFi-Password/
Install-Module WiFi-Password
# Configure git (git needs to be installed before)
git config --global core.autocrlf input
以上是关于powershell 一组有用的powershell扩展的主要内容,如果未能解决你的问题,请参考以下文章
powershell 有用的PS One Liners
powershell 有用的AWS PS命令
powershell 一些与AppFabric一起使用的有用命令
powershell 功能 - WINDOWS - REGISTRY:有用的注册表功能。
如何将一组 powershell 命令转换为可以在需要时运行的脚本?
在 powershell 中,从 get-adcomputer 结果中添加另一组值