Server Application Virtualization PowerShell Cmdlet을 설치하는 방법
적용 대상: System Center 2012 SP1 - Virtual Machine Manager, System Center 2012 R2 Virtual Machine Manager, System Center 2012 - Virtual Machine Manager
참고
PowerShell을 설치한 후에 PowerShell 콘솔에서 Get-Help 명령을 사용하여 이러한 함수에 대한 자세한 내용은 확인할 수 있습니다.
Server App-V PowerShell Cmdlet을 설치하려면
-
Server App-V PowerShell Cmdlet 설치 파일(Server App-V 에이전트 함수의 경우 AgentCmdletsSetup.exe 또는 Server App-V Sequencer 함수의 경우 SequencerCmdletsSetup.exe)을설치하려는 Windows Server가 실행되는 컴퓨터로 복사합니다.컴퓨터의 아키텍처에 따라 올바른 버전의 설치 관리자를 사용합니다(x86 또는 x64).
-
Server App-V PowerShell Cmdlet 설치 마법사를 시작하려면 sav_cmdlets.exe 또는 SequencerCmdletsSetup.exe를 두 번 클릭합니다.
-
라이선스 페이지에서 사용권 계약 조건에 동의하려면 동의함을 선택합니다.설치를 시작하려면 다음을 클릭합니다.
-
설치를 완료하고 설치 마법사를 닫으려면 마침을 클릭합니다.
-
Server App-V PowerShell Cmdlet을 사용하여 관리자 권한의 PowerShell cmd 프롬프트를 열고 다음 명령을 실행하여 모듈을 가져옵니다.
PS C:\> Set-ExecutionPolicy Remotesigned
PS C:\> Import-Module ServerAppVAgent
참고
새 PowerShell 명령 프롬프트를 열 때마다 Import-Module ServerAppVAgent 명령을 실행해야 합니다.