User Tools

Site Tools


veeam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
veeam [2017/01/13 13:06] michaelveeam [2022/11/18 12:14] (current) mduersch
Line 11: Line 11:
  
    PS C:\> new-item $profile -type file -force    PS C:\> new-item $profile -type file -force
-       Verzeichnis: \\itshessen.hessen.de\hzd\home\Duerschlag\WindowsPowerShell+       Verzeichnis: WindowsPowerShell
    Mode                LastWriteTime     Length Name    Mode                LastWriteTime     Length Name
    ----                -------------     ------ ----    ----                -------------     ------ ----
Line 25: Line 25:
 Powershell Commands Powershell Commands
  
-  Connect-VBRserver -User itshessen\username -Server servername -Port 9392+  Connect-VBRserver -User username -Server servername -Port 9392
   foreach($job in Get-VBRJob) { Write-Host "Job:", $job.Name; $job.GetObjectsInJob() | foreach { $_.Location } }   foreach($job in Get-VBRJob) { Write-Host "Job:", $job.Name; $job.GetObjectsInJob() | foreach { $_.Location } }
   Get-VBRJob | ? {$_.GetLastResult() -eq "Failed"}   Get-VBRJob | ? {$_.GetLastResult() -eq "Failed"}
Line 35: Line 35:
  
  
-PS C:\Users\opriwBKP> Find-VBRViEntity -Name fa-verdie-prd1+PS C:\Users\opriwBKP> Find-VBRViEntity -Name $vmname
  
  
veeam.1484312764.txt.gz · Last modified: 2021/04/24 07:38 (external edit)