Releases: voytas75/Find-TaskServiceUser
Releases · voytas75/Find-TaskServiceUser
Release list
1.7.0
1.7.0 - 2020.08.11
Added
- Add
-OpenProjectSiteto open default browser with github project site, - Add description
.PARAMETERfor missing parameters.
Changed
- Fixed problem with wrong results from services,
- Fixed problem with access to the log file (#35),
- Fixed handling remote computers,
- Minor changes.
The package is available as a module in PowershellGallery (https://www.powershellgallery.com/packages/Find-TaskServiceUser).
Install-Module -Name Find-TaskServiceUser1.6.0
1.6.0 - 2019.04.09
Added
- Aliases
Count,CountOnlyfor parameterMinimal, - Export results to JSON file, parameter
ExportJSONandExportJSONpath, - Search for the exact user name, parameter
Strict.
Changed
- Clearing and formatting the code,
- Minor changes.
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.4.0 - 2019.04.04
Added
- In the case of the
Get-ScheduledTaskerror, the task search function has been added, - An export function has been added to the result object file (
-Export,-ExportPath), - Search ability has been added for the user table.
Changed
- Move string methods to private functions files,
- Changed
Get-WmiObjecttoGet-CimInstance, - Minor changes.