Get-TimeZone [[-Name] <String[]>] [<CommonParameters>]PowerShell 复制 Get-TimeZone -Id <String[]> [<CommonParameters>]PowerShell 复制 Get-TimeZone [-ListAvailable] [<CommonParameters>]说明此cmdlet 仅在 Windows 平台上可用。Get-TimeZone cmdlet 获取当前时区或可用时区列表。示例...
function Ini-DynamicTimeZoneInformation($arg_Year,$arg_TimeZoneInformation) { $F_TimeZone = $TimeZones.OpenSubKey($arg_TimeZoneInformation.standardName) $F_DynamicTimeZone = $F_TimeZone.OpenSubKey("Dynamic DST") if( [array]::IndexOf($F_DynamicTimeZone.GetValueNames(),$arg_Year) -ne -1...
$SYSTEMTIME = 1 |select wYear,wMonth,wDayOfWeek,wDay,wHour,wMinute,wSecond,wMilliseconds,Name Add-Member -InputObject $SYSTEMTIME -MemberType ScriptMethod Ini{ $index = $arg_startIndex $this.wYear = [BitConverter]::ToInt16($arg_tzi, $index) $this.wMonth = [BitConverter]::ToInt16($arg...
Get-Date -DisplayHint Date 1. 获得系统当前的时间 Get-Date -DisplayHint Time 1. 获得年份 (Get-Date).Year 1. 获得日期对象后,将日期减少1天 (Get-Date).Date.AddDays(-1).ToString('u') 1. 以GUI方式设置日期时间# 注意:只有在有GUI的计算机才可以使用 timedate.cpl 1. 获得时区# Get-Timezone ...
然而,Get-Vm未在正确的时间显示可能是由以下几个原因引起的: 时区设置不正确:请确保操作系统的时区设置正确,以便正确显示时间。可以通过在PowerShell中运行命令Get-TimeZone来查看当前的时区设置,并使用Set-TimeZone命令进行调整。 虚拟机时间同步问题:虚拟机的时间可能与宿主机或其他网络时间服务器不同步。可以通过...
PackageManagement现在支持代理,PSReadLine现在支持ViMode,并添加了两个新的cmdlet:Get-TimeZone和Set-TimeZone。LocalAccounts模块允许添加/删除本地用户帐户。 PowerShell 5.1的预览版已于2016年7月16日针对Windows 7,Windows Server 2008,Windows Server 2008 R2,Windows Server 2012和Windows Server 2012 R2 发布,并...
Get-TimeZone -ListAvailable參數-Confirm執行Cmdlet 之前先提示您確認。 展開表格 類型: SwitchParameter 別名: cf Position: Named 預設值: False 必要: False 接受管線輸入: False 接受萬用字元: False-Id指定這個 Cmdlet 所設定時區的識別碼。 展開表格 類型: String Position: Named 預設值: None 必要: ...
タイム ゾーン名の完全な一覧は、次のコマンドを実行して取得できます: Get-TimeZone -ListAvailable。 テーブルを展開する 型: String 配置: 0 規定値: None 必須: True パイプライン入力を受け取る: False ワイルドカード文字を受け取る: False...
이 cmdlet은 Windows 플랫폼에서만 사용할 수 있습니다. cmdlet은 Set-TimeZone 시스템 표준 시간대를 지정된 표준 시간대로 설정합니다.
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...