Releases: voytas75/Find-TaskServiceUser
Releases · voytas75/Find-TaskServiceUser
1.7.0
1.7.0 - 2020.08.11
Added
- Add
-OpenProjectSite
to open default browser with github project site, - Add description
.PARAMETER
for 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-TaskServiceUser
1.6.0
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-ScheduledTask
error, 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-WmiObject
toGet-CimInstance
, - Minor changes.