< Back

Set-NPUMMailboxGreeting

Sat Jan 18, 2020 4:18 pm

NAME Set-NPUMMailboxGreeting



SYNOPSIS

Uploads and activates Mitel NuPoint voicemail greetings on individual mailboxes





SYNTAX

Set-NPUMMailboxGreeting [-MSLServer] <String> [<CommonParameters>]





DESCRIPTION

The Set-NPUMMailboxGreeting cmdlet will upload all wav files in the C:\\Greetings folder and request the mailbox

number to activate it on.



The Posh-SSH module must be installed. To do this on Powershell v4 and above run the following command

'install-module -Name Posh-SSH'



Greetings must be in the below format.

CCITT u-law, 8KHz, 8 bit, mono.





PARAMETERS

-MSLServer <String>



Required? true

Position? 1

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





A folder called Greetings needs to be created on the C Drive of your computer and the properly formated WAV

files placed in here for upload. The upload

procedure will also delete these files so make sure they are a copy and orginial placed somewhere for safe

keeping.

You will be prompted for the mailbox number for each file as it is being uploaded.

SSH must be enabled on the MSL server.



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



PS C:\\>Set-NPUMMailBoxGreeting 192.168.1.10















RELATED LINKS

Posh-SSH