PowerShell script for unattended configuration of FTP server role on Windows Server (Core)
I have created this PowerShell script for unattended installation & configuration of FTP server on Windows Server Core edition.
This script will:
ask for FTP site name, READ and WRITE FTP user
install FTP, IIS roles
create FTP site
create READ and ...