DirectAccess : Remote Access health check with PowerShell

Remote Access health check with PowerShell

DirectAccess allows remote users to securely access internal network resources. You can use the “Get-RemoteAccessHealth” cmdlet to check services status with PowerShell. Just run the following command:

Get-RemoteAccessHealth | ft -AutoSize

The output will be something like the following:

dac1

You can get some statistics with the “Get-RemoteAccessConnectionStatisticsSummary” cmdlet:

Get-RemoteAccessConnectionStatisticsSummary

Remember to use the “-ComputerName” parameter for remote server:

Get-RemoteAccessConnectionStatisticsSummary -ComputerName YourServer

dac2

 

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.