-
Notifications
You must be signed in to change notification settings - Fork 274
ScheduledJob Class
Jared Atkinson edited this page Nov 5, 2015
·
7 revisions
public class ScheduledJob
{
// Properties
public readonly PRODUCT_VERSION ProductVersion;
public readonly ushort FileVersion;
public readonly Guid Uuid;
public readonly ushort ErrorRetryCount;
public readonly ushort ErrorRetryInterval;
public readonly ushort IdleDeadline;
public readonly ushort IdleWait;
public readonly uint MaximumRuntime;
public readonly uint ExitCode;
public readonly STATUS Status;
public readonly TASK_FLAG Flags;
public readonly DateTime RunTime;
public readonly ushort RunningInstanceCount;
public readonly string ApplicationName;
public readonly string Parameters;
public readonly string WorkingDirectory;
public readonly string Author;
public readonly string Comment;
public readonly DateTime StartTime;
// Static Methods
public static ScheduledJob Get(string path)
public static ScheduledJob[] GetInstances(string volume)
// Override Methods
public override string ToString()
}
ProductVersion - FileVersion - Uuid - ErrorRetryCount - ErrorRetryInterval - IdleDeadline - IdleWait - MaximumRuntime - ExitCode - Status - Flags - RunTime - RunningInstanceCount - ApplicationName - Parameters - WorkingDirectory - Author - Comment - StartTime -
### Methods ###
| Name | Description |
| ------------- | ------------- |
| Get(string) | |
| GetInstances(string) | |
| ToString() | |
Getting Started
- PowerForensics
- PowerForensics.Artifacts
- PowerForensics.Ntfs
- PowerForensics.Formats
- PowerForensics.Registry
- PowerForensics.Utilities
Cmdlets
- ConvertTo-ForensicTimeline
- Copy-ForensicFile
- Get-ForensicAlternateDataStream
- Get-ForensicAmcache
- Get-ForensicAttrDef
- Get-ForensicBitmap
- Get-ForensicBootSector
- Get-ForensicChildItem
- Get-ForensicContent
- Get-ForensicEventLog
- Get-ForensicFileRecord
- Get-ForensicFileRecordIndex
- Get-ForensicFileSlack
- Get-ForensicGuidPartitionTable
- Get-ForensicMasterBootRecord
- Get-ForensicMftSlack
- Get-ForensicNetworkList
- Get-ForensicPartitionTable
- Get-ForensicPrefetch
- Get-ForensicRegistryKey
- Get-ForensicRegistryValue
- Get-ForensicScheduledJob
- Get-ForensicSid
- Get-ForensicTimeline
- Get-ForensicTimezone
- Get-ForensicUnallocatedSpace
- Get-ForensicUserAssist
- Get-ForensicUsnJrnl
- Get-ForensicUsnJrnlInformation
- Get-ForensicVolumeBootRecord
- Get-ForensicVolumeInformation
- Get-ForensicVolumeName
- Invoke-ForensicDD