├── .github └── workflows │ └── powershell.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── New-WKSWorkSpacesReport.ps1 └── README.md /.github/workflows/powershell.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/.github/workflows/powershell.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/LICENSE -------------------------------------------------------------------------------- /New-WKSWorkSpacesReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/New-WKSWorkSpacesReport.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/automate-reporting-on-amazon-workspaces-using-powershell/HEAD/README.md --------------------------------------------------------------------------------