摘要:
Dim WshShell, oExec Set wshShell = CreateObject("WScript.Shell") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objInputFile = objFSO.OpenTextFile("D:\test\computer.txt",1) do until ob... 阅读全文
摘要:
Function Get-registerkey 引用前一篇文章中的代码的一部分做修改,从注册表中查询server的susid Function Get-registerkey { <# #> [CmdletBinding()] param( [Parameter(Position=0,ValueF 阅读全文
摘要:
Function Get-PendingReboot { <# .SYNOPSIS Gets the pending reboot status on a local or remote computer. .DESCRIPTION This function will query the regi 阅读全文
摘要:
代码原文地址: https://gallery.technet.microsoft.com/scriptcenter/Get-TimeZone-PowerShell-4f1a34e6 阅读全文
摘要:
Server up time 阅读全文
摘要:
在Windows PowerShell里New-TimeSpan cmdlet提供了一种方法做日期算法。 计算时间间隔: 这个命令告诉你今天的日期与2006年除夕之间的天数: New-TimeSpan $(Get-Date) $(Get-Date –month 12 -day 31 -year 20 阅读全文
摘要:
绿色:连读; 红色:略读; 蓝色:浊化; 橙色:弱读 下划线_为浊化 口语蜕变(2017/6/26) Just hold still. That hurts. [dʒʌst] [hold] [stɪl] . [ðæt] [hɝts] . 别动,好痛。 If you'd hold still, it 阅读全文