Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
happydave
Engaged Sweeper

Hi Everyone,

Is it possible for Lansweeper to report on failed Hyper-V replication jobs?

TIA 

2 REPLIES 2
Mister_Nobody
Honored Sweeper III

Try to check events:

Select Top 10000000 tblAssets.AssetID,
  tblAssets.AssetName,
  tblAssets.IPAddress,
  tblAssets.Username,
  tblNtlogSource.Sourcename,
  tblNtlog.Eventcode,
  tblNtlog.TimeGenerated,
  tblNtlogMessage.Message,
  tblAssets.OScode
From tblAssets
  Inner Join tblNtlog On tblAssets.AssetID = tblNtlog.AssetID
  Inner Join tblNtlogSource On tblNtlogSource.SourcenameID =
      tblNtlog.SourcenameID
  Inner Join tblNtlogMessage On tblNtlogMessage.MessageID = tblNtlog.MessageID
Where tblNtlogSource.Sourcename Like '%hyper-v%'
Order By tblNtlog.TimeGenerated Desc
FrankSc
Lansweeper Tech Support
Lansweeper Tech Support

Dear, 

At the moment, we are not actively scanning replication jobs. 

As such, it won't be able to report on them, unfortunately.

General Discussions

Find answers to technical questions about Lansweeper.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now