Get-Software/README.md

22 lines
830 B
Markdown
Raw Permalink Normal View History

2021-09-15 05:59:38 -06:00
# Get-Software
2021-09-18 08:06:42 -06:00
Gathers a list of installed software on a given computer or set of computers.
2021-09-15 05:59:38 -06:00
## Variables
2021-09-18 08:06:42 -06:00
| Variable | Required | Default | Choices | Description |
| ------------ | -------- | ------------- | ------- | ------------------------------------------------------------- |
| Path | No | | | Path to use to export the CSV report |
| ComputerName | No | Local Machine | | Specifies the computers on which the command runs |
| Credential | No | Running User | | Credential that should be used to connect to a remote machine |
2021-09-15 05:59:38 -06:00
## Example
2021-09-18 08:06:42 -06:00
```powershell
.\Get-Software.ps1
```
2021-09-15 05:59:38 -06:00
## License
See LICENSE file for full license information.