

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 섀도우 복사본 일정 삭제
<a name="remove-fsxshadowcopy-sched"></a>

파일 시스템의 기존 섀도우 복사본 일정을 삭제하려면 파일 시스템의 원격 PowerShell 세션에서 다음 명령을 입력합니다. 파일 시스템에서 원격 PowerShell 세션을 시작하는 방법에 대한 지침은 [PowerShell용 Amazon FSx CLI 사용](administering-file-systems.md#remote-pwrshell) 섹션을 참조하세요.

```
[fs-0123456789abcdef1]PS>Remove-FsxShadowCopySchedule
 
Confirm
Are you sure you want to perform this action?
Performing the operation "Remove-FsxShadowCopySchedule" on target "Removing FSx Shadow Copy Schedule". 
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (Default is "Y"): Y
[fs-0123456789abcdef1]PS>
```