├── .gitattributes ├── .gitignore └── Change-HostPasswords.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammcgeown/Change-HostPasswords/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammcgeown/Change-HostPasswords/HEAD/.gitignore -------------------------------------------------------------------------------- /Change-HostPasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammcgeown/Change-HostPasswords/HEAD/Change-HostPasswords.ps1 --------------------------------------------------------------------------------