About 459,000 results
Open links in new tab
  1. Powershell apply filter to date hours mins filter

    Oct 1, 2020 · How to apply filter to dd hh:mm:ss.mss - to show results only greater than 15 mins. You can parse the dd hh:mm:ss.mss property values as [timespan] (System.TimeSpan) …

  2. Get just hour and minutes in Windows Powershell

    You almost have it; instead of g, use: For instance Get-Date -Format hh:mm will return the 12-hour time as "04:55", while Get-Date -Format HH will just return the hours in 24-hour time. The …

  3. powershell - How to effectively use the `-Filter` parameter on …

    The syntax for the -Filter string is "PropertyName -comparisonoperator 'somevalue'", though you can string multiple conditions together with logical operators such as -and and -or. Note that …

    Missing:

    • Hour

    Must include:

  4. Filtering with PowerShell Where-Object: Easy Examples

    Oct 10, 2022 · In this article, I’ll explain how to use the PowerShell Where-Object cmdlet to filter objects and data. I’ll provide a series of easy examples showing you how to filter files by name …

    Missing:

    • Hour

    Must include:

  5. Powershell filter between times - Spiceworks Community

    May 7, 2018 · You can and you almost had it at the start, the slightly confusing part is that LastWriteTime is datetime format whereas the Hour property of LastWriteTime needs an …

  6. PowerShell Filter Operators [With Examples]

    Aug 3, 2024 · This tutorial explains how to use PowerShell Filter Operators with various examples. Also, I explained how to Use Filter Operators with Cmdlets.

    Missing:

    • Hour

    Must include:

  7. Filtering data on date in PowerShell - Communary

    Mar 11, 2018 · A common exercise where you might need filtering on date is when reading logs, and in this blog post I will show you how you can perform the typical “get all logs from the last …

    Missing:

    • Hour

    Must include:

  8. Limit Time Ranges In PowerShell for Calculations

    Mar 15, 2016 · We created a check for our application that needs to be run outside of certain hours (or minutes) of the day and wanted to know how we could filter time by either of these …

  9. Filter Using Parameters Instead of Where-Object When Possible

    Jun 26, 2012 · When writing a one-liner or a script in PowerShell, the recommended practice is to filter as far left as possible before doing anything else to bring down the amount of data to be …

    Missing:

    • Hour

    Must include:

  10. filtering event logs with specific TIME range of ANY day

    Jan 28, 2019 · To find events between two times at any day we'll want to use a regex. Example code to find any event that happened between 04:00:00 and 04:29:59 of any day in the …

  11. Some results have been removed
Refresh