Published Folders
Serve files from PowerShell Universal
Last updated
Was this helpful?
Was this helpful?
http://localhost:5000/images/logo.pngPS C:\src\universal\src> invoke-webrequest http://localhost:5000/images/logo.png
Invoke-WebRequest: Response status code does not indicate success: 401 (Unauthorized).New-PSUPublishedFolder -Path C:\website -RequestPath /docs -DefaultDocument @("index.hml")New-PSUPublishedFolder -Path C:\website -RequestPath /docs -DefaultDocument @("index.hml") -Impersonation