다음을 통해 공유


Builtin: tdadm operation

Operation name: Builtin

This operation will help you to personalize the built-in file name or ProgID list in the database.

What is built-in?

The database contains a list of Office built-in files and default file names (eg. Book1.xlsx). On the “Documents” and “Solutions” worksheets In the Telemetry Dashboard, the “Built-in” column will be checked for any documents or solutions that are listed in the built-in list. This can be used to filter out Office built-in files using this column. Once you add new built-in file name, you will see check mark for the files that you added.

Note: The default set of built-in file names/ProgID’s cannot be modified. You can only add new entries, or remove entries you added yourself.

See also

Syntax

tdadm.exe

-o builtin

[-databaseserver <servername>[\<instance name>]]

-databasename <database name>

{-add <CSV file name>|

-remove <CSV file name> |

-removeall

-view <CSV file name> }

Parameters

Parameters Value Required? More info
databaseserver A valid database server name, such as "Server1", where named instances are used; the format may appear as server\server No Database server that hosts Telemetry Dashboard database.

Note: If database server name is not specified, it will use the default (unnamed) instance on the local server.
databasename A valid Telemetry Dashboard database name, such as "DB1" Yes Name of the Telemetry Dashboard database.
add A valid file path, such as "c:\filelist.csv" Yes
Add, remove, removeall or view parameter is required.
Path to the CSV file which contains the list of in file names or ProgID’s to add to the built-in list.
remove A valid file path, such as "c:\filelist.csv" Yes
Add, remove, removeall or view parameter is required.
Path to the CSV file which contains the file names or ProgID’s to remove from the built-in list.
removeall <none> Yes
Add, remove, removeall or view parameter is required.
Remove all custom entries from the built-in list, reverting it back to the default set.
view A valid file path, such as "c:\filelist.csv" Yes
Add, remove, removeall or view parameter is required.
Path to the CSV file to export the built-in list to.

CSV format

A list of file types and names that you want to add to or remove from the built-in files list, one record per line.

Syntax

File Type, name

Name Value Description
File type

Any one of the following:

0 - Document (file name)

1 - Template (file name)

2 - Application-specific add-in (file name)

3 - COM add-in (ProgID)

4 - Apps for Office (Friendly name or ID)

Specify the file type.
name

Any one of the following:

  • ProgID
  • File name
Specify the file name or ProgID that you want to add to/remove from the built-in list

Example

0,sample.xlsx

3,MsoTDAddin.Connect.1

1,document template.dotx

4,Weather news

 

Other operations