This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

does anyone have a script that can report the number of RPs an agent has?

suspect RR6.1.2 can't cope with machines that have a lot of RPs and want to try and determine how many mine have.

 

Whilst today I can manually count, I know i'm going to need to do this again next week :)

 

Thanks

Parents
  • thanks, that was great.
    made one change as i needed to report on replicated servers
    (get-replicatedservers).recoverypointsinfo | select-object -property agentdisplayname,recoverypointcount,NewestDateTimestamp,oldestdatetimestamp,@{n="repository";e={$_.repositorysummaryinfo.repositoryname}} | ft -AutoSize
Reply
  • thanks, that was great.
    made one change as i needed to report on replicated servers
    (get-replicatedservers).recoverypointsinfo | select-object -property agentdisplayname,recoverypointcount,NewestDateTimestamp,oldestdatetimestamp,@{n="repository";e={$_.repositorysummaryinfo.repositoryname}} | ft -AutoSize
Children
No Data