Merhabalar ,
IIS-->SunucuAdı-->Sites-->Default Web Site-->OWA virtual directory yok gorunmuyor.
bunu manuel eklemeyi denedim (C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa\ fakat IISreset /noforce yapınca tekrar kayboldu. izlediğim yöntem yanlıştı sanırım. Eklemenin başka bir yolu varmı ?
Exchange Management Console'da açılmadığından işlemde yapamıyorum.
1. Add-PSSnapin Microsoft.Exchange.Management.PowerShell.EXCSERVER komutu yazınca, aşağıdaki atayı alıyorum;
Add-PSSnapin : The Windows PowerShell snap-in 'Microsoft.Exchange.Management.PowerShell.EXC SERVER' is not installed on th
is machine.
At line:1 char:13
+ Add-PSSnapin <<<< Microsoft.Exchange.Management.PowerShell.EXCSERVER
+ CategoryInfo : InvalidArgument: (Microsoft.Excha...erShell.EXCSERVER:String) [Add-PSSnapin], PSArgumentEx
ception
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddP SSnapinCommand
2.Remove-PowerShellVirtualDirectory -identity "powershell-vdir " yazınca aşağıdaki hatayı lıyorum;
The term 'Remove-PowerShellVirtualDirectory' is not recognized as the name of a cmdlet, function, script file, or opera
ble program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:34
+ Remove-PowerShellVirtualDirectory <<<< -identity "powershell-vdir "
+ CategoryInfo : ObjectNotFound: (Remove-PowerShellVirtualDirectory:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
3.Get-PowerShellVirtualDirectory | Remove-PowerShellVirtualDirectory
The term 'Get-PowerShellVirtualDirectory' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:31
+ Get-PowerShellVirtualDirectory <<<< | Remove-PowerShellVirtualDirectory
+ CategoryInfo : ObjectNotFound: (Get-PowerShellVirtualDirectory:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
ilginize çok teşekkür ederim.