Im running the following to try and pull the last 10 application logs from a client machine deployed on our network
Powershell
1 | Get-Eventlog-LognameApplication-ComputerNameWH-LYNDSEYB7-Newest10 |
Powershell
1 2 3 4 5 6 | get-eventlog:Thenetworkpathwasnotfound.Atline:1char:1+get-eventlog-LogNameApplication-ComputerNamewhy-lyndseyb7-Newest10+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+CategoryInfo:NotSpecified:(:)[Get-EventLog],IOException+FullyQualifiedErrorId:System.IO.IOException,Microsoft.PowerShell.Commands.GetEventLogCommand |
I've started the remoteregistry service but I still get the same error. I'm running the shell as adminstrator and my account has full enterprise and domain admin priviledges. The machine is connected to the network as I can ping it and it can access our applications. Ideas?