[Quick Tips]

Turn firewall on and off using command prompt:

NetSh Advfirewall set allprofiles state off

NetSh Advfirewall set allprofiles state on

Netsh Advfirewall show allprofiles

Mount an ISO on a Physical Server running Server Core

PS C:\> Mount-DiskImage -ImagePath 'D:\VeeamBackup&Replication_9.5.4.2615.Update4.iso' -StorageType ISO -PassThru | Get-Volume

DriveLetter FileSystemLabel FileSystem DriveType HealthStatus OperationalStatus SizeRemaining Size

----------- --------------- ---------- --------- ------------ ----------------- ------------- ----

H VEEAM BACKUP CDFS CD-ROM Healthy OK 0 B 3.35 GB

PS C:\Users\Administrator>

Install VEEAM B&R on HyperV Core

  • Veeam Backup Catalog

Install Backup Catalog

msiexec /i "H:\Catalog\VeeamBackupCatalog64.msi"

  • Redistribution files

H:\Redistr\x64\SQLSysClrTypes.exe

H:\Redistr\x64\SharedManagementObjects.exe

  • SQLServer Express

H:\Redistr\x64\SqlExpress\2016SP1\SQLEXPR_x64_ENU

expands files to temporary setup folder

Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=MSSQLSERVER /IAcceptSQLServerLicenseTerms="True"

runs SQL-Setup from temporary folder
  • Veeam Backup Sever

msiexec.exe /i h:\Backup\Server.x64.msi


Add remote servers when Server Manager is running on a workgroup computer

Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force


DSAS014104