As of December 19, 2013, SAPIEN’s full PowerShell video training catalog has been posted to SAPIEN’s You Tube channel and is available for free viewing. This catalog consists of 39 chapters which cover PowerShell fundamentals, as well as intermediate and advanced topics. That is over 7 full hours of video training for FREE, all in beautiful 720p […]
Category: Howto
PowerShell Studio 2012 Reaches The Czech Republic!
Truth be told, our products have been used by many users in the Czech Republic for several years now but we certainly appreciate learning that more and more IT professionals are discovering our products there. Petr Vanicek, a network administrator and blogger in the Czech Republic, posted a nice blog article on PowerShell Studio 2012. […]
SAPIEN PowerShell Videos to be posted to YouTube
SAPIEN’s original PowerShell Training video set produced and taught by Don Jones, will be posted to YouTube starting this week. While these videos were originally created in 2008, there is still a great deal of valid and valuable information contained in this set. The video set consists of 4 DVDs: PowerShell Fundamentals, Intermediate, Advanced and […]
iPowerShell Pro V3 – All you need to know
iPowerShell Pro v3 includes a help file that has links to various blog articles that will help you set up functionality in the product. It also includes a change log. That file is included here for easy access. New in version 3.0.118: Manage servers remotely with PSWA and iPowerShell Pro. Connect to and manage script […]
iPowerShell Pro: How to connect to your PSWA server
The latest version of PowerShell has added a wonderful new feature called PowerShell Web Access (PSWA). Using this feature, an admin can create a web based access point through which they can use PowerShell to manage their servers. We won’t go into the details of how this works, but rather, let us tell you about […]
iPowerShell Pro: How to setup and manage scripts with cloud drive services
iPowerShell Pro V3 enables script editing and updating scripts on the server. We have a Script Management service that helps you edit, copy, move and delete scripts and folders that are on your servers through connected cloud services. Follow the steps below to connect to your cloud services and manage your scripts. First select the […]
iPowerShell Pro: How to add videos
You can add any .mov, .mp4 and .m4v formatted videos to iPowerShell Pro such as the SAPIEN produced PowerShell video training series available at http://www.sapien.com/training by following the instructions below: Connect your device to iTunes. Select the device in the Devices section of the left column. Click on the “Apps” button at the top of […]
iPowerShell Pro: How to add manually generated Alias tables
iPowerShell Pro uses a simple text file for listing Aliases in the Alias module. Each entry is a single line. The “alias” comes first, followed by a space and the cmdlet name followed by a CRLF. Please use all lowercase for the filename. Examples are shown below: ? Where-Object ac Add-Content Save the file as […]
iPowerShell Pro: How to add manually generated About_Help files
The Powershell About Help file is a simple 80 character wide .txt file with a CRLF at the end of each line of text. Section names are typically all in caps and left justified. Section content is indented 4 spaces. Section names and content are separated by a single CRLF while sections are separated from […]
iPowerShell Pro: How to add manually generated help files
iPowerShell Pro uses two mandatory files to display cmdlet help: the PowerShell Help Formatted XML file and an automatically generated .index file. We also use three optional files: a user-generated .info file and two user created .png files. The .xml file (required) Properly formatted PowerShell Help files can be created manually using an XML editor […]