다음을 통해 공유


Windows Server AppFabric Cmdlet 실행

이 항목에서는 AppFabric Windows PowerShell 콘솔 세션을 시작하고, Windows PowerShell용 AppFabric 모듈을 가져오며, AppFabric cmdlet에 대한 도움말을 표시하는 방법을 설명합니다.

AppFabric Windows PowerShell 모듈(ApplicationServer 모듈)이 일반 Windows PowerShell 세션으로 로드된 경우 Windows PowerShell 세션 내 명령줄에서 AppFabric cmdlet을 실행할 수 있습니다. 관리 도구에서 Windows PowerShell 모듈 명령을 실행하면 ApplicationServer 모듈을 자동으로 가져옵니다. 도구 모음의 아이콘이나 powershell.exe 명령을 사용하여 Windows PowerShell 모듈을 열 경우에는 ApplicationServer 모듈이 자동으로 로드되지 않습니다. 이 경우에는 아래 설명된 대로 모듈을 수동으로 가져와야 합니다. 이렇게 하면 현재 세션에 대해서만 모듈이 로드됩니다.

Windows PowerShell에는 명령줄에서 도움말 정보를 제공하는 기본 제공 기능이 있습니다. 이 기능에 액세스하려면 Get-Help cmdlet 또는 Help 별칭을 사용합니다. Get-Help cmdlet에서 반환되는 기본 내용은 cmdlet 기능 및 구문에 대한 기본 설명을 제공합니다. cmdlet에 –detailed 또는 –full 매개 변수를 제공하여 cmdlet의 매개 변수와 기타 요소에 대한 자세한 정보를 표시할 수 있습니다. Help 별칭은 Get-Help에서 반환된 정보를 한 번에 한 페이지씩 표시합니다. 아래 설명된 대로 Windows PowerShell용 AppFabric cmdlet을 나열하거나 AppFabric cmdlet에 대한 집계된 도움말을 출력할 수도 있습니다.

Windows PowerShell용 AppFabric 모듈을 열려면

  1. AppFabric 모듈을 자동으로 로드하여 PowerShell 콘솔을 열려면 시작을 클릭하고 관리 도구를 가리킨 다음 Windows PowerShell 모듈을 클릭합니다.

    참고

    Windows PowerShell 모듈 명령은 ApplicationServer, DistributedCacheAdministration 및 DistributedCacheConfiguration 모듈을 자동으로 로드합니다.

  2. DistributedCacheAdministration 모듈을 자동으로 로드하여 PowerShell 콘솔을 열려면 시작, Windows Server AppFabric, 캐싱 관리 Windows PowerShell을 차례로 클릭합니다.

    참고

    캐싱 관리 Windows PowerShell 명령은 DistributedCacheAdministration 모듈을 자동으로 로드하지만 ApplicationServer 모듈이나 DistributedCacheConfiguration 모듈은 자동으로 로드하지 않습니다.

    참고

    관리 도구에서 Windows PowerShell 모듈 명령 이외의 방법으로 Windows PowerShell 콘솔을 여는 경우 AppFabric 모듈을 가져와야 합니다(아래 참조). 보조프로그램 메뉴의 Windows PowerShell 명령, 도구 모음의 Windows PowerShell 아이콘을 클릭하거나 <드라이브>:\Windows\System32\WindowsPowerShell\v1.0에서 powershell.exe를 실행하여 이렇게 할 수 있습니다. 이러한 방법은 AppFabric ApplicationServer 모듈 및 기타 모듈을 자동으로 로드하지 않으므로 AppFabric 모듈을 별도로 가져와야 합니다.

Windows PowerShell용 AppFabric 모듈을 가져오려면

  1. 관리 도구에서 Windows PowerShell 모듈 명령 이외의 방법으로 Windows PowerShell 콘솔을 여는 경우 AppFabric 모듈을 별도로 가져와야 합니다.

  2. Windows PowerShell 프롬프트에 Import-Module ApplicationServer, Import-Module distributedcacheconfigurationImport-Module distributedcacheadministration 명령 중 하나 이상을 입력하고 Enter 키를 누릅니다.

    참고

    컴퓨터에서 관리자가 아니어도 Windows PowerShell용 ApplicationServer 모듈을 가져올 수 있습니다.

    참고

    모듈을 수동으로 가져오면 현재 세션에 대해서만 로드됩니다. 이전 방법 중 하나를 사용하여 콘솔을 다시 열 경우에는 모듈을 다시 가져와야 합니다.

    참고

    Windows PowerShell용 ApplicationServer 모듈이 로드되었는지 확인하려면 Windows PowerShell 프롬프트에서 Get-Command –module ApplicationServer, Get-Command –module distributedcacheconfigurationGet-Command –module distributedcacheadministration 명령 중 하나 이상을 실행하고 Enter 키를 누릅니다. AppFabric cmdlet이 나열되는지 확인합니다.

cmdlet 도움말을 표시하려면

  1. 특정 cmdlet에 대한 도움말을 표시하려면 Windows PowerShell 프롬프트에 Get-Help <cmdlet 이름> [-detailed | -full] 명령을 입력하고 Enter 키를 누릅니다.

    참고

    예를 들어, Get-ServiceInstance cmdlet에 대한 전체 도움말을 표시하려면 Windows PowerShell 프롬프트에 Get-Help Get-ServiceInstance –full 명령을 입력하고 Enter 키를 누릅니다.

  2. ApplicationServer 모듈에서 제공하는 cmdlet 목록을 화면에 표시하려면 Windows PowerShell 프롬프트에 Get-Command –module ApplicationServer 명령을 입력하고 Enter 키를 누릅니다.

  3. ApplicationServer 모듈에서 제공하는 모든 cmdlet 목록을 파일로 출력하려면 Windows PowerShell 프롬프트에 Get-Command –module ApplicationServer | Sort-Object > C:\AppFabricCmdlets.txt 명령을 입력하고 Enter 키를 누릅니다.

    ApplicationServer 모듈에서 제공하는 모든 cmdlet 도움말 파일의 참조를 명사 및 동사별로 정렬하여 파일로 출력하려면 Windows PowerShell 프롬프트에 Get-Command –module ApplicationServer | Sort-Object Verb,Noun | Get-Help -detailed > C:\HelpTopicsSortedNounVerb.txt 명령을 입력하고 Enter 키를 누릅니다.

  2011-12-05