使用powershell来设置时间

Posted Chuck Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用powershell来设置时间相关的知识,希望对你有一定的参考价值。

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-date?view=powershell-6

Set-Date "2018-04-17 09:20:28"

 

Set-Date "2018-04-17 09:27:20+08:00"

 

Get-Date

 

https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Management/Set-TimeZone?view=powershell-6

PS C:\Users\clu\Desktop> Get-TimeZone


Id : China Standard Time
DisplayName : (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi
StandardName : China Standard Time
DaylightName : China Daylight Time
BaseUtcOffset : 08:00:00
SupportsDaylightSavingTime : False

 

列出所有的时区

Get-TimeZone -ListAvailable

 

以上是关于使用powershell来设置时间的主要内容,如果未能解决你的问题,请参考以下文章

powershell 来自https://stackoverflow.com/questions/31051103/how-to-export-a-class-in-powershell-v5-mod

使用Powershell管理Linux 下的 SQL Server

通过 PHP 使用 Exchange 管理单元执行 powershell 脚本

使用以下逻辑编写 Powershell 脚本的指南 [关闭]

哪些方法可以绕过PowerShell Execution Policy?

使用powershell完成定时get任务