Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noma4i/powershell-toolbelt
Scripts for everyday use
https://github.com/noma4i/powershell-toolbelt
Last synced: 3 days ago
JSON representation
Scripts for everyday use
- Host: GitHub
- URL: https://github.com/noma4i/powershell-toolbelt
- Owner: noma4i
- Created: 2014-05-14T02:07:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T04:15:48.000Z (almost 10 years ago)
- Last Synced: 2024-05-08T22:16:07.824Z (6 months ago)
- Language: PowerShell
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powershell-toolbelt
### Scripts for everyday useInstalling puppet agent on windows:
- ensure you have `c:\temp`
- run this in PS console````powershell
Invoke-WebRequest "https://raw.githubusercontent.com/noma4i/powershell-toolbelt/master/puppet.ps1" -OutFile "${env:temp}\puppet.ps1" | powershell "${env:temp}\puppet.ps1"
````Script will:
- Ask you about puppetmaster ip address
- Adjust hosts file to point puppet to specified address
- Download latest puppet agent
- ...
- Install it.