PowerShell Ise Automation Simple Example _powershell

Source: Internet
Author: User

PowerShell ise automation is not dependent on any third party framework and tools, because the PowerShell ise itself is programmable. Very tall is called PowerShell abstract syntax tree, in fact, in the previous article has a simple share. The key point is the $psise variable.

Let's look at two more simple examples today:

I want to output all the scripts in the current edit box in PowerShell ISE:

Copy Code code as follows:

$psise. CurrentFile.Editor.Text

I want to replace a string in all of the scripts in the current edit box in PowerShell Ise with the string I expected, but not the lookup and substitution of the interface in PowerShell Ise.

Copy Code code as follows:

$psise. CurrentFile.Editor.Text = $psise. Currentfile.editor.text-replace ' official rank ', ' people standard '

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.