List application profiles, or view details of, add, change, delete, or copy, an application profile. Note that this command does not allow you to modify any of the mailbox properties or options.
wvrapplprof
{ -c -I profile_ID -O target_profile_ID -N target_profile_name
| -d -I profile_ID [-N profile_name]
| -h
| -l {-I {all | profile_ID_spec} | -N profile_name_spec}
| -m -I profile_ID [-N profile_name] [-S state_table] [-E entry_point] [-L language] [-C subscriber_class] [-G active_greeting_ID]
| -n -I profile_ID -N profile_name -S state_table -E entry_point [-L language] [-C subscriber_class] [-B number_of_active_mailboxes ][-G active_greeting_ID]
| -v {-I profile_ID | -N profile_name}
| -?
}
All action flags are lowercase.
All attribute flags are uppercase.
1 = US English
2 = Belgian Dutch
3 = Belgian French
4 = Canadian French
5 = Danish
6 = Finnish
7 = Swedish
8 = French
9 = German
10 = Italian
11 = Netherlands Dutch
12 = Norwegian
13 = Portuguese
14 = Spanish
15 = Swiss French
16 = Swiss German
17 = UK English
18 = Icelandic
19 = Greek
20 = Turkish
101 = US English TDD
Other numbers can be created by the user. To find out what the numbers of the installed languages are, click Languages in the Configuration window.
Copy the application profile 123456 to create an identical profile 998877, with a profile name "newapp":
wvrapplprof -c -I 123456 -O 998877 -N newapp
Delete the application profile 123456:
wvrapplprof -d -I 123456
List all application profiles:
wvrapplprof -l -I all
List all application profiles whose profile IDs begin 9988:
wvrapplprof -l -I 9988%
List all application profiles whose names contain Saver:
wvrapplprof -l -N %Saver%
Modify the application profile 123456, changing its language to French:
wvrapplprof -m -I 123456 -L 8
Create a new application profile 665123, specifying only the mandatory parameters:
wvrapplprof -n -I 665123 -N accounts -S AVF_Main -E start
View the details of application profile whose name is Banking:
wvrapplprof -v -N Banking
View the details of application profile 123456:
wvrapplprof -v -I 123456