이 단원에는 Windows PowerShell의 개념("about") 도움말 항목이 포함되어 있습니다.

항목 설명

about_Aliases

Windows PowerShell의 cmdlet 및 명령에 대한 대체 이름을 설명합니다.

about_Arithmetic_Operators

Windows PowerShell에서 산술 연산을 수행하는 연산자에 대해 설명합니다.

about_Arrays

데이터 요소를 저장하기 위한 간단한 데이터 구조인 배열에 대해 설명합니다.

about_Assignment_Operators

변수에 값을 할당하는 연산자에 대해 설명합니다.

about_Automatic_Variables

Windows PowerShell의 상태 정보를 저장하는 자동 변수에 대해 설명합니다.

about_Break

Foreach, For, While, DoSwitch 문을 즉시 종료하는 문인 Break 문을 사용하는 방법에 대해 설명합니다.

about_Command_Precedence

Windows PowerShell에서 명령을 찾는 방법에 대해 설명합니다.

about_Command_Syntax

Windows PowerShell의 명령 형식에 대해 설명합니다.

about_Comment_Based_Help

함수 및 스크립트에 대한 설명 기반 도움말 항목을 작성하는 방법에 대해 설명합니다.

about_Commonparameters

모든 cmdlet에 사용할 수 있는 매개 변수에 대해 설명합니다.

about_Comparison_Operators

Windows PowerShell에서 값을 비교하는 연산자에 대해 설명합니다.

about_Continue

프로그램 루프의 맨 위로 즉시 돌아가는 Continue 문에 대해 설명합니다.

about_Core_Commands

Windows PowerShell 공급자에 사용할 수 있도록 설계된 cmdlet을 나열합니다.

about_Data_Sections

코드 논리와 데이터를 구분하는 데 사용하는 스크립트의 Data 섹션에 대해 설명합니다.

about_Debuggers

스크립트 및 함수를 디버깅하기 위한 cmdlet 집합인 Windows PowerShell 스크립트 디버거에 대해 설명합니다.

about_Do

While 또는 Until 조건에 따라 스크립트 블록을 한 번 이상 실행하는 Do 문에 대해 설명합니다.

about_Environment_Variables

Windows PowerShell에서 Windows 환경 변수에 액세스하는 방법에 대해 설명합니다.

about_Escape_Characters

Windows PowerShell의 이스케이프 문자(`)를 소개하고 이 문자의 효과에 대해 설명합니다.

about_Eventlogs

이벤트 뷰어에 있는 Windows PowerShell 이벤트 로그에 대해 설명합니다.

about_Execution_Policies

Windows PowerShell 실행 정책과 이러한 정책을 관리하는 방법에 대해 설명합니다.

about_For

Windows PowerShell의 For 루프에 대해 설명합니다.

about_Foreach

컬렉션의 각 항목에 대해 동작하는 ForEach 문에 대해 설명합니다.

about_Format.ps1xml

콘솔에서 개체의 기본 표시를 정의하는 Format.ps1xml 파일에 대해 설명합니다.

about_Functions

Windows PowerShell에서 함수를 만들고 사용하는 방법에 대해 설명합니다.

about_Functions_Advanced

cmdlet과 비슷하게 동작하는 고급 함수를 소개합니다.

about_Functions_Advanced_Methods

고급 함수에서 cmdlet에 사용할 수 있는 메서드와 속성을 사용하는 방법에 대해 설명합니다.

about_Functions_Advanced_Parameters

고급 함수에 매개 변수를 선언하는 방법에 대해 설명합니다.

about_Functions_Cmdletbindingattribute

cmdlet과 유사하게 작동하는 함수를 식별하는 CmdletBinding 특성에 대해 설명합니다.

about_Hash_Tables

Windows PowerShell에서 해시 테이블을 만들고, 사용하고, 정렬하는 방법에 대해 설명합니다.

about_History

명령 기록에서 명령을 가져오고 실행하는 방법에 대해 설명합니다.

about_If

작업 조건을 설정하는 If 문에 대해 설명합니다.

about_Jobs

Windows PowerShell 백그라운드 작업에 대해 설명합니다.

about_Job_Details

백그라운드 작업에 대한 자세한 정보를 제공합니다.

about_Join

여러 문자열을 단일 문자열로 결합하는 Join 연산자에 대해 설명합니다.

about_Language_Keywords

Windows PowerShell 스크립트 언어의 키워드에 대해 설명합니다.

about_Line_Editing

Windows PowerShell 콘솔의 편집 기능에 대해 설명합니다.

about_Locations

Windows PowerShell에서 작업 위치를 사용하는 방법에 대해 설명합니다.

about_Logical_Operators

Windows PowerShell에서 문을 연결하는 연산자에 대해 설명합니다.

about_Methods

Windows PowerShell에서 메서드를 사용하여 개체에 대한 작업을 수행하는 방법에 대해 설명합니다.

about_Modules

Windows PowerShell 모듈을 설치하고, 가져오고, 사용하는 방법에 대해 설명합니다.

about_Objects

Windows PowerShell에서 개체에 대한 작업을 수행하는 방법에 대해 설명합니다.

about_Operators

Windows PowerShell의 연산자에 대해 설명하는 개요 항목입니다. 각 연산자 유형에 대한 항목이 포함되어 있습니다.

about_Parameters

Windows PowerShell에서 cmdlet 매개 변수에 대한 작업을 수행하는 방법에 대해 설명합니다.

about_Parsing

Windows PowerShell에서 명령 구문을 분석하는 방법에 대해 설명합니다.

about_Path_Syntax

Windows PowerShell에서 사용하는 전체 및 상대 경로 이름 형식에 대해 설명합니다.

about_Pipelines

Windows PowerShell에서 명령을 파이프라인으로 결합하는 방법에 대해 설명합니다.

about_Preference_Variables

Windows PowerShell을 사용자 지정하는 기본 설정 변수에 대해 설명합니다.

about_Profiles

Windows PowerShell 프로필을 만들고 사용하는 방법에 대해 설명합니다.

about_Prompts

Windows PowerShell 프롬프트를 만들고 사용하는 방법에 대해 설명합니다.

about_Properties

Windows PowerShell에서 개체 속성을 사용하는 방법에 대해 설명합니다.

about_Providers

Windows PowerShell 공급자에 대해 설명하고 이러한 공급자가 표시하는 데이터를 사용하는 방법에 대해 설명합니다.

about_PSSessions

Windows PowerShell 세션(PSSession)에 대해 설명하고 이 세션을 사용하여 원격 명령을 실행하는 방법에 대해 설명합니다.

about_PSSession_Details

Windows PowerShell 세션에 대한 자세한 정보를 제공합니다.

about_Pssnapins

Windows PowerShell 스냅인에 대해 설명하고 이러한 스냅인을 사용하여 Windows PowerShell을 확장하는 방법에 대해 설명합니다.

about_Quoting_Rules

Windows PowerShell에서 here-string을 비롯한 작은따옴표와 큰따옴표를 사용하는 규칙에 대해 설명합니다.

about_Redirection

출력을 변수와 텍스트 파일로 리디렉션하는 방법과 리디렉션 연산자에 대해 설명합니다.

about_Ref

참조 변수 유형을 만들고 사용하는 방법에 대해 설명합니다.

about_Regular_Expressions

Windows PowerShell에서 정규식을 사용하는 방법에 대해 설명합니다.

about_Remote

Windows PowerShell에서 원격 명령을 실행하는 방법입니다.

about_Remote_FAQ

Windows PowerShell에서 원격 명령을 실행하는 방법에 대한 질문과 답변입니다.

about_Remote_Jobs

원격 컴퓨터에서 백그라운드 작업을 실행하는 방법에 대해 설명합니다.

about_Remote_Output

원격 명령의 출력을 해석하고 형식을 지정하는 방법입니다.

about_Remote_Requirements

Windows PowerShell에서 원격 명령을 실행하는 데 필요한 시스템 요구 사항과 구성 요구 사항입니다.

about_Remote_Troubleshooting

Windows PowerShell에서 원격 작업 문제를 해결하는 방법입니다.

about_Requires

필요한 스냅인과 버전이 없을 경우 스크립트의 실행을 방지하는 Requires 문에 대해 설명합니다.

about_Reserved_Words

Windows PowerShell의 예약어를 나열합니다.

about_Return

함수, 스크립트 또는 스크립트 블록일 수 있는 현재 범위를 종료합니다.

about_Scopes

Windows PowerShell에서 함수 및 변수의 범위를 설정하고 변경하는 방법에 대해 설명합니다.

about_Script_Blocks

스크립트 블록을 사용하여 식, 문 및 명령을 단일 코드 블록으로 결합하는 방법에 대해 설명합니다.

about_Script_Internationalization

스크립트에서 Windows에 대해 선택된 언어로 사용자 메시지를 쉽게 표시할 수 있도록 하는 기능에 대해 설명합니다.

about_Scripts

Windows PowerShell에서 스크립트를 작성하고 실행하는 방법에 대해 설명합니다.

about_Session_Configurations

컴퓨터에 원격으로 연결할 수 있는 사용자와 이러한 사용자가 실행할 수 있는 명령을 결정하는 세션 구성에 대해 설명합니다.

about_Signing

Windows PowerShell 실행 정책, 이러한 정책을 관리하는 방법 및 실행 정책을 준수하도록 스크립트에 서명하는 방법에 대해 설명합니다.

about_Special_Characters

Windows PowerShell의 특수 문자에 대해 설명합니다.

about_Split

문자열을 부분 문자열로 분할하는 Split 연산자에 대해 설명합니다.

about_Switch

switch 문을 사용하여 다중 If 문을 바꾸는 방법에 대해 설명합니다.

about_Throw

종료 오류를 생성하는 Throw 키워드에 대해 설명합니다.

about_Transactions

Windows PowerShell에서 트랜잭션 작업을 관리하는 방법에 대해 설명합니다.

about_Trap

종료 오류를 처리하는 Trap 키워드에 대해 설명합니다.

about_Try_Catch_Finally

스크립트에서 Try, Catch 및 Finally 스크립트 블록을 사용하여 오류를 처리하는 방법입니다.

about_Types.ps1xml

Windows PowerShell에서 사용되는 .NET 유형의 개체를 확장할 수 있는 Types.ps1xml 파일에 대해 설명합니다.

about_Type_Operators

.NET 유형에 사용할 수 있는 연산자에 대해 설명합니다.

about_Variables

Windows PowerShell의 변수 유형에 대해 설명하는 개요 항목입니다.

about_While

Windows PowerShell의 While 루프에 대해 설명합니다.

about_Wildcards

Windows PowerShell에서 와일드카드 문자(*)를 사용하는 방법에 대해 설명합니다.

about_Windows_PowerShell_2.0

Windows PowerShell 2.0에 도입된 기능에 대해 설명합니다.

about_Windows_PowerShell_ISE

Windows PowerShell 통합 스크립팅 환경에 대해 설명합니다.

about_WMI_Cmdlets

WMI(Windows Management Instrumentation) 및 Windows PowerShell에 대한 배경 정보를 제공합니다.

about_WS-Management_Cmdlets

Windows PowerShell에서 WS-Management cmdlet을 사용하기 위한 배경 지식으로 WS-Management(Web Services for Management)에 대한 개요를 제공합니다.

참고 항목




목차