Guest User

Untitled

a guest
Feb 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. get-winevent -listlog osi*
  2.  
  3. LogMode MaximumSizeInBytes RecordCount LogName
  4. ------- ------------------ ----------- -------
  5. Circular 1052672 2 OSIsoft-PIDataServices/Admin
  6. Circular 1052672 65 OSIsoft-PIDataServices/Operational
  7. Circular 1052672 136 OSIsoft-PISystemSearch/Admin
  8. Circular 1052672 2192 OSIsoft-PISystemSearch/Operational
  9. Circular 1052672 57 OSIsoft-PIVisualization/Admin
  10. Circular 1052672 66 OSIsoft-PIVisualization/Operational
  11. Circular 1052672 2 OSIsoft-Search/Admin
  12.  
  13. get-eventlog -logname "PIWebAPI%4Admin"
  14. get-eventlog : The event log 'PIWebAPI%4Admin' on computer '.' does not exist.
  15. At line:1 char:1
  16. + get-eventlog -logname "PIWebAPI%4Admin"
  17. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. + CategoryInfo : NotSpecified: (:) [Get-EventLog], InvalidOperationException
  19. + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.GetEventLogCommand
Add Comment
Please, Sign In to add comment