About 1,470,000 results
Open links in new tab
  1. Get-Date (Microsoft.PowerShell.Utility) - PowerShell

    The Get-Date cmdlet gets a DateTime object that represents the current date or a date that you specify. Get-Date can format the date and time in several .NET and Unix formats. You can use …

  2. PowerShell Get Time: Quick Command for Current Time Insights

    Discover how to effortlessly retrieve the current time using PowerShell commands. Master the art of "powershell get time" with our concise guide.

  3. Output the date/time in PowerShell - Stack Overflow

    Jul 22, 2016 · Once you assign the current datetime to a variable, you are capturing the date and time at the moment you ran Get-Date. Every time you want a new date and time, you need to …

  4. PowerShell Get-Date - Get Current Date Time - ShellGeek

    Feb 17, 2022 · The Get-Date cmdlet in PowerShell gets the current date and time of the system. Get-Date uses the computer’s culture settings to format the output date and can format date …

  5. PowerShell Datetime Tutorials - PowerShell FAQs

    Sep 13, 2024 · To get the current date and time in PowerShell, you can use the Get-Date cmdlet. This cmdlet retrieves the current date and time based on your system’s settings. This …

  6. Getting the Current Date and Time using the Get-Date Command in PowerShell

    Mar 25, 2024 · Learn how to use the Get-Date command in PowerShell to retrieve the current date and time. Format the output according to your needs and incorporate it into your scripts …

  7. How to Use the Get-Date Cmdlet in PowerShell – TheITBros

    Today we'll show how to use the Get-Date cmdlet in PowerShell to get the date and time in different formats, perform date comparisons, etc.

  8. Get-Date - PowerShell - SS64.com

    Dec 31, 2023 · If you specify a value that is greater than the number of days in the month, PowerShell adds the number of days to the month and displays the result. For example, Get …

  9. Understanding Powershell Dates and Time. - Petri IT …

    Dec 31, 2020 · Learn how to effectively work with dates and times in PowerShell in this article using the Get-Date cmdlet, DateTime class, and the New-TimeSpan cmdlet. The number one …

  10. How to Get Date and Time Using PowerShell - Delft Stack

    Feb 2, 2024 · This article will explain how we can get the current date and time, and how the DateTime object works in PowerShell.