PowerShell 复制 Get-TypeData [[-TypeName] <String[]>] [<CommonParameters>]说明cmdlet Get-TypeData 获取当前会话中的扩展类型数据。 这包括按 Types.ps1xml 文件添加到会话的类型数据和通过使用 cmdlet 的 参数添加的 Update-TypeData 动态类型数据。
# 创建定时任务来定期备份磁盘$trigger=New-ScheduledTaskTrigger-Daily-At"10:00AM"$action=New-ScheduledTaskAction-Execute"PowerShell.exe"-Argument"-File 'C:\Scripts\Backup.ps1'"Register-ScheduledTask-TaskName"DailyBackup"-Trigger$trigger-Action$action-RunLevelHighest-User"Administrator"# 查看定时任务列表...
PowerShell 的Get-FileHash命令主要支持的哈希算法包括了你提到的 SHA256, MD5, SHA1, SHA384, 和 SHA512。这些算法是最常用且广泛支持的。 除了这些常见的算法,根据不同版本的 PowerShell 和 Windows 环境,可能还有其他哈希算法可用,但它们并不是Get-FileHash命令的标准选项。Get-FileHash命令的设计初衷是提供一...
FileName : C:\Test\Stream.txt Stream : :$DATA Length : 44 PSPath : Microsoft.PowerShell.Core\FileSystem::C:\Test\Stream.txt:NewStream PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\Test PSChildName : Stream.txt:NewStream PSDrive : C PSProvider : Microsoft.PowerShell...
PowerShell Kopyala Get-FileHash [-Path] <String[]> [[-Algorithm] <String>] [<CommonParameters>]PowerShell Kopyala Get-FileHash [-LiteralPath] <String[]> [[-Algorithm] <String>] [<CommonParameters>]PowerShell Kopyala Get-FileHash [-InputStream] <Stream> [[-Algorithm] <String>] ...
モジュール: Microsoft.PowerShell.Utility 指定されたハッシュ アルゴリズムを使用して、ファイルのハッシュ値を計算します。 構文 PowerShell コピー Get-FileHash [-Path] <String[]> [[-Algorithm] <String>] [<CommonParameters>] PowerShell コピー Get-FileHash [-LiteralPath] <String[...
PowerShell 复制 Get-ChildItem -Path C:\Parent -Depth 2 Directory: C:\Parent Mode LastWriteTime Length Name --- --- --- --- d--- 2/14/2019 10:24 SubDir_Level1 -a--- 2/13/2019 08:55 26 file.txt Directory: C:\Parent\SubDir_Level1 Mode LastWriteTime Length Name --- --- -...
PowerShell 复制 Get-Date [[-Date] <DateTime>] [-Year <Int32>] [-Month <Int32>] [-Day <Int32>] [-Hour <Int32>] [-Minute <Int32>] [-Second <Int32>] [-Millisecond <Int32>] [-DisplayHint <DisplayHintType>] [-Format <String>] [-AsUTC] [<CommonParameters>]...
Microsoft.PowerShell.Utility 通过使用指定的哈希算法,计算文件的哈希值。 语法 PowerShell Get-FileHash[-Path] <String[]> [[-Algorithm] <String>] [<CommonParameters>] PowerShell Get-FileHash[-LiteralPath] <String[]> [[-Algorithm] <String>] [<CommonParameters>] ...
PowerShell 复制 Get-Date [[-Date] <DateTime>] [-Year <Int32>] [-Month <Int32>] [-Day <Int32>] [-Hour <Int32>] [-Minute <Int32>] [-Second <Int32>] [-Millisecond <Int32>] [-DisplayHint <DisplayHintType>] [-Format <String>] [-AsUTC] [<CommonParameters>]...