Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Windows PowerShell
Blog of Windows PowerShell team. Improving the world one-liner at a time.
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Add-Type
ApartmentState
CMDLET
CMDLET:FORMAT
CMDLET:UTILITY
Custom Snapin
DOCUMENTATION
DOTNET
ENVIRONMENT
ERROR
FAQ
FORMATEXTENSION
Get-Command
Get-Help
Get-Random
Help file
HelpFile
Impersonation
installation
INTERNAL
LANGUAGE
LANGUAGE:CONTROL
PARSER
PHILOSOPHY
PowerShell
Proxy
PsSnapin
Release/Download
Remoting
Runspace
ScriptCmdlet
SDK
SECURITY
SHELL
STA
TOOL
TYPE:COM
TYPE:WMI
TYPE:XML
TYPEEXTENSION
uninstallation
WPF
Archives
May 2008 (12)
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
»
TYPEEXTENSION
»
PHILOSOPHY
(RSS)
CMDLET
DOTNET
FAQ
TYPE:WMI
Tuesday, August 01, 2006 8:28 AM
Encoding Operations Knowledge
One of the primary goals of Windows PowerShell is to encode operations knowledge. Consider the example of finding out what domain role a computer plays. If you look at the WMI class WIN32_COMPUTERSYSTEM, you'll see that it tells you this information:
Posted by
PowerShellTeam
|
7 Comments
Filed under:
FAQ
,
TYPE:WMI
,
TYPEEXTENSION
,
PHILOSOPHY
Saturday, June 24, 2006 8:00 PM
BaseName for FileInfo objects
<Edited to add categories> In our active, responsive, and useful newsgroup Microsoft.Public.Windows.PowerShell (SELL SELL SELL :-) ), MVP Alex Angelopoulos recented posted the following: Although file extension changing is a common technique in
Posted by
PowerShellTeam
|
7 Comments
Filed under:
TYPEEXTENSION
,
PHILOSOPHY
Tuesday, April 25, 2006 5:18 PM
Base64 Encode/Decode a string
Today I came across http://scripts.readify.net/ . This sight is focused on Monad and MSH and is starting a collection of scripts at: http://scripts.readify.net/Scripts.aspx . You should visit their site and let them know what type of scripts would be
Posted by
PowerShellTeam
|
4 Comments
Filed under:
FAQ
,
CMDLET
,
TYPEEXTENSION
,
PHILOSOPHY
,
DOTNET