< Back
Set-BulkNPUMMailboxGreeting
Post
NAME Set-BulkNPUMMailboxGreeting
SYNOPSIS
Bulk upload, import and activation of Mitel NuPoint voicemail greetings
SYNTAX
Set-BulkNPUMMailboxGreeting [-MSLServer] <String> [<CommonParameters>]
DESCRIPTION
The Set-BulkNPUMMailboxGreeting cmdlet will upload all wav files in the C:\\Greetings folder and use the mbs.csv to
activate each against the correct mailbox.
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.
A csv file named mbs.csv needs to be stored in the C:\\Greetings folder along with the greetings. The csv needs to
have two columns, one named 'Mailbox' and the other 'File'
Mailbox is the mailbox number for the user and file is the file name of the new greeting.
e.g.
Mailbox | File
--------|----------
1460 | 1460_John.wav
1678 | Jim1678.wav
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-BulkNPUMMailboxGreeting 192.168.1.10
RELATED LINKS
Posh-SSH
SYNOPSIS
Bulk upload, import and activation of Mitel NuPoint voicemail greetings
SYNTAX
Set-BulkNPUMMailboxGreeting [-MSLServer] <String> [<CommonParameters>]
DESCRIPTION
The Set-BulkNPUMMailboxGreeting cmdlet will upload all wav files in the C:\\Greetings folder and use the mbs.csv to
activate each against the correct mailbox.
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.
A csv file named mbs.csv needs to be stored in the C:\\Greetings folder along with the greetings. The csv needs to
have two columns, one named 'Mailbox' and the other 'File'
Mailbox is the mailbox number for the user and file is the file name of the new greeting.
e.g.
Mailbox | File
--------|----------
1460 | 1460_John.wav
1678 | Jim1678.wav
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-BulkNPUMMailboxGreeting 192.168.1.10
RELATED LINKS
Posh-SSH