25 lines
1.0 KiB
CSV
25 lines
1.0 KiB
CSV
# Server input file for Invoke-DnsMigration.ps1 (-ServerFile parameter)
|
|
# Supports Windows and Linux servers in the same file.
|
|
#
|
|
# Columns:
|
|
# Hostname - FQDN or IP address of the server
|
|
# OS - "Linux" or "Windows"
|
|
# If left blank or set to "Unknown", the script will auto-detect
|
|
# via WinRM probe (Windows) or SSH probe (Linux)
|
|
# Distro - Optional hint for Linux servers: "Ubuntu 22.04", "Ubuntu 24.04",
|
|
# "CentOS 7", "Rocky 7", "Rocky 8"
|
|
# If left blank, auto-detected on the server via /etc/os-release
|
|
# Leave blank for Windows rows.
|
|
#
|
|
# Lines starting with # are ignored.
|
|
# Remove the # prefix from the examples below and replace with your actual servers.
|
|
#
|
|
Hostname,OS,Distro
|
|
#ubuntu-app-01.corp.local,Linux,Ubuntu 22.04
|
|
#ubuntu-app-02.corp.local,Linux,Ubuntu 24.04
|
|
#centos-db-01.corp.local,Linux,CentOS 7
|
|
#rocky-fs-01.corp.local,Linux,Rocky 8
|
|
#rocky-web-01.corp.local,Linux,Rocky 7
|
|
#win-srv-01.corp.local,Windows,
|
|
#win-srv-02.corp.local,Windows,
|