powershell Powershell日期添加示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell Powershell日期添加示例相关的知识,希望对你有一定的参考价值。

$i = 1
$x = 10
for($i = 0;$i -lt 70;$i++)
{
    $a = Get-Date
    $dynDate = $a.AddDays($x*-1)
    "LPQExportXML_v2 " + $dynDate.ToShortDateString() + " 10" | Out-File "C:\tmp\mdates.txt" -Append
    $x+=10
}

以上是关于powershell Powershell日期添加示例的主要内容,如果未能解决你的问题,请参考以下文章

如何在 C# 中运行 powershell 命令

powershell PowerShell:将WMI日期/时间转换为DateTime

PowerShell - 读取 SharePoint 文件属性(修改日期等)

powershell 此脚本更改由修改日期和修改日期的SharePoint项目。

按日期属性对 powershell 哈希表进行排序

powershell 获取按日期分组的事件日志错误。