Browsing, Searching and Viewing Items
You can use Veeam Explorer for Microsoft Teams to view the contents of a backup file, view team properties, open posts and files, search for teams and for items in a backup file as well as customize criteria of your search.
Searching for Teams
You can use keywords to search for teams in the database structure containing your Microsoft Teams objects. To do this, enter a search query in the search field at the top of the navigation pane.
To remove a keyword, click the cross mark.
- Posts. Contains the Posts tab of the channel.
- Files. Contains the Files tab of the channel.
- Other tabs. Contains other tabs of the channel that link to sites, documents, applications, and and other objects.
After you select an object in the navigation pane, you can see its content in the preview pane.
You can use Veeam Explorer for Microsoft Teams to open backed-up posts and files.
To open a post or file, do the following:
- In the navigation pane, browse to the channel whose post or file you want to open and click the necessary node: Posts or Files.
- In the preview pane, right-click a post or file and select Open.
Searching for Objects in Backup File
To search for required items, do the following:
- You can use double quotes to find the exact phrase. For example, "Document".
- You can narrow search results by specifying various search criteria using the criteria:value format. For more information about search parameters, see this section of REST API Reference. For example, author:"Administrator".
- You can use logical upper-cased operators such as AND, OR and NOT along with wildcard characters such as * and ?.
For example:
- meeting AND author:"Administrator" — returns objects that include both specified keywords.
- meeting OR author:"Administrator" — returns objects that include one of the specified keywords.
- NOT author:"Administrator" — excludes objects specified by a keyword.
- hasattachment:compar* — returns all objects that contain an attachment and the attachment name is started with compar.
- ?all — returns all objects that contain the specified keyword with any alphabet in the first position.
The Advanced Find mechanism allows you to define your search criteria more precisely.
Note |
The Advanced Find mechanism is supported for posts and files only. The mechanism is not supported for tabs. |
For example, to find a file whose name starts with comparison, do the following:
- In the preview pane, select a node and click Advanced Find on the ribbon.
- In the Define search criteria section, select Category > File fields.
- From the Field list, select Name.
- From the Condition list, select starts with.
- In the Value field, specify a file name.
- Click Add to List and then click Start.
To remove a filter, click the cross mark next to it. To remove all configured filters, click Reset.