< Back

Start-Arma3Server

Fri Jan 10, 2020 8:53 pm

NAME Start-Arma3Server



SYNOPSIS

A POSH script to Start a previously setup Arma3 Server.





SYNTAX

Start-Arma3Server [-SteamCMDinstallPath] <String> [-Arma3ServerName] <String> [[-ServerConfigFileLocation]

<String>] [[-Mods] <String[]>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-SteamCMDinstallPath <String>

The location of SteamCMD.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Arma3ServerName <String>

Name of the Arma3 server.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ServerConfigFileLocation <String>

The name of the config file for the server, if you use one. Should ideally be in the Arma 3 Server directory.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Mods <String[]>

A list of mods to update, using their steam numbers in the format of: "00000000","000000001","00000125"



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





AUTHOR: Caius Ajiz

WEBSITE: https://github.com/CaiusAjiz/Arma3Powershell/





RELATED LINKS