< Back

Backup-AudioCodes

Sat Jan 18, 2020 9:52 am

NAME Backup-AudioCodes



SYNOPSIS

Creates Backup of Audiocodes mediant





SYNTAX

Backup-AudioCodes [-hosts] <Object> [-BackupDir] <String> [[-Port] <String>] [<CommonParameters>]





DESCRIPTION

This cmdlet will export the ini file via a telnet session to the AudioCodes Mediant





PARAMETERS

-hosts <Object>

IP Address or array of IP addresses from which to backup the INI files



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BackupDir <String>

Directory where to write backup files as well as encrypted password strings for accessing the audiocodes.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Port <String>

Optionally define the telnet port to connect on. When omitted the default port 23 is used.



Required? false

Position? 3

Default value 23

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

Parameters





OUTPUTS

Key Directory

Keys

Host Directory

Ini Files

Delta Files





NOTES





+---------------------------------------------------------------------------------------------+

| ORIGIN STORY |

+---------------------------------------------------------------------------------------------+

| DATE : 2018.07.02

| AUTHOR : Michael L????rsen

| E-Mail : michael.luersen@mondaycoffee.com

+---------------------------------------------------------------------------------------------+



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Backup-Audiocodes -hosts "10.0.0.10","10.0.0.12" -BackupDir D:\\Backups\\AudioCodes















RELATED LINKS