

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 刪除陰影複製排程
<a name="remove-fsxshadowcopy-sched"></a>

若要刪除檔案系統上現有的影子複製排程，請在檔案系統的遠端 PowerShell 工作階段中輸入下列命令。如需在檔案系統上啟動遠端 PowerShell 工作階段的說明，請參閱 [使用 Amazon FSx CLI for PowerShell](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>
```