Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zloeber/Powershell
My ever growing list of PowerShell and other sysadmin related code
https://github.com/zloeber/Powershell
Last synced: 8 days ago
JSON representation
My ever growing list of PowerShell and other sysadmin related code
- Host: GitHub
- URL: https://github.com/zloeber/Powershell
- Owner: zloeber
- Created: 2014-10-19T14:57:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T13:08:11.000Z (over 6 years ago)
- Last Synced: 2024-10-27T11:25:13.004Z (17 days ago)
- Language: PowerShell
- Homepage: http://www.the-little-things.net/
- Size: 1.64 MB
- Stars: 128
- Watchers: 20
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Powershell Repository
This is an attempt to move all of my powershell script functions , snippets, and projects to one centralized repository. Over the course of the last few years I've amassed quite a few sysadmin related scripts. Over that same amount of time my powershell acumen has grown quite a bit. Unfortunately most of my older scripts have never been revisited and updated to reflect my new found best practices and knowlege. As I upload my scripts and projects I will do my best to get them updated. I welcome any suggestions, comments, or forks of this project.
Where possible I've attempted to give credit where credit is due but if I've re-purposed some of your code and missed tagging it with your name/website please let me know. In the same regards, if you find you are using my code in any of your efforts I'd appreciate being given appropriate credit where it is due.
##Description
This repository is broken down in to several broad areas which are subject to change. Currently I've included the following script directories:* Active Directory
* Exchange
* Lync
* OS
* SQL
* SupplementalThe general mindset behind much of this code is to eliminate, as much as possible, outside dependencies and modules. Each function is mostly self sustaining. Where functions are not self sustaining I try to include the requirements inline to prevent complexity. At a later date I may look to implement some kind of automatic dependency resolution preparation script.
##Other Information
**Author:** Zachary Loeber**Website:** www.the-little-things.net
**Github:** https://github.com/zloeber/Powershell
##Other credits:
[Markdown-Editor](https://github.com/jbt/markdown-editor)