< Back

Update-Arma3Server

Fri Jan 10, 2020 8:53 pm

NAME Update-Arma3Server



SYNOPSIS

A POSH script to update an arma3 server that's been created with Setup-Arma3Server.ps1





SYNTAX

Update-Arma3Server [-SteamCMDinstallPath] <String> [-Arma3ServerName] <String> [[-ModsToUpdate] <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



-ModsToUpdate <String[]>

A list of mods to update, using their steam numbers in the format of: "000000","000001","00125"



Required? false

Position? 3

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