Remove-SCStorageFileShare
從 VMM 移除儲存體檔案共用。
Syntax
Remove-SCStorageFileShare
[-ForceRemoveFileSystem]
[-StorageFileShare] <StorageFileShare>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCStorageFileShare Cmdlet 會從 Virtual Machine Manager (VMM) 移除儲存體檔案共用。
範例
範例 1:移除儲存體檔案共用
PS C:\> $FileShare = Get-SCStorageFileShare -Name "FileShare01"
PS C:\> Remove-SCStorageFileShare -StorageFileShare $FileShare
第一個命令會取得名為 FileShare01 的儲存體檔案共用物件,並將物件儲存在$FileShare變數中。
第二個命令會從 VMM 移除 FileShare01。
參數
-Confirm
在執行 Cmdlet 前提示您確認。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceRemoveFileSystem
指出 Cmdlet 會從檔案系統移除儲存體檔案共用,並從集區中刪除檔案系統。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
指定追蹤工作進度,並將工作進度存放在這個參數命名的變數中。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
指定觸發此動作 (PRO 提示) 效能和資源優化提示的識別碼。 此參數可讓您稽核 PRO 秘訣。
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
表示作業會以非同步方式執行,讓控制項立即返回命令殼層。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageFileShare
指定儲存體檔案共用。
Type: | StorageFileShare |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 Cmdlet 並不會執行。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |