Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Windows Server 2008
Deletes an existing file screen.
Note
To use this command, you must be logged on as an administrator or a member of the Administrators group.
For examples of how to use this command, see Examples.
Syntax
filescrn screen delete /path:<Path> [/quiet] [/remote:<ComputerName>]
Parameters
| Parameter | Description |
|---|---|
/path:<Path> |
Deletes file screen configured on path Path. You can append the following wildcard characters:
|
/quiet |
Deletes file screen without warning. By default, you are prompted to confirm deletion. |
/remote:<ComputerName> |
Performs the operation on the remote computer ComputerName. |
Remarks
The shortest sequence of characters that uniquely identifies a parameter can be used as an abbreviation. For example, the following two commands are equivalent:
filescrn s d /p:d:\scratch filescrn template delete /path:d:\scratchTo perform operations on a remote computer by using the **/remote:**ComputerName parameter:
You must be logged on with a domain account that is a member of the Administrators group on both the local computer and the remote computer.
The remote computer must be running Windows Server 2008, and File Server Resource Manager must be installed.
The Remote File Server Resource Manager Management exception on the remote computer must be enabled. You enable this exception by using Windows Firewall in Control Panel.
Examples
To delete file screens that are configured in all subfolders of D:\users on the remote computer FILESERVER1, type:
filescrn screen delete /path:d:\users\* /remote:fileserver1