Internet Sellout

Demand Unearned Rewards

All posts tagged 'powershell'

Assembly Version

    param( [string]$TargetDir = $PWD, [string]$BindingRedirectsFile = $null, [
Tags: powershell

Copy Azure Vault Secrets with PowerShell

I am by no means good at PowerShell and I know I will need this info again. I wanted to copy the sec
Tags: powershell, Vault

Self-Signed Cerificates for IIS

Makecert that comes with Visual Sudio is the best way I know of to create self signed certificates for IIS.
Tags: makecert, iis, certificates, encryption, powershell