Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Powershell Scripts to easily configure Windows Server Core
- Host: GitHub
- URL: https://github.com/Paul1404/powershell-wincore
- Owner: Paul1404
- License: apache-2.0
- Created: 2022-05-15T14:07:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T19:50:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T15:30:30.708Z (2 months ago)
- Topics: powershell, powershell-module, powershell-script
- Language: PowerShell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Paul1404/powershell-wincore - Powershell Scripts to easily configure Windows Server Core (PowerShell)
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.
---