Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Status of DirectAccess Connection

$
0
0

Summary: Use Windows PowerShell in Windows 8 to find the status of DirectAccess connection.

Hey, Scripting Guy! Question How can I find the status of a DirectAccess connection in Windows 8 by using Windows PowerShell 3.0?

Hey, Scripting Guy! Answer Use the Get-DAConnectionStatus cmdlet to report a Status and a Substatus property that are useful for troubleshooting:

Get-DAConnectionStatus


Viewing all articles
Browse latest Browse all 3333

Trending Articles