UTC: 2017-01-25 00:04
Tervis-Tumbler/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2017-01-25 00:04
Tervis-Tumbler/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2017-01-26 00:04
Tervis-Tumbler/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2018-06-06 01:12
Tervis-Tumbler/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
function test { | |
param ( | |
$Parameter1, | |
$Parameter2 | |
) | |
$PSBoundParameters | |
} | |
$spalt = @{} | |
test @spalt |
fetch("https://www.google.com").then(response => response.text().then(text => console.log(text))) | |
fetch("https://www.google.com") | |
.then( | |
response => | |
response.text() | |
.then( | |
text => | |
console.log(text) | |
) |
ipmo -force Polaris | |
New-PolarisStaticRoute -FolderPath . -RoutePath /public -EnableDirectoryBrowser $True | |
New-PolarisRoute -Path "/*" -Method GET -Scriptblock { | |
$PDFContent = Get-Content -Path "7121_Enhancing_remote_access_in_Windows_10_with_an_automatic_VPN_profile_TCS.pdf" -Raw | |
$PDFContent = Get-Content -Path "7121_Enhancing_remote_access_in_Windows_10_with_an_automatic_VPN_profile_TCS.pdf" | |
$PDFContent = Get-Content -Path "7121_Enhancing_remote_access_in_Windows_10_with_an_automatic_VPN_profile_TCS.pdf" | |
$Response.SetContentType("application/pdf") | |
$Response.SetHeader("Transfer-Encoding", "chunked") |