ClustrMaps

The roadrunner is back as never before! See also: My homepage or my very obsolete site
If by any means entries in my blog are considered to be harmful or damaging, please let me know (add comment) or just mail me. In this (unhopely) case I will remove or change the contents.

Saturday, June 02, 2007

Microsoft heeft weer iets nieuws bedacht:
Windows PowerShell

Nieuwsgierig als ik ben, moest ik dit gezien hebben:
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx

Wat is dit weer gecompliceerd:

$ie = New-Object -ComObject InternetExplorer.Application

$ie.Visible = $true

$ie.Navigate("http://www.microsoft.com/technet/scriptcenter/default.mspx")

$ie.Document.Body.InnerText

$ie.Quit()


Of na het intikken van help:
Name Category Synopsis
---- -------- --------
ac Alias Add-Content
asnp Alias Add-PSSnapin
clc Alias Clear-Content
cli Alias Clear-Item
clp Alias Clear-ItemProperty
clv Alias Clear-Variable
cpi Alias Copy-Item
cpp Alias Copy-ItemProperty
cvpa Alias Convert-Path
diff Alias Compare-Object
epal Alias Export-Alias
epcsv Alias Export-Csv

...
Het is een geheel nieuwe cmd shell.
Wat een leercurve!
Dit gaat me weer heel wat avonden kosten.

No comments: