Operations for setup and maintenance of a Windows Server 2019 using powershell commands.
- Basic steps of configuration, after installation of Windows 2019 Server -> 00_introductions.ps1
- Disable and enable the option RandomizeIdentifiers within the IPv6 protocol of the local machine -> 01_disable_enable_randomize_identifiers_ipv6.ps1
- Create, format and remove partitions -> 02_create_format_partition.ps1
- Show the system properties -> 03_system_properties.ps1
- ...
- ...
- Downgrade a domain controller-> 06_downgrade_domain_controller.ps1
- Miscellaneous Commands -> 99_misc.ps1