├── Invoke-DevSetup.ps1 ├── README.md └── archived-scripts ├── ConfigureNLB.ps1 ├── ConvertTo-MacAddress.ps1 ├── Get-ICVersions.ps1 ├── Get-InstalledPrograms.ps1 ├── Get-NICBindings.ps1 ├── Get-OrphanedVHDs.ps1 ├── Get-SQL.ps1 ├── Invoke-SSHCommand.ps1 ├── Posh-MissyWix.ps1 ├── PuttyFiles └── plink.exe ├── Send-Email.ps1 ├── Set-ConstrainedDelegation.ps1 ├── Set-NICBindings.ps1 ├── Set-SMBShares.ps1 ├── Set-ServiceCreds.ps1 └── Test-IsAwake.ps1 /Invoke-DevSetup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/Invoke-DevSetup.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/README.md -------------------------------------------------------------------------------- /archived-scripts/ConfigureNLB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/ConfigureNLB.ps1 -------------------------------------------------------------------------------- /archived-scripts/ConvertTo-MacAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/ConvertTo-MacAddress.ps1 -------------------------------------------------------------------------------- /archived-scripts/Get-ICVersions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Get-ICVersions.ps1 -------------------------------------------------------------------------------- /archived-scripts/Get-InstalledPrograms.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Get-InstalledPrograms.ps1 -------------------------------------------------------------------------------- /archived-scripts/Get-NICBindings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Get-NICBindings.ps1 -------------------------------------------------------------------------------- /archived-scripts/Get-OrphanedVHDs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Get-OrphanedVHDs.ps1 -------------------------------------------------------------------------------- /archived-scripts/Get-SQL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Get-SQL.ps1 -------------------------------------------------------------------------------- /archived-scripts/Invoke-SSHCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Invoke-SSHCommand.ps1 -------------------------------------------------------------------------------- /archived-scripts/Posh-MissyWix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Posh-MissyWix.ps1 -------------------------------------------------------------------------------- /archived-scripts/PuttyFiles/plink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/PuttyFiles/plink.exe -------------------------------------------------------------------------------- /archived-scripts/Send-Email.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Send-Email.ps1 -------------------------------------------------------------------------------- /archived-scripts/Set-ConstrainedDelegation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Set-ConstrainedDelegation.ps1 -------------------------------------------------------------------------------- /archived-scripts/Set-NICBindings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Set-NICBindings.ps1 -------------------------------------------------------------------------------- /archived-scripts/Set-SMBShares.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Set-SMBShares.ps1 -------------------------------------------------------------------------------- /archived-scripts/Set-ServiceCreds.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Set-ServiceCreds.ps1 -------------------------------------------------------------------------------- /archived-scripts/Test-IsAwake.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexinslc/powershell/HEAD/archived-scripts/Test-IsAwake.ps1 --------------------------------------------------------------------------------