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

PowerTip: Test URI with PowerShell

$
0
0

Summary: Use Windows PowerShell to test a URI.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily test if I can reach a URI?

Hey, Scripting Guy! Answer Use the Test-Uri function from the Windows PowerShell Cookbook module, for example:

Test-Uri -Uri http://www.microsoft.com

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles