Whether you are a PowerShell beginner or expert, PowerShell modules are an important resource for your script development. That’s why we developed Module Manager—the essential tool for centrally managing all PowerShell modules installed on your machine. We have released a preview version to gather community feedback. Try it out and let us know what you think! Module […]
Tag: Community Tools
WMI Explorer 2014 released!
The latest version of the WMI Explorer is available now on our website. Here are just a few highlights from the features in this release: Superior performance using cached data and multi-threaded code gets you results fast Explore and query local and remote machines. A large variety of search options enables you to access the […]
PowerShell Help Community Edition updated
One of our most popular community tools received a long awaited update. All the content was brought up to speed and now contains the latest help text from Windows Server 2012 and PowerShell 4.0. Here is a reminder why this tool is a must-have in every PowerShell users toolbox: Easier reading and scrolling through help […]
Expired community previews
The community previews for WMI Explorer 2014 and PowerRegEx have now expired. We will evaluate your feedback and re-release these tools for existing customers soon. If you haven’t had a chance to provide us with your feedback, wishes and concerns, please feel free to visit the Community Tools Forum and leave us a message. […]
Introducing PowerRegEx – Community Preview
How many times have you worked with Regular Expressions and forgotten what expression denoted what? Oftentimes I need to search online to figure out what basic expressions to use or end up using another method. For this reason we are introducing a new tool that makes regular expressions more accessible to the rest of us: […]
Export-CSV, now what?
PowerShell 2.0 has added the ability to export and import objects and store them as CSV files. CSV (Comma Separated Values) files have been a common file format since they where first used around 1967 on IBM mainframes and have been in constant use since then. If you need to edit CSV files most people […]