Send mail from PowerShell with a nice “bell” icon
Marc Lognoul shows on his Straight from the Cask! blog how send mail from PowerShell with a nice “bell” icon The magical GUID 3BD50098E401463AA228377848493927 , he also explains how to send the mail...
View ArticlePowerShell Wake-on-lan script
*note* I forgot this post still was in my drafts folder, I posted the script in the PowerShell Newsgroup and asked if someone could test it and I got confirmed that it did work,thanks again, so here...
View ArticleHey PowerShell Guy ! what is the Hex value of Chocolate ?
Didn't you always' wanted to know this ? This time not a Hey Scripting Guy ! translation, but from a NG post answer Translating colors to hex and back (color asked was Red actually ;-) ) :PoSH>...
View ArticleHey, PowerShell Guy !How Can I Change the First Two Octets of an IP Address?
An other Hey Scripting Guy translation : How Can I Change the First Two Octets of an IP Address? for only the IP Part I decided to use a .NET helper this time, just to do it different : $ip =...
View ArticleMOW PowerShelled Blogitems Index : December 2006
This is the first entry, of a series of posts indexing the PowerShell Blogitems on my Old Blog /\/\o\/\/ PowerShelled I have been asked a couple of times for a list or an index to the Entries on my Old...
View ArticleHappy Chinese New Year
In my answer on the question Scripting Games 2007 Advanced PowerShell Event 3 and 4 , I used a formula the get the Chinese Year. But to get from a date to a Year would take much more work, as the...
View ArticleAD Infrastructure management with PowerShell
Adam Bell, is doing a very cool series about AD and PowerShell on his blog : Lead, Follow, or Move and has some very interesting topics about Active Directory Infrastructure management, a recommended...
View ArticlePowerShell : Accessing alternative data-streams of files on an NTFS volume ...
As Adrian Milliner, mentioned on his blog here : Alternate Data Streams , Alternate Data Streams are not supported in PowerShell, To make it even worse, the reason for this is that also the .NET...
View ArticlePowerShell : Converting AccountName to SID and vice versa
I did allready a lot of posts about using the system.security .NET class and methods, But as I needed to lookup a SID from a security template at work today, and I was on a machine without my Custom...
View ArticlePowerShell : The Admin Development Model
I did see Sung M Kim (DbmwS) answer in the newsgroup : Is there an equivalent of the DOS shell "start /wait" in ... and his remark : Now the powershell will hang after "$notepad.WaitForExit()" until...
View Article