initial commit

This commit is contained in:
2026-09-06 02:03:36 +01:00
commit 57d2f3619e
42 changed files with 3379 additions and 0 deletions

24
servers.csv Normal file
View File

@@ -0,0 +1,24 @@
# 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,
Can't render this file because it contains an unexpected character in line 6 and column 17.