![]() |
|
Spaces home Saby's spacePhotosProfileFriendsMore ![]() | ![]() |
|
Added a blog entry "Disable or Enable network card NIC in powershell" This is my favorate script.
$adapter=Get-wmiobject win32_NetworkAdapter | where {$_.AdapterType -like 'Ethernet*'} | where { $_.PhysicalAdapter -eq 'True'} | where { $_.NetEnabled -eq 'True' }; sle September 12 5:18 PM Added a blog entry "Redirecting to file from powershell command output" Redirect to a file
powershellcommand > outputfile.txt
To append
powershellcommand >> outputfile.txt
Forloop or while loop result we might want to assign it to some variable na dprint it to a f September 12 5:15 PM Updated photo album "August 16 2008 Portland"
August 16 7:17 PM Added a blog entry "Automatic properties in C# 3.0"
The new C# compiler that ships in "Orcas" provides an elegant way to make your code more concise while still retaining the flexibility of properties using a new language feature called "automatic p July 22 1:40 AM |
|
||||||||||||
|
|