Is there a way to export the usage report from the "remote access management console"?
I am aware of the following PS script:
Get-RemoteAccessConnectionStatistics –StartDateTime "18 september 2014 12:00" –EndDateTime "18 september 2014 12:55" |
Export-Csv –Path "C:\data.csv"
If I run the above cmd I get the following error:
Get-RemoteAccessConnectionStatistics : The cmdlet is not applicable because neither DirectAccess nor VPN is installed.Is there a way of running this on a remote client and not the actual server?