Skip to content

ruudmens/LazyAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ac16b1 · Feb 7, 2025
Sep 17, 2020
Oct 24, 2024
Mar 24, 2023
Jun 3, 2022
Oct 7, 2021
Sep 29, 2023
Mar 23, 2021
May 30, 2023
Feb 7, 2025
Oct 21, 2024
Dec 12, 2023
Jan 19, 2021
Sep 17, 2020
Oct 14, 2024
Apr 11, 2023
Aug 30, 2022
Jan 10, 2024
Oct 16, 2024
Mar 28, 2023
Jun 5, 2023
Aug 30, 2022
Sep 17, 2020
Mar 24, 2022
Sep 8, 2022
Oct 6, 2022

Repository files navigation

LazyAdmin.nl Scripts Repository

This repository contains a number of scripts that I have written or enhanced to make day-to-day life easier for system administators. These are provided for free to the community under an MIT License. An explantion or guide on how to use the scripts can be found on my blog LazyAdmin.nl

Download the contents of this repository to your workstation.

To use a script you can copy it onto your workstation and open the PowerShell window in that location. To read more about running PowerShell scripts, you can read this article: https://lazyadmin.nl/powershell/run-a-powershell-script/

Launch PowerShell and make sure Set-ExecutionPolicy is set to RemoteSigned or Bypass

Learn how to write your own PowerShell script with this complete guide: https://lazyadmin.nl/powershell/powershell-script/

Contribution

Create a fork of the project into your own reposity. Make all your necessary changes and create a pull request with a description on what was added or removed and details explaining the changes in lines of code. If approved, I will merge it.

Licensing

Licensed under the MIT License (the “License”); you may not use this file except in compliance with the License.

THE SOFTWARE (SCRIPTS) ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.