Windows PowerShell 핵심 정보 항목

업데이트 날짜: 2013년 10월

적용 대상: Windows PowerShell 2.0, Windows PowerShell 3.0, Windows PowerShell 4.0

이 섹션에는 모든 Windows PowerShell 모듈에 적용되는 개념("정보") 도움말 항목이 포함되어 있습니다. 다른 모듈에 대한 정보 항목을 보려면 특정 모듈에 대한 도움말 항목을 참조하세요.

항목 설명

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_Checkpoint-Workflow

워크플로에서 검사점을 적용하는 Checkpoint-Workflow 활동에 대해 설명합니다.

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_DesiredStateConfiguration

여러 원격 관리 노드에서 일관된 구성을 유지하는 데 도움이 되는 Windows PowerShell의 필요한 상태 구성 기능에 대해 설명합니다.

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_Functions_OutputTypeAttribute

함수가 반환하는 개체의 형식을 보고하는 특성에 대해 설명합니다.

about_Group_Policy_Settings

Windows PowerShell에 대한 그룹 정책 설정에 대해 설명합니다.

about_Hash_Tables

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

about_History

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

about_If

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

about_InlineScript

InlineScript 워크플로 활동에 대해 설명합니다.

about_Jobs

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

about_Job_Details

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

about_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_Object_Creation

Windows PowerShell에서 개체를 만드는 방법을 설명합니다.

about_Operators

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

about_Operator_Precedence

Windows PowerShell 연산자를 우선 순위대로 나열합니다.

about_Parameters

Windows PowerShell에서 cmdlet 매개 변수를 사용하는 방법에 대해 설명합니다.

about_Parameters_Default_Values

cmdlet 및 고급 함수의 매개 변수에 대해 사용자 지정 기본값을 설정하는 방법을 설명합니다.

about_Parsing

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

about_Path_Syntax

Windows PowerShell의 전체 및 상대 경로 이름 형식에 대해 설명합니다.

about_Pipelines

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

about_PowerShell.exe

PowerShell.exe 명령줄 도구에 대한 도움말을 표시합니다.

about_PowerShell_Ise.exe

PowerShell_ISE.exe 명령줄 도구에 대한 도움말을 표시합니다.

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 세션(PSSessions)을 설명하고 이러한 세션을 사용하여 원격 명령을 실행하는 방법을 설명합니다.

about_PSSession_Details

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

about_PSSnapins

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

about_Quoting_Rules

here-strings를 비롯하여 Windows PowerShell의 작은따옴표 및 큰따옴표 사용 규칙에 대해 설명합니다.

about_Redirection

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

about_Ref

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

about_Regular_Expressions

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

about_Remote

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

about_Remote_Disconnected_Sessions

PSSession에서 연결을 끊는 방법 및 다시 연결하는 방법에 대해 설명합니다.

about_Remote_FAQ

Windows PowerShell에서 원격 명령을 실행하는 것과 관련된 질문과 대답입니다.

about_Remote_Jobs

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

about_Remote_Output

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

about_Remote_Requirements

Windows PowerShell에서 원격 명령을 실행하기 위한 시스템 요구 사항 및 구성 요구 사항입니다.

about_Remote_Troubleshooting

Windows PowerShell의 원격 작업과 관련된 문제 해결 정보입니다.

about_Remote_Variables

원격 명령에서 로컬 및 원격 변수를 사용하는 방법을 설명합니다.

about_Requires

필요한 스냅인 및 버전이 없으면 스크립트가 실행되지 않도록 하는 Requires 문에 대해 설명합니다.

about_Reserved_Words

Windows PowerShell에서 예약된 단어를 나열합니다.

about_Return

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

about_Run_With_PowerShell

파일 탐색기에서 항목을 마우스 오른쪽 단추로 클릭하여 "PowerShell에서 실행" 기능을 통해 스크립트를 실행하는 방법을 설명합니다.

about_Scheduled_Jobs

예약된 작업에 대해 설명하고 Windows PowerShell 및 작업 스케줄러에서 예약된 작업을 사용하고 관리하는 방법을 설명합니다.

about_Scheduled_Jobs_Basics

예약된 작업을 만들고 관리하는 방법에 대해 설명합니다.

about_Scheduled_Jobs_Advanced

예약된 작업의 기본이 되는 파일 구조를 비롯하여 예약된 고급 작업 항목에 대해 설명합니다.

about_Scheduled_Jobs_Troubleshooting

예약된 작업과 관련된 문제 해결 방법에 대해 설명합니다.

about_Scopes

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

about_Script_Blocks

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

about_Script_Internationalization

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

about_Scripts

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

about_Session_Configurations

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

about_Session_Configuration_Files

세션 구성을 사용하는 세션의 환경을 정의하는 세션 구성 파일에 대해 설명합니다.

about_Signing

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

about_Special_Characters

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

about_Splatting

스플랫(splat)을 사용하여 Windows PowerShell에서 명령에 매개 변수를 전달하는 방법을 설명합니다.

about_Split

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

about_Switch

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

about_Throw

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

about_Transactions

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

about_Trap

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

about_Try_Catch_Finally

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

about_Type_Operators

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

about_Types.ps1xml

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

about_Updatable_Help

Windows PowerShell의 업데이트 가능한 도움말 시스템에 대해 설명합니다.

about_Variables

Windows PowerShell의 변수 형식을 설명하는 개요 항목입니다.

about_While

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

about_Wildcards

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

about_Windows_PowerShell_4.0

Windows PowerShell 4.0에 새로 추가된 기능 및 변경 내용에 대해 설명합니다.

about_Windows_PowerShell_ISE

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

about_Workflows

Windows PowerShell 워크플로 기능을 간단히 소개합니다.

about_WorkflowCommonParameters

모든 Windows PowerShell 워크플로 명령에 유효한 매개 변수에 대해 설명합니다.

about_WMI

Microsoft에서 구현한 WBEM(Web-Based Enterprise Management) 산업 표준에 해당하는 WMI(Windows Management Instrumentation)에 대해 설명합니다.

about_WMI_Cmdlets

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

about_WQL

Windows PowerShell에서 WMI 개체를 가져오는 데 사용할 수 있는 WQL(WMI Query Language)에 대해 설명합니다.

about_WS-Management_Cmdlets

Microsoft.WsMan.Management 모듈의 cmdlet에 대해 설명합니다. 이러한 cmdlet을 활용하여 WSMan 공급자 드라이브를 비롯한 WS-Management 기능을 관리하는 방법을 설명합니다.

See Also

Concepts

Windows PowerShell 4에 대한 모듈 참조
about_Scheduled_Jobs
about_WMI_Cmdlets

Other Resources

Windows PowerShell
Windows PowerShell 핵심
about_WS-Management_Cmdlets
Windows PowerShell SDK