--- title: "Reviewing Data in Screenshots" description: "After you take a screenshot, carefully review the data it contains: Check the content Check dates Check names Show real-world examples Be consistent The screenshot must be informative — it must not contain empty fields, examples of reports with no..." canonical: "https://helpcenter.veeam.com/docs/styleguide/tw/reviewing_data_in_screenshots.html" breadcrumb: "Style Guide > Images > Reviewing Data in Screenshots" dateModified: "2026-09-03" --- # Reviewing Data in Screenshots After you [take a screenshot](taking_screenshots.md), carefully review the data it contains: - [Check the content](#emptyscreens) - [Check dates](#dates) - [Check names](#names) - [Show real-world examples](#examples) - [Be consistent](#consistent) ## Check Content The screenshot must be informative — it must not contain empty fields, examples of reports with no data, dashboards with gaps in performance charts and so on. [](images/empty_screenshot.png){.toggle scale=85} ## Check Dates Dates shown in the screenshot must coincide with the current release version. The screenshot must not show dates in the past (that is, before the release of the solution version) or dates in the future. If a solution wizard includes a step that has a default description with the current date, it is recommended that you change the description to drop the date before taking a screenshot of the step. In this case, you will not have to update the screenshot every time a newer version is released, unless the design team reworks the wizard. Consider the following example: - [Bad]{.mdhl-incorrect} — you will have to update the screenshot for the next version. [](images/job_name_default.png){.toggle scale=85} - [Good]{.mdhl-correct} — no need to update the screenshot. [](images/job_name_changed.png){.toggle scale=85} ## Check Names The screenshot must not contain any of the following text: - Names of Veeam employees, sensitive security information and other private details. Do not use your own e-mail address or e-mail addresses that belong to someone in Veeam. If you want to show a fake e-mail address, use either one of the reserved domain names listed in the [Reserved Top Level DNS Names document](https://tools.ietf.org/html/rfc2606) or a domain name that is not reserved yet. Note that you must add a [disclaimer](#disclaimer) at the beginning of the document in the latter case. - Names of Veeam competitors. - IP addresses of machines that belong to production domains. Replace these addresses with either IP addresses used in the Veeam TW lab (that is, a private network) or reserved IP addresses (that is, private and public networks) listed in the IPv4 [Address Blocks Reserved for Documentation document](https://tools.ietf.org/html/rfc5737). - Weird object names. Do not use such names as *myVMdoNotTouchIt*, *BigBalls* and *asdfghjkl4757387*. VMs, hosts, clusters, datastores and other infrastructure objects must have names like those listed in the following table. ::: tip - As a general rule, avoid capitalization and underscoring when naming infrastructure objects. - It is recommended that you name VMs according to their roles in your infrastructure (both fake and real). For example, if you have 2 backup servers deployed in your backup infrastructure, you can name them *backupsrv01* and *backupsrv02*. :::
|
Object Type |
Name |
|---|---|
|
vCenter Server |
vcenter01, vcenter02, prod-vc01, prod-vc02 |
|
SCVMM Server |
vmm01, vmm02 |
|
Datacenter |
atlanta, columbus, wellington, datacenter01, datacenter02, datacenter03 |
|
Datastore |
esx01-store01, esx01-store02, vol1, vol2, vol3, backup-store01, backup-store02 |
|
Volume |
volume01, volume02, volume03 |
|
Share |
share01, share02, share03 |
|
Cluster |
cluster01, cluster02, cluster03, analytics, research, ha-cluster, gold, silver, bronze |
|
ESX(i) host |
esx01, esx02, esx03, prod-esx01, prod-esx02, prod-esx03 |
|
Hyper-V host |
hv01.veeam.local, hv02.veeam.local, hv03.veeam.local prod-hv01, prod-hv02, prod-hv03 |
|
Virtual machine |
apache, appliance, backup, backupsrv, crm, dns, dc, exchange, sharepoint, fileserver, srv, marketing, mediasrv, mssql, mysql, oracle, proxy, sales, sharepoint, sql, systemsecure, webserver, webservices, wiki, win |
|
Network |
VM Network, vLab Network, Internal Network, ABC Network |
|
Job |
Oracle backup to cloud, Webserver daily replica, CRM backup to tape |