I am back Dec 17, 2008 Have you missed me ?? I know I have been away for a while, but between becoming a dad, starting a new job, having to get deep knowledge of several different enterprise products that I have not worked with before has taken some time… But now things are looking a little less hectic, so I hope to get some good PowerShell posts written up in the near future. ...
PowerShell TombStone revival Jun 4, 2008 Our friend Darren Mar-Elia over at SDM software has just released some nice PowerShell cmdlets, to view Tombstoned objects in AD… You can even revive(or reanimate them as I think the correct AD term is) them as well. ...
Test Post May 18, 2008 [sourcecode lang=“powershell”] PowerShell cmdlet to list the System files in the root of C:\ $i=0 $GciFiles = get-ChildItem “c:” -force |where {$_.attributes -match “System”} foreach ($file in $GciFiles) {$i++} $GciFiles |sort |ft name, attributes -auto ...
Very simple file browser in PowerShell May 11, 2008 One of my friends needed a script that would be able to list all files in a folder, and then he should be able to choose the file, and return the name of the file. ...
Trying out new Syntax Highligther May 7, 2008 I am testing a new Syntax Highlighter to make made code posts look better… The new one looks really good, and has some nice features like “copy to clipboard” and “view plain”, but unfortunately it does not support PowerShell… ...
BrowseForFolder VBScript/PowerShell May 6, 2008 I had to run a script the other day, that I wrote some time ago to change some files in a folder, the script uses the Shell.Application COM object BrowseForFolder method, to show a GUI that lets you browse through the directory structure and choose a folder. ...
Learning PowerShell Apr 29, 2008 Don Jones' keynote basically said, if you do not learn PowerShell, you will not be able to function as an Windows IT administrator in 5 years time or so… After what was told on the MVP summit, about Microsofts commitment to PowerShell, and how all new products will be based on it, he foresees are very dim future for admins who do not know it. ...
Søndag Apr 22, 2008 Efter vi har været ude at spise morgenmad hos Mark, kører vi tilbage til hotellet, så vi kan forberede tingene til konferencen, som starter kl 13. Det viser sig desværre at Anne Grub er blevet syg, så hun har desværret måttet melde afbud, og derfor har Don Jones sagt, ja til at overtage hendes “Keynote”. ...
De første par dage... Apr 22, 2008 Så er jeg kommet ned til Virgina, og vi er godt igang med konferecen.. Jeg kørte ned fra Washington lørdag formiddag.. det tog ca 4 timer at køre ned til Virgina Beach, så det var lige til at klare i min lejede sofa med hjul. ...
Aften tide... Apr 19, 2008 Så har jeg lige snakket med min mor i telefonen…. Klokken er 20.45 herovre…. og 02.45 i Danmark…. Er lige kommet tilbage, har kørt en tur rundt og set lidt af Washington by. ...