目前分類:PowerShell (163)
- Jan 15 Tue 2008 07:06
PowerShell:[賴榮樞]Windows PowerShell 講座 (3)—PS 磁碟機
- Jan 08 Tue 2008 08:38
PowerShell:Windows PowerShell Tip of the Week
- Dec 29 Sat 2007 04:58
PowerShell:[書評]實戰PowerShell:學習.NET世代的Shell環境 by 蔡學鏞
- Dec 27 Thu 2007 07:37
PowerShell:[賴榮樞]Windows PowerShell 講座 (2)—自訂工作環境
- Dec 27 Thu 2007 07:36
PowerShell:[賴榮樞]Windows PowerShell 講座 (1)—指令、重導、別名
- Dec 18 Tue 2007 09:09
PowerShell:[Webcast]Windows server 2008系列-Windows PowerShell
2008年1月4日 下午 02:00 台北,實況播放 Webcast
講師 : 呂政周
實況播放 Webcast 活動詳細資料
[註1]台灣足足晚了一年才有PowerShell 的 Webcast
- Dec 13 Thu 2007 09:30
PowerShell:計算檔案已經建立多少小時了
([datetime]::now - (gci filepath).CreationTime).Totalhours
- Dec 11 Tue 2007 09:37
PowerShell:Change Computer Name Using WMI
(get-wmiobject -class win32_ComputerSystem).Rename("NewName")
then reboot your computer!
- Nov 14 Wed 2007 09:49
Scripting with Windows PowerShell 2.0 CTP
- Nov 14 Wed 2007 09:48
The Scripting Guys Go To TechEd 2007
- Nov 08 Thu 2007 09:09
Windows PowerShell 2.0 CTP
- Nov 08 Thu 2007 08:56
How to Get Windows PowerShell 2.0 CTP
- Oct 22 Mon 2007 00:16
蔡學鏞先生將從RUN!PC10月號開始介紹PowerShell
- Aug 24 Fri 2007 08:41
PowerShell:Tech‧Ed 2007有PowerShell課程
- Aug 17 Fri 2007 09:08
PowerShell:PowerShell Plus
- Jun 26 Tue 2007 03:09
PowerShell: 轉換VBScript指令為PowerShell的指令
如果你是一位熟悉VBScript的程式設計師,你可以參考以下連結
Converting VBScript Commands to Windows PowerShell Commands
本網頁列出眾多VBScript的函數、敘述、語法該如何轉換成PowerShell的語法與用法
非常精采!!
- Jun 19 Tue 2007 00:46
PowerShell:天瓏有六本PowerShell書籍
- Jun 16 Sat 2007 19:39
PowerShell:列出某資料夾及所有子資料夾中PDF檔的名稱
在Scripting Guy專欄中
http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun07/hey0608.mspx
本篇的目的是列出某資料夾及所有子資料夾中PDF檔的名稱
若使用PowerShell的指令
- Jun 02 Sat 2007 19:53
PowerShell:去掉檔案中第一列以及最後一列
在Scripting Guy專欄中
http://www.microsoft.com/technet/scriptcenter/resources/qanda/may07/hey0530.mspx
本篇的目的是要去掉檔案中第一列以及最後一列的內容
若使用PowerShell的指令
- May 21 Mon 2007 02:30
PowerShell:使用[regex]
在Scripting Guy專欄中
http://www.microsoft.com/technet/scriptcenter/resources/qanda/may07/hey0517.mspx
本篇是要從資料中取出電話
因為電話有一定的格式所以利用regular expression是不錯的選擇