範例:查看2010年十月份系統事件錯誤的log
$10月 = get-date 2010年10月1日
$11月 = get-date 2010年11月1日
$a = get-eventlog -logname System -EntryType Error -after $10月 -before $11月
$a | format-list -property * >c:\2010-10-sys.txt
Microsoft 正展開一份線上問卷調查,了解您對於 Technet 網站的看法。如果您選擇參加,您離開 Technet 網站時即會顯示線上問卷調查。
您是否想要參加?