Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Windows PowerShell Blog
Automating the world one-liner at a time.
Click Here
to Download PowerShell
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Tags
$lastExitCode
Active Directory
Adapted Type System
Add-Module
Add-Type
Advanced Functions
ASP.NET
Ben Pearce
BITS
CMDLET
CMDLET:FORMAT
CMDLET:UTILITY
COM
console
ConvertTo-Hashtable
CTP
CTP2
CTP3
Delegates
DOCUMENTATION
DOTNET
eBook
Enum
ENVIRONMENT
ERROR
Event Log
Events
Exchange
FAQ
Fun & Games
Get-Command
Get-CommandPlugin
Get-EventLog
Get-Everyone
Get-Help
Get-MarkupTag
Get-Module
Get-Random
Get-WinEvent
Hal Rottenberg
Help
Help file
HelpFile
HowTo
installation
INTERNAL
Interview
Jeffrey Snover
LANGUAGE
LANGUAGE:CONTROL
Module
Modules
MoW
MVP
PARSER
PHILOSOPHY
Podcasts
PoshBoard
PowerGUI
PowerScriptingPodcast
PowerShell
PowerShell ISE
PowerShell Plus
PowerShell V2
PowerShellPack
Presentation
Proxy
PsSnapin
Quest
Remoting
Resolve-ShortcutFile
Richard Siddaway
Sapien
ScriptBlock
ScriptCmdlet
Scripting Games
SDK
Select-String
Server Core
SHELL
Show-Control
STA
System.Environment
TechED
Testing
Tobias Weltner
TOOL
Training
Type Shortcuts
TYPE:COM
TYPE:WMI
TYPE:XML
TYPEEXTENSION
uninstallation
V2QuickTip
Video
VMWare
Windows7
WMI
WPF
Archives
November 2009 (8)
October 2009 (7)
September 2009 (12)
August 2009 (8)
July 2009 (11)
June 2009 (16)
May 2009 (15)
April 2009 (18)
March 2009 (15)
February 2009 (6)
January 2009 (45)
December 2008 (30)
November 2008 (5)
October 2008 (12)
September 2008 (14)
August 2008 (8)
July 2008 (15)
June 2008 (26)
May 2008 (20)
April 2008 (18)
March 2008 (18)
February 2008 (12)
January 2008 (13)
December 2007 (4)
November 2007 (26)
October 2007 (6)
September 2007 (8)
August 2007 (11)
July 2007 (5)
June 2007 (27)
May 2007 (33)
April 2007 (11)
March 2007 (28)
February 2007 (16)
January 2007 (34)
December 2006 (25)
November 2006 (26)
October 2006 (10)
September 2006 (17)
August 2006 (16)
July 2006 (20)
June 2006 (22)
May 2006 (11)
April 2006 (62)
Browse by Tags
All Tags
»
console
(RSS)
Clipboard
Copy-Console
CTP3
Host
HTML
RTF
Monday, January 12, 2009 2:12 AM
Copy console screen to system clipboard
In the previous example we learned how to create a colorized copy of console in HTML and RTF format. However, the output of these scripts cannot be readily used for pasting into web or word processing applications. To insert it into your article in MS
Posted by
PowerShellTeam
|
3 Comments
Filed under:
CTP3
,
console
,
Clipboard
,
Copy-Console
Attachment(s):
Copy-Console.zip
Sunday, January 11, 2009 8:15 PM
Colorized capture of console screen in HTML and RTF.
In the previous post we demonstrated how we can use console host API to capture screen buffer contents as text. But what if we want some colors. Would not it be nice to publish colorized copy of console in HTML or insert it as part of Microsoft Word document.
Posted by
PowerShellTeam
|
5 Comments
Filed under:
console
,
RTF
,
HTML
Saturday, January 10, 2009 11:16 PM
Capture console screen
Seeing nicely formatted console examples in a previous post has inspired me to write a script that captures the console screen buffer directly from the Windows PowerShell console host. With this script you can make console "screen shots" to
Posted by
PowerShellTeam
|
6 Comments
Filed under:
console
,
Host