Peter Schneider
MCT, MCSD.NET, MCAD.NET, MCDBA
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
C#
Community
Design Patterns
DotNetGerman Bloggers
General Software Development
MsBuild
Podcast
Powershell
Powershell; Usergroup
Ribbon
Sharepoint
Silverlight
SQL Server
Tipps & Tricks
Tipps & Tricks
Tools
Usergroup
Windows Live
News
Navigation
Home
Blogs
Archives
November 2009 (2)
June 2009 (1)
March 2009 (2)
February 2009 (2)
November 2008 (3)
August 2008 (1)
March 2008 (7)
December 2007 (1)
April 2007 (1)
February 2007 (1)
January 2007 (2)
December 2006 (2)
November 2006 (5)
June 2006 (2)
May 2006 (6)
Austrian .NET Community
.NET User Group West Austria
.NET User Group Austria
.NET User Group Styria
Usergroups.at
Browse by Tags
All Tags
»
C#
»
Powershell
(
RSS
)
General Software Development
Windows Live
Powershell CmdLet for LiveContacts Get-WindowsLiveContact
by
pschneider
The Windows Live ID Client SDK documentation shows you quite well how to sign in silently or with the built-in dialog - yet there is a small problem if you want to use this within a Powershell cmdlet, because the threading model has to be set to Single...
Filed under:
C#
,
Powershell
,
Windows Live
Brainfuck Compiler and Interpreter in Powershell
by
pschneider
Surley some of you know the Brainfuck programming language... there are many compilers and interpreters around, yet I haven't found some for powershell... so here we go: Powershell Brainfuck Interpreter: param ($i) $t = @{ '>'='$p+...
Filed under:
C#
,
Powershell
Get-DocProps Cmdlet for Powershell
by
pschneider
I've written a small and rather simple powershell cmdlet which allows you to list the core and application properties of office documents, so that you can do something like this: Samples: Get-DocProps –path "*.docx" | where { $_.Creator...
Filed under:
C#
,
Powershell
,
General Software Development
More Posts