Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paul1404/powershell-wincore

Powershell Scripts to easily configure Windows Server Core
https://github.com/paul1404/powershell-wincore

powershell powershell-module powershell-script

Last synced: 2 days ago
JSON representation

Powershell Scripts to easily configure Windows Server Core

Awesome Lists containing this project

README

        

# Windows Server Core Scripts

This repository contains three PowerShell scripts designed to be executed on Windows Server Core. The scripts automate the setup of Windows Admin Center, Windows DHCP, and WSUS server.

## Prerequisites

To use these scripts, you will need:

- A machine running Windows Server Core
- PowerShell 5.1 or later
- Administrative access to the machine

## Setup

### Windows Admin Center

To set up Windows Admin Center using the script:

1. Download the `Install_WAC_server_core_2022.ps1` file from this repository.
2. Open PowerShell as an administrator and navigate to the directory where you saved the script.
3. Run the following command: `.\Install_WAC_server_core_2022.ps1`
4. Follow the on-screen prompts to complete the setup.

### Windows DHCP

To set up Windows DHCP using the script:

1. Download the `Install_DHCP_server_core_2022.ps1` file from this repository.
2. Open PowerShell as an administrator and navigate to the directory where you saved the script.
3. Run the following command: `.\Install_DHCP_server_core_2022.ps1`
4. Follow the on-screen prompts to complete the setup.

### WSUS Server

To set up WSUS server using the script:

1. Download the `Install_WSUS_server_core_2022.ps1` file from this repository.
2. Open PowerShell as an administrator and navigate to the directory where you saved the script.
3. Run the following command: `.\Install_WSUS_server_core_2022.ps1`
4. Follow the on-screen prompts to complete the setup.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

1. Fork this repository.
2. Create a new branch with your changes: `git checkout -b my-branch`
3. Make your changes and commit them: `git commit -m "My changes"`
4. Push your changes to your fork: `git push origin my-branch`
5. Create a pull request to this repository.

## License

This project is licensed under the MIT License. See the `LICENSE` file for more information.

---