For now from here
download powershells
Some readings
Rob Van Den voude - the scripting master !!!
Powershell newsgroup
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.powershell&cat=en_US_3750E87B-4971-4A5C-A537-45F5D7ABBECC&lang=en&cr=US
Get help + simple redirecting of output
get-help * >AllCommands.txt
A more difficut type of redirecting output
#This example lists all the services ?!
#source http://myitforum.com/cs2/blogs/dhite/archive/2006/11/17/executing-powershell-scripts-from-the-run-line-or-sending-their-results-to-a-file.aspx
Gwmi –Class Win32_Service | Select-object Name | Export-Csv C:\Temp\Kikkulas\PowerShell\AllServicessOutput.csv –NoTypeInformation
The Microsoft's faq about powershell
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/faq.mspx
So scripting stuff could be downloaded from here :
http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!