Create a low-key life with scripts. Why do things yourself?
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
After searching for a lot of scripts in my lifetime I started to gather them in a repository. Of course I was not as tidy as the scripts in this repository, but I tried to be as thorough as I could be.
These are the subjects of my scripts;
| Name | Description |
|---|---|
| Active Directory | The local AD |
| Computer | Specific computer(s) or server(s) |
| Endpoint - Intune | Scripts to be used with Intune |
| Microsoft Graph | Talk to the Microsoft cloud via the API |
Of course nobody is perfect. I have a specific style which could not match yours. If you have any hints to improve, feel free to let me know; floris@entermi
I tried to keep everything compatible with Powershell 7 and Powershell 5.x.
These scripts are built to run from the shell using parameters. Examples are;
PS > .\Set-DNSServersOnServers.ps1 -OldDns 10.0.0.10 -NewDns '10.0.0.100','10.0.0.200' -Computername 'NLSERVER' PS > .\Set-DNSServersOnServers.ps1 -Secret 'I_261~ISZAkiEW6yupjiNGk-ZdZrY1f7zwFpzbx3' -Id 'dd372274-a277-11ed-a8fc-0242ac120002' -Version 'beta'
See the open issues for a list of proposed features (and known issues).
It is a work-in-progress repository. So scripts will be added when found/needed.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Floris van Enter - Github