Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.PS1XML - File Extension for Power Shell Type Files
What is PS1XML? PS1XML is used as the file extension for Power Shell Type files. .PS1XML files are XML files that are used to store Power Shell Type definitions. See the sample .PS1XML file included below.
✍: FYIcenter.com
File Extension: .PS1XML
MIME Type: text/xml
File Content: Power Shell Type
.PS1XML files are Power Shell Type files, that are used to store Power Shell Type definitions. Here is a sample .PS1XML Power Shell Type file, getevent.types.ps1xml:
<?xml version="1.0" encoding="utf-8" ?> <Types> <Type> <Name>System.Diagnostics.Eventing.Reader.EventLogConfiguration</Name> <Members> <MemberSet> <Name>PSStandardMembers</Name> <Members> <PropertySet> <Name>DefaultDisplayPropertySet</Name> <ReferencedProperties> <Name>LogName</Name> <Name>MaximumSizeInBytes</Name> <Name>RecordCount</Name> <Name>LogMode</Name> </ReferencedProperties> </PropertySet> </Members> </MemberSet> </Members> </Type> <Type> <Name>System.Diagnostics.Eventing.Reader.EventLogRecord</Name> <Members> <MemberSet> <Name>PSStandardMembers</Name> <Members> <PropertySet> <Name>DefaultDisplayPropertySet</Name> <ReferencedProperties> <Name>TimeCreated</Name> <Name>ProviderName</Name> <Name>Id</Name> <Name>Message</Name> </ReferencedProperties> </PropertySet> </Members> </MemberSet> </Members> </Type> ... </Types>
.PS1XML Power Shell Type file sample: Click sample.ps1xml to download.
Since .PS1XML files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .PS1XML Power Shell Type files, see links below:
2012-10-25, 6022👍, 0💬
Popular Posts:
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
File extension MPG is used for audio and video files in a MPEG formats. An MPEG sample file is provi...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...