Files
demo/servers.csv
2026-09-06 02:03:36 +01:00

1.0 KiB

1# Server input file for Invoke-DnsMigration.ps1 (-ServerFile parameter)
2# Supports Windows and Linux servers in the same file.
3#
4# Columns:
5# Hostname - FQDN or IP address of the server
6# via WinRM probe (Windows) or SSH probe (Linux)
7# If left blank, auto-detected on the server via /etc/os-release
8# Leave blank for Windows rows.
9#
10# Lines starting with # are ignored.
11# Remove the # prefix from the examples below and replace with your actual servers.
12#
13Hostname,OS,Distro
14#ubuntu-app-01.corp.local,Linux,Ubuntu 22.04
15#ubuntu-app-02.corp.local,Linux,Ubuntu 24.04
16#centos-db-01.corp.local,Linux,CentOS 7
17#rocky-fs-01.corp.local,Linux,Rocky 8
18#rocky-web-01.corp.local,Linux,Rocky 7
19#win-srv-01.corp.local,Windows,
20#win-srv-02.corp.local,Windows,