Padmin
Updated: January 21, 2005
Syntax
pbadmin.exe /IPhoneBookName/RRegionFilePath\RegionFileName
pbadmin.exe /IPhoneBookName/PDataFilePath\DataFileName
pbadmin.exe /OPhoneBookName ServerName UserName Password
pbadmin.exe /BPhoneBookName
Parameters
Remarks
-
To create a phone book (.mdb), use this syntax:
pbadmin.exe /NPhoneBookName [/RRegionFilePath\RegionFileName] [/PDataFilePath\DataFileName]
- To import data into a phone book from a region file, use
this syntax:
pbadmin.exe /IPhoneBookName/RRegionFilePath\RegionFileName
-
To import data into a phone book from a phone book file (.pbk) or an appropriately formatted text file (.txt), use this syntax:
pbadmin.exe /IPhoneBookName/PDataFilePath\DataFileName
- To configure publishing options for a phone book, use this
syntax:
pbadmin.exe /OPhoneBookName ServerName UserName Password
- To publish a phone book, use this syntax:
pbadmin.exe /BPhoneBookName
- For pbadmin, the term "phone book" refers to a phone book (.mdb), and the term "phone book file" refers to a phone book file (.pbk).
- Command-line parameters are case-sensitive.
- A phone book name cannot consist of more than eight characters, cannot consist of all digits, and must not contain a space or any of the following symbols: ! , ; * = / \ : ? ' " < > | . & % {} [] @ ( ) ´ ` ~
- If you specify a path, you must specify the full path. You cannot use spaces in the path to the phone book, to a phone book file, or to a region file.
- To use the pbadmin command, you must install Phone Book Administrator and then type the command from within the PBA directory. To install Phone Book Administrator, insert your Windows XP Professional or your Windows Server 2003 family installation CD into your CD-ROM drive, and click Browse this CD. Open the VALUEADD folder, open the MSFT folder, open the MGMT folder, and open the PBA folder. Double-click PBAINST, and follow the instructions on your screen.
Note
- On a Windows Server 2003 SP1 CD, Phone Book Administrator is located in the SUPPORT folder. Open the SUPPORT folder on the CD, open the MSFT folder, open the MGMT folder, and open the PBA folder. Double-click PBAINST, and follow the instructions on your screen.
Examples
To create a phone book named Awesome, type:
pbadmin.exe /N Awesome
To import data into a phone book named Awesome from a region file named Region1.txt located in the C:\Temp directory, type:
pbadmin.exe /I Awesome /R C:\Temp\Region1.txt
To configure a phone book file with the name of Awesome, the server name of Rainier, the user name of jobrown, and the password of mypassword, type:
pbadmin.exe /O Awesome Rainier jobrown mypassword
To publish a phone book named Awesome, type:
pbadmin.exe /B Awesome
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |