Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-11
The Remove-WebServicesVirtualDirectory cmdlet removes an existing virtual directory from a computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.
Syntax
Remove-WebServicesVirtualDirectory [-Identity
<VirtualDirectoryIdParameter>] [-DomainController
<Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.VirtualDirectoryIdParameter |
This parameter specifies a virtual directory. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
To specify the fully qualified domain name (FQDN) of the domain controller that retrieves data from the Active Directory directory service, include the DomainController parameter in the command. |
Detailed Description
The Remove-WebServicesVirtualDirectory cmdlet removes an existing virtual directory from an Exchange 2007 Client Access server. You can remove the default Exchange Web Services (EVS) virtual directory or another Exchange Web Services virtual directory.
To run the Remove-WebServicesVirtualDirectory cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and local Administrators
group for the target server
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Input Types
Return Types
Errors
Error | Description |
---|---|
|
|
Exceptions
Exceptions | Description |
---|---|
|
|
Example
This code example removes the virtual directory named "Sales" from the server named "CAS01".
Copy Code | |
---|---|
Remove-WebServicesVirtualDirectory -Identity CAS01\Sales |