This is a PowerShell module for Creating/Managing an Ark Survival Ascended Dedicated Server on Windows
To import this module, you have two options:
- Download the module to your system and import the .psd1 file
Import-Module C:\PathToModule\ArkSurvivalAscendedServer\ArkSurvivalAscendedServer.psd1
- Create an entry in the PSModulePath environment variable pointing at your module and then import it normally
Import-Module ArkSurvivalAscendedServer
It is important to note that this module will go on the PSGallery at some point and then it will be just like any other module. While this module is in early development, follow one of the above two options for accessing the module.