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:
Post a Comment