├── .gitattributes ├── Locations.csv ├── README.md ├── Show-Systeminfo.ps1 └── whdJSonFile.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smithcbp/Powershell-System-Info/HEAD/.gitattributes -------------------------------------------------------------------------------- /Locations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smithcbp/Powershell-System-Info/HEAD/Locations.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smithcbp/Powershell-System-Info/HEAD/README.md -------------------------------------------------------------------------------- /Show-Systeminfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smithcbp/Powershell-System-Info/HEAD/Show-Systeminfo.ps1 -------------------------------------------------------------------------------- /whdJSonFile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smithcbp/Powershell-System-Info/HEAD/whdJSonFile.json --------------------------------------------------------------------------------