|
| 1 | +--- |
| 2 | +external help file: Logic.Monitor-help.xml |
| 3 | +Module Name: Logic.Monitor |
| 4 | +online version: |
| 5 | +schema: 2.0.0 |
| 6 | +--- |
| 7 | + |
| 8 | +# Get-LMLogMessage |
| 9 | + |
| 10 | +## SYNOPSIS |
| 11 | +{{ Fill in the Synopsis }} |
| 12 | + |
| 13 | +## SYNTAX |
| 14 | + |
| 15 | +### Range-Async (Default) |
| 16 | +``` |
| 17 | +Get-LMLogMessage [-Query <String>] [-Range <String>] [-BatchSize <Int32>] [-MaxPages <Int32>] [-Async] |
| 18 | + [-ProgressAction <ActionPreference>] [<CommonParameters>] |
| 19 | +``` |
| 20 | + |
| 21 | +### Date-Async |
| 22 | +``` |
| 23 | +Get-LMLogMessage -StartDate <DateTime> -EndDate <DateTime> [-Query <String>] [-BatchSize <Int32>] |
| 24 | + [-MaxPages <Int32>] [-Async] [-ProgressAction <ActionPreference>] [<CommonParameters>] |
| 25 | +``` |
| 26 | + |
| 27 | +### Date-Sync |
| 28 | +``` |
| 29 | +Get-LMLogMessage -StartDate <DateTime> -EndDate <DateTime> [-Query <String>] [-BatchSize <Int32>] |
| 30 | + [-ProgressAction <ActionPreference>] [<CommonParameters>] |
| 31 | +``` |
| 32 | + |
| 33 | +### Range-Sync |
| 34 | +``` |
| 35 | +Get-LMLogMessage [-Query <String>] [-Range <String>] [-BatchSize <Int32>] [-ProgressAction <ActionPreference>] |
| 36 | + [<CommonParameters>] |
| 37 | +``` |
| 38 | + |
| 39 | +## DESCRIPTION |
| 40 | +{{ Fill in the Description }} |
| 41 | + |
| 42 | +## EXAMPLES |
| 43 | + |
| 44 | +### Example 1 |
| 45 | +```powershell |
| 46 | +PS C:\> {{ Add example code here }} |
| 47 | +``` |
| 48 | + |
| 49 | +{{ Add example description here }} |
| 50 | + |
| 51 | +## PARAMETERS |
| 52 | + |
| 53 | +### -Async |
| 54 | +{{ Fill Async Description }} |
| 55 | + |
| 56 | +```yaml |
| 57 | +Type: SwitchParameter |
| 58 | +Parameter Sets: Range-Async, Date-Async |
| 59 | +Aliases: |
| 60 | + |
| 61 | +Required: False |
| 62 | +Position: Named |
| 63 | +Default value: None |
| 64 | +Accept pipeline input: False |
| 65 | +Accept wildcard characters: False |
| 66 | +``` |
| 67 | +
|
| 68 | +### -BatchSize |
| 69 | +{{ Fill BatchSize Description }} |
| 70 | +
|
| 71 | +```yaml |
| 72 | +Type: Int32 |
| 73 | +Parameter Sets: (All) |
| 74 | +Aliases: |
| 75 | + |
| 76 | +Required: False |
| 77 | +Position: Named |
| 78 | +Default value: None |
| 79 | +Accept pipeline input: False |
| 80 | +Accept wildcard characters: False |
| 81 | +``` |
| 82 | +
|
| 83 | +### -EndDate |
| 84 | +{{ Fill EndDate Description }} |
| 85 | +
|
| 86 | +```yaml |
| 87 | +Type: DateTime |
| 88 | +Parameter Sets: Date-Async, Date-Sync |
| 89 | +Aliases: |
| 90 | + |
| 91 | +Required: True |
| 92 | +Position: Named |
| 93 | +Default value: None |
| 94 | +Accept pipeline input: False |
| 95 | +Accept wildcard characters: False |
| 96 | +``` |
| 97 | +
|
| 98 | +### -MaxPages |
| 99 | +{{ Fill MaxPages Description }} |
| 100 | +
|
| 101 | +```yaml |
| 102 | +Type: Int32 |
| 103 | +Parameter Sets: Range-Async, Date-Async |
| 104 | +Aliases: |
| 105 | + |
| 106 | +Required: False |
| 107 | +Position: Named |
| 108 | +Default value: None |
| 109 | +Accept pipeline input: False |
| 110 | +Accept wildcard characters: False |
| 111 | +``` |
| 112 | +
|
| 113 | +### -Query |
| 114 | +{{ Fill Query Description }} |
| 115 | +
|
| 116 | +```yaml |
| 117 | +Type: String |
| 118 | +Parameter Sets: (All) |
| 119 | +Aliases: |
| 120 | + |
| 121 | +Required: False |
| 122 | +Position: Named |
| 123 | +Default value: None |
| 124 | +Accept pipeline input: False |
| 125 | +Accept wildcard characters: False |
| 126 | +``` |
| 127 | +
|
| 128 | +### -Range |
| 129 | +{{ Fill Range Description }} |
| 130 | +
|
| 131 | +```yaml |
| 132 | +Type: String |
| 133 | +Parameter Sets: Range-Async, Range-Sync |
| 134 | +Aliases: |
| 135 | +Accepted values: 15min, 30min, 1hour, 3hour, 6hour, 12hour, 24hour, 3day, 7day, 1month |
| 136 | + |
| 137 | +Required: False |
| 138 | +Position: Named |
| 139 | +Default value: None |
| 140 | +Accept pipeline input: False |
| 141 | +Accept wildcard characters: False |
| 142 | +``` |
| 143 | +
|
| 144 | +### -StartDate |
| 145 | +{{ Fill StartDate Description }} |
| 146 | +
|
| 147 | +```yaml |
| 148 | +Type: DateTime |
| 149 | +Parameter Sets: Date-Async, Date-Sync |
| 150 | +Aliases: |
| 151 | + |
| 152 | +Required: True |
| 153 | +Position: Named |
| 154 | +Default value: None |
| 155 | +Accept pipeline input: False |
| 156 | +Accept wildcard characters: False |
| 157 | +``` |
| 158 | +
|
| 159 | +### -ProgressAction |
| 160 | +{{ Fill ProgressAction Description }} |
| 161 | +
|
| 162 | +```yaml |
| 163 | +Type: ActionPreference |
| 164 | +Parameter Sets: (All) |
| 165 | +Aliases: proga |
| 166 | + |
| 167 | +Required: False |
| 168 | +Position: Named |
| 169 | +Default value: None |
| 170 | +Accept pipeline input: False |
| 171 | +Accept wildcard characters: False |
| 172 | +``` |
| 173 | +
|
| 174 | +### CommonParameters |
| 175 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). |
| 176 | +
|
| 177 | +## INPUTS |
| 178 | +
|
| 179 | +### None |
| 180 | +## OUTPUTS |
| 181 | +
|
| 182 | +### System.Object |
| 183 | +## NOTES |
| 184 | +
|
| 185 | +## RELATED LINKS |
0 commit comments