摘要:
2010年七月份26日到30日的PowerTip of the Day。Finding Interesting WMI Classes,Getting Help for WMI Classes,Calling ChkDsk via WMI,Renewing all DHCP Leases,Getting Help on WMI Methods 阅读全文
摘要:
2010年七月份19日到23日的PowerTip of the Day
Use PowerShell Cmdlets!
Retrieving Clear Text Password,
Finding Your Current Domain,
Remove Empty Entries,
Rename Drive Label 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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 ... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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, ... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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?... 阅读全文
摘要:
原文地址: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... 阅读全文
摘要:
原文地址: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 ... 阅读全文