Add to Technorati Favorites
Welcome to ThePowerShellGuy.com
Sign in
|
Join
|
Help
The PowerShell Guy
get-Shell | where {$_.pipeline -contains Objects}
This Blog
About
Recent Posts
Discovering PowerTab V2 series Part 1 : Installation or upgrade from V1
PowerTab for PowerShell version 2.0 beta released on CodePlex
MSDN content from PowerShell using WDSL
Replace security on existing share with WMI in PowerShell (update post)
Back again !, Kudos to OrcsWeb and 4th PowerShell Scriptclub in Zurich
Search
Go
Tags
.NET
Active Directory
AD
Admin Development Method
ADO
BDD 2007
bitmap
Book
C#
Calendar
Citrix
cmd.exe
CodePlex
Color
Console
ctp
CTP2
CTP3
DateTime
Editor
Enums
ETS
Event
Eventlog
Exchange 2007
Extending
file
forms
fun
Group Policy
GUI
Help
Hex
Hey!
Hosting
Invoke-Expression
ipconfig
IronPython
IT Forum
liveMeeting
mail
MDT
MOM2007
move
movie
MVP
object
OT
outlook
performace
performance
Podcast
PoSH Challenge
PowerBoots
PowerShell
PowerShell Analyzer
PowerShelled
PowerShelll
PowerShellScriptCenter
powert
PowerTab
prank
Process
Provider
PS+
PSA
pscx
PsObject
puzzle
RawUI
RegEx
Registry
Remote
REPL
robocopy
Scriptclub
scripting
Scripting games
SnapIn
SQL Server
String
TabExpansion
text
TextScraping
v2
VbScript
Video
vista
wallpaper
WebCast
WinRM
WMI
WMI Explorer
WOL
workflow
WPF
XML
XMLRPC
ymca
Zurich
Scripting Games
Books
Windows PowerShell™: TFM®
PowerShell in Action
Professional Windows PowerShell
Windows PowerShell Quick Reference
Monad (AKA PowerShell)
Microsoft Windows Powershell Programming for the Absolute Beginner
PowerShell Blogs
/\/\o\/\/ PowerShelled (my former blog )
Windows PowerShell Team Blog
Precision Computing
Keith Hill's Blog
PowerShell for Fun
Under the Stairs
Richard Siddaway
Arul Kumaravel
Time is an illusion. Lunchtime doubly so
Get-PowerShellBlog
PowerShell for testers
PowerShell Memo (JP)
PowerShell Links
Windows PowerShell Home
Windows PowerShell NewsGroup
ScriptCenter PowerShell Page
Windows PowerShell SDK
PowerShell Live
Windows PowerShell Documentation
del.icio.us powershell Links
PowerShell Community Extensions
get-psuguk. UK PowerShell User group
Computerperformance PowerShell home
Wikipedia
PowerShell Tip of the Week
PowerShell Videos and Webcasts
PowerShell VideoList
Introduction to Windows PowerShell Virtual Lab
Writing Scripts with Windows Powershell (Labcast)
Tab Completion
PowerTab Overview Page
CodePlex
PowerShell Projects on CodePlex
Hosted by :
orcsweb
Archives
August 2010 (2)
July 2010 (1)
June 2010 (1)
May 2010 (1)
March 2010 (2)
February 2010 (1)
October 2009 (2)
August 2009 (1)
July 2009 (4)
June 2009 (1)
May 2009 (4)
January 2009 (3)
December 2008 (6)
November 2008 (4)
October 2008 (7)
September 2008 (8)
August 2008 (7)
July 2008 (5)
June 2008 (17)
May 2008 (12)
April 2008 (4)
March 2008 (10)
February 2008 (46)
January 2008 (18)
December 2007 (16)
November 2007 (4)
October 2007 (8)
September 2007 (6)
August 2007 (15)
July 2007 (12)
June 2007 (13)
May 2007 (14)
April 2007 (14)
March 2007 (12)
February 2007 (29)
January 2007 (21)
December 2006 (5)
Syndication
RSS 2.0
Atom 1.0
Browse by Tags
All Tags
»
byte
(RSS)
bitmap
PoSH Challenge
PowerShell
Monday, January 28, 2008 5:04 PM
PoSH Challenge Part 11
For Level 12 more bitmaps but then mixed together and delivered as bytes : # Level 12 $a = $b = $c = $d = $e = @() $ba = [System.IO.File]::ReadAllBytes( " C:\PowerShell\PoshChallenge\evil2.gfx " ) foreach ( $byte in $ba ) { $a += $byte
Posted by
MoW
|
0 Comments
Filed under:
PowerShell
,
PoSH Challenge
,
bitmap
,
byte