
PowerShell
cqutzj
do myself.
展开
-
PowerShell 学习入门-1
powershell 学习原创 2014-10-17 15:32:33 · 704 阅读 · 0 评论 -
PowerShell学习入门 - 3(Get-Date的直接使用)
Get-Date的直接使用在PowerShell中直接调用Get-Date,可以返回当前的日期和时间,包括年、月、日、时、分、秒。举例如下:PS C:\Users\zhanghong> Get-Date2013年9月9日 22:26:56Write-Host中使用Get-Date注意:在Write-Host里面使用Get-Date,我们只能得到一个内容为“Get-Date”的字符原创 2014-10-20 14:54:12 · 3533 阅读 · 0 评论 -
PowerShell学习入门 - 4
PowerShell 文件查找test-item 重命名ranm原创 2014-10-21 14:21:50 · 1760 阅读 · 0 评论 -
PowerShell学习入门 - 5 (文件压缩与解压缩)
利用PowerShell压缩文件及文件夹直接写代码了哈,在做备份的时候一定用得到的原创 2014-10-21 15:20:28 · 2510 阅读 · 1 评论 -
PowerShell入门 - 2 (Using the New-Item Cmdlet)
Creating a New File or FolderNew-Item is a quick and easy way to create a new file or folder on your computer. For example, suppose you want to create a new directory named Windows PowerShell with原创 2014-10-20 14:23:52 · 1405 阅读 · 0 评论