All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
-OpenProjectSite
to open default browser with github project site, - Add description
.PARAMETER
for missing parameters.
- Fixed problem with wrong results from services,
- Fixed problem with access to the log file (#35),
- Fixed handling remote computers,
- Minor changes.
- Aliases
Count
,CountOnly
for parameterMinimal
, - Export results to JSON file, parameter
ExportJSON
andExportJSONpath
, - Search for the exact user name, parameter
Strict
.
- Clearing and formatting the code,
- Minor changes.
- A patch to compare the version number in module root file.
- Fix for not displaying information when importing the module.
- Fix for scenario when there is no local and remote
get-scheduledtask
, addedinvoke-SCHTasks
.
- Added test connection to computer,
- Result's sorting,
- Added more examples,
- Online checker module's version,
- Added progress bar.
- Rebuild Find-TaskUser function,
- Move from
Write-Host
toWrite-Output
, - Minor changes.
- 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.
- Move string methods to private functions files,
- Changed
Get-WmiObject
toGet-CimInstance
, - Minor changes.
- Created release notes file and add
ReleaseNotes
Uri.
- fix: when remote computers are given, the task search is performed on the computer from which the module was started,
LicenseUri
in manifest module file,- The lack of
-Task
and-Service
parameters does not cause the syntax to be displayed, but only starts searching for tasks and services.Find-TaskServiceUser
gives the same results asFind-TaskServiceUser -Task -Service
, - No found tasks and services were not correctly interpreted as
0
but asnull
.
- Release notes from main module file.
- Description of the
-Minimal
parameter.
- Minor fix for
iconuri
in manifest file.
- Minor fix for
iconuri
.
- Added
-Minimal
switch parameter for minimalist object as results, - Use
get-scheduletask
if available function, - Added module icon (read ICON CREDITS).
- Fix for change in grouping the results of tasks and services.
- Improved find of scheduled tasks,
- Change in grouping the results of tasks and services.
- Changed private functions names.
- Minor bug fixes.
- Created first build of module.