上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页

2010年7月26日

PowerTip of the Day from powershell.com上周汇总

摘要: 2010年七月份19日到23日的PowerTip of the Day Use PowerShell Cmdlets! Retrieving Clear Text Password, Finding Your Current Domain, Remove Empty Entries, Rename Drive Label 阅读全文

posted @ 2010-07-26 17:04 哥本哈士奇(aspnetx) 阅读(398) 评论(0) 推荐(1)

2010年7月19日

PowerTip of the Day-2010-07-14-2010-07-16 summary

摘要: Getting Visual Help for PowerShell Cmdlets‏,Finding Available .NET Frameworks,Checking for .NET Framework Version 阅读全文

posted @ 2010-07-19 09:09 哥本哈士奇(aspnetx) 阅读(322) 评论(0) 推荐(1)

2010年7月12日

PowerTip of the Day-Adding and Subtracting Time

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5560&elq=e4af9624a0344403b24bcf81d6722d83原文:There are actually two different ways of manipulating dates and times. Here is the high-level approach t... 阅读全文

posted @ 2010-07-12 17:10 哥本哈士奇(aspnetx) 阅读(387) 评论(1) 推荐(1)

2010年7月9日

使用XML及XSL生成简单HTML

摘要: 某些时候需要生成HTML展现数据,考虑过XML加XSL方法吗?比如,以html邮件的方式发送一些数据。 本文通过两个已经存在的文件,xml文件和xsl文件演示如何将其转换成HTML。 阅读全文

posted @ 2010-07-09 09:50 哥本哈士奇(aspnetx) 阅读(10025) 评论(13) 推荐(7)

PowerTip of the Day-Creating Time Spans

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5491&elq=8184bb918aa3406299da2caa939745da原文:A time span represents a time interval, and you can use time spans to subtract or add time to a date. Fo... 阅读全文

posted @ 2010-07-09 09:11 哥本哈士奇(aspnetx) 阅读(328) 评论(0) 推荐(1)

2010年7月8日

PowerTip of the Day-Make Function Parameters Mandatory

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5441&elq=3d32771b868b437aa97567a6a50b5563原文:Mandatory parameters are special because if you do not submit it, PowerShell will automatically ask for ... 阅读全文

posted @ 2010-07-08 14:14 哥本哈士奇(aspnetx) 阅读(400) 评论(0) 推荐(1)

2010年7月7日

PowerTip of the Day-Add Help to Your Functions

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5382&elq=d8bc53b04e51496c9e3ef39e28976a68原文:You should simply copy and paste the following block comment right above your functions and magically Ge... 阅读全文

posted @ 2010-07-07 14:47 哥本哈士奇(aspnetx) 阅读(367) 评论(0) 推荐(1)

2010年7月6日

PowerTip of the Day-Opening Current Folder in Explorer

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5363&elq=654deccd50454fa7ac6cf57ea12b905a原文:Ever wanted to open the current PowerShell folder in an Explorer view? Try this:ii .This will work as lo... 阅读全文

posted @ 2010-07-06 09:30 哥本哈士奇(aspnetx) 阅读(280) 评论(0) 推荐(1)

PowerTip of the Day-Get Process Owners

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5287&elq=ffdaeb1db50d44cd98829640038cf0d4原文:If you need to filter running processes by owner, for example to terminate the ones owned by some user, ... 阅读全文

posted @ 2010-07-06 09:24 哥本哈士奇(aspnetx) 阅读(309) 评论(0) 推荐(1)

2010年7月2日

PowerTip of the Day-Check for a Battery

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5231&elq=4427f8ad0f9245da87fb793497c0753a原文:If your script needs to know whether your computer has a battery, you can ask WMI. Here is a small funct... 阅读全文

posted @ 2010-07-02 17:43 哥本哈士奇(aspnetx) 阅读(344) 评论(0) 推荐(1)

2010年6月30日

PowerTip of the Day-Acessing Function Parameters by Type

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5125&elq=52bc48204cc748d58a54ab9a57b6b796原文:Adding parameters to your functions is fairly easy. You can add a param() block and specify the paramete... 阅读全文

posted @ 2010-06-30 18:12 哥本哈士奇(aspnetx) 阅读(363) 评论(0) 推荐(1)

2010年6月29日

PowerTip of the Day-Creating Your Own Types

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5072&elq=a8251b41fe1a4d6297a0aecd8e466373原文:Did you know that you can compile any .NET source code on the fly and use this to create your own types?... 阅读全文

posted @ 2010-06-29 14:48 哥本哈士奇(aspnetx) 阅读(258) 评论(0) 推荐(1)

2010年6月25日

PowerTip of the Day-Getting Installed Updates

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4914&elq=a3fdfdb4961d4feabec6e309570c5e33原文:PowerShell is great for parsing log files. Here is a function that extracts all installed Windows update... 阅读全文

posted @ 2010-06-25 13:47 哥本哈士奇(aspnetx) 阅读(443) 评论(0) 推荐(1)

PowerTip of the Day-Printing Results

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4900&elq=127ab4a62a414c678d62945aef96e118原文:You will discover that Out-Printer can print results to your default printer. You can also print to any ... 阅读全文

posted @ 2010-06-25 11:22 哥本哈士奇(aspnetx) 阅读(290) 评论(0) 推荐(1)

2010年6月23日

PowerTip of the Day-Finding Invalid Aliases

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4778&elq=baf9b44a60364f3fbf25d7590e9cb761原文:When you create new Aliases with Set-Alias, PowerShell does not check whether the target you specify is ... 阅读全文

posted @ 2010-06-23 17:38 哥本哈士奇(aspnetx) 阅读(260) 评论(0) 推荐(1)

2010年6月22日

PowerTip of the Day-Outputting Text Data to File

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4695&elq=c3972de70bd84be5866111fbd6571d75原文:When you output results to text files, you will find that the same width restrictions apply that are act... 阅读全文

posted @ 2010-06-22 09:15 哥本哈士奇(aspnetx) 阅读(274) 评论(0) 推荐(1)

2010年6月21日

PowerTip of the Day-Replace Text in Files

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4615&elq=4e53a85287814a3b889de5a05e61f869原文:Often, some text will need to be replaced in a text file. That's easy with Get-Content and Set-Content -... 阅读全文

posted @ 2010-06-21 10:25 哥本哈士奇(aspnetx) 阅读(289) 评论(0) 推荐(1)

2010年6月18日

PowerTip of the Day-Sorting Multiple Properties

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4571&elq=535d59530c004cd899a9c0ff03da88a4原文:Sort-Object can sort on multiple properties at the same time. Have a look:Get-Service | Sort-Object Stat... 阅读全文

posted @ 2010-06-18 11:29 哥本哈士奇(aspnetx) 阅读(287) 评论(0) 推荐(1)

PowerTip of the Day-Discover Hidden Object Members

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4513&elq=cc07fc74696e467fa7306ce10ab2a4d0原文:Get-Member is a great cmdlet to discover object members, but it will not show everything:"Hello" | Get-M... 阅读全文

posted @ 2010-06-18 10:18 哥本哈士奇(aspnetx) 阅读(258) 评论(0) 推荐(1)

2010年6月17日

PowerTip of the Day-Adding Extra Information

摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4479&elq=5c2d3cdc5fc74ac49db66a5047abbcca原文:Sometimes you may want to tag results returned by a cmdlet with some extra information, such as a refere... 阅读全文

posted @ 2010-06-17 15:23 哥本哈士奇(aspnetx) 阅读(291) 评论(0) 推荐(1)

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页

导航