Powershell-Getting Started

Source: Internet
Author: User
Tags save file

    • What is PowerShell
      • Chinese blog: http://www.pstips.net/
      • Baidu Encyclopedia: is a command-line shell and scripting environment that enables command-line users and script writers to take advantage of the powerful capabilities of the. NET Framework. Transmission Door
      • msdn:https://msdn.microsoft.com/en-us/library/dd835506 (vs.85). aspx
    • Writing PowerShell
      • Can be assembled together with DOS commands
      • Example:

get-Content. \a.txtdir
        • "Get-content. \a.txt": Gets the file contents of A.txt in the current directory and echoes thePowerShell script
        • "dir": Print a list of files in the current directory,dos script
        • Save file as "A.ps1":PS1 Save file format for PowerShell

    • Execute PowerShell
      • Go to PowerShell
      • Go to the "A.PS1" Local storage directory
      • Enter ". \a.ps1", carriage return
      • Script execution succeeded
    • Problem
      • Occurs during execution: pssecurityexception
        • Set-executionpolicy Unrestricted

Powershell-Getting Started

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.