- May 31 Mon 2010 23:10
-
[PowerShell] 2010 Scripting Games
- Jan 26 Mon 2009 05:29
-
[整理]PowerShell V1.0筆記(從2006年底開始)
簡介
初探
取得Windows PowerShell 1.0
安裝
PowerShell Webcast
應用
- 利用Execel的函數整理資料[Hey, Scripting Guy! 專欄分析我submit的Script]
- 整點語音報時
- 收聽飛碟電台 [本文被引用]
- 查詢台北縣文化局今天可否借還書
- 自動Print Screen
- 遠端開機WOL(Wake On Lan)
- 唱兩隻老虎給你聽
- 唱恭喜恭喜給你聽
- 文字->剪貼簿->檔案
- 查字典
- 達到類似SQL的效果,以成績資料表為例
- Access Notes Data By Using PowerShell
- Rule-Based Sorting
- 從Outlook的通訊錄中取得今天生日的人
- 利用PowerShell作unit test
- 修改AD使用者之可登入電腦(Windows server 2003)
- 查詢某日PowerShell的EventLog
- 去除字串中多餘的空白
- 取回SecureString的值
- 使用Skype
Cmdlet介紹
- ConvertTo-Html [本文被引用1] [本文被引用2]
- 分頁顯示(Out-Host -Paging與more)
- Invoke-Item
- Invoke-Expression
- Start-Transcript,Stop-Transcript
- Select-String
- Out-String
- Measure-command
- 看有哪些Alias
- 看目前PowerShell中有哪些變數
- 取得現在時間
語法相關
- 二進位,八進位以及十六進位
- ASCII
- 雙引號與單引號
- Array(陣列)
- 陣列大小
- -Replace
- -Match
- -LiteralPath
- Format Operator -f
- 使用[regex]
- 在PowerShell中執行VBScript
- function與filter處理pipeline的差異
- 使用外部.Net DLL
- 自訂物件PSObject
- 看目前有哪些環境變數
- 管理函數
- 執行檔案內的函數
- 列出Enum
- 讀取鍵盤輸入
- @( ) and @{ }
檔案相關
- 顯示檔案內容
- 整理檔案
- 此path是資料夾還是檔案?
- 去掉檔案中第一列以及最後一列
- 列出某資料夾及所有子資料夾中PDF檔的名稱
- 計算檔案已經建立多少小時了
- 使用Shell.Application開啟檔案
WMI相關
Ping電腦的三種方式
PowerShell系統變數
其他
- Profile檔案的用處與產生
- 轉換VBScript指令為PowerShell的指令
- New-object -com 常用COM物件
- Command History
- ping and ipconfig
- Managing Processes in PowerShell 重點整理
- Accessing Database And Displaying Images Using Windows PowerShell
- 加速啟動PowerShell的方法
- PowerShell V.S. Cmd.exe
- [推薦]What Not to Script
- IT 專業人員社群以及2009 Summer Scripting Games
- 2009 Summer Scripting Games獎品
- 2010 Scripting Games
- Feb 01 Wed 2017 14:52
-
如何在Mac中透過Visual Studio Code執行Powershell
- Jul 30 Fri 2010 21:06
-
[PowerShell] VBScript-to-Windows PowerShell Conversion Guide
- Dec 20 Sun 2009 01:47
-
[推薦]What Not to Script
Don Jones 在2009年7月的TechNet Magazine中 撰寫一篇關於編寫powershell指令碼時儘量不要出現的寫法 重點整理如下 不要過度使用變數以及簡化比較 powershell的cmdlet之回傳值若是true or false 即可直接拿來判斷,不用把cmdlet的回傳值存在變數中後再使用 變數名稱要有意義 不要使用break 若回傳值是集合且需針對集合中的每個物件進行處理時,建議使用foreach cmdlet 傳統寫法是透過集合中的物件數來控制迴圈次數 錯誤處理 搭配使用–EA Stop以及Trap機制捕捉執行時所產生的錯誤並進行相關處理
- Nov 07 Sat 2009 14:38
-
PowerShell: @( ) and @{ }
- Nov 07 Sat 2009 14:17
-
PowerShell:使用Skype
- Oct 27 Tue 2009 09:07
-
[推薦]PowerShell介紹文章
- Aug 10 Mon 2009 01:17
-
2009 Summer Scripting Games獎品
真開心
終於收到今年參加2009 Summer Scripting Games的獎品囉 (1) PowerShell T-Shirt (2)Windows PowerShell Step by Step簽名書
- Jun 15 Mon 2009 03:31
-
IT 專業人員社群以及2009 Summer Scripting Games
很榮幸自己的Blog可以列在 '由社群專家撰寫的中文 IT 專業人員部落格' list中
雖然很久沒有撰寫新的文章
但每週仍會利用假日的時間持續關注PowerShell的最新發展
這幾天開始參加
雖然很久沒有撰寫新的文章
但每週仍會利用假日的時間持續關注PowerShell的最新發展
這幾天開始參加
- Jan 25 Sun 2009 23:22
-
Live.com地圖:沒有金山街
- Sep 01 Mon 2008 00:27
-
PowerShell : [Dan's Blog] PowerShell vs. T-SQL or Why Did We Add PowerShell Support in SQL2K8
http://blogs.msdn.com/dtjones/archive/2008/08/29/powershell-vs-t-sql-or-why-did-we-add-powershell-support-in-sql2k8.aspx




