You are on page 1of 2

Get-MailboxDatabaseCopyStatus

Dismount-Database -Identity DB01

Move-DatabasePath -Identity DB01 -EdbFilePath "E:\DB01\DB01.edb"

Move-DatabasePath -Identity DB01 -LogFolderPath "F:\DBLOG01"

Mount-Database -Identity DB01

Set-MailboxDatabase -Identity "Mailbox Database 0685256962" -Name DB02

Kagnroath, 2:28 PM
Get-MailboxDatabase | fl name,edbfilepath,logfolderpath,server

Move-DatabasePath -Identity DB02 -EdbFilePath "E:\DB02\DB02.edb" -LogFolderPath


"F:\DBLOG02"

get-AutodiscoverVirtualDirectory
get-ClientAccessServer
get-webservicesvirtualdirectory
get-oabvirtualdirectory
get-owavirtualdirectory
get-ecpvirtualdirectory
get-ActiveSyncVirtualDirectory

Set AutoDiscover to URL:


"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
>>>>>>Command-Line<<<<<<<<<

get-AutodiscoverVirtualDirectory | Set-AutodiscoverVirtualDirectory -InternalUrl


"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
get-AutodiscoverVirtualDirectory | Set-AutodiscoverVirtualDirectory -ExternalUrl
"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"

>>>>>>>END<<<<<<<

Kagnroath, 3:15 PM
1. How to Change AutoDiscover to URL:
"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
>>>>>>Command-Line-Below<<<<<<
get-AutodiscoverVirtualDirectory | FL Name,Server,InternalUrl,ExternalUrl
get-AutodiscoverVirtualDirectory | Set-AutodiscoverVirtualDirectory -InternalUrl
"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
get-AutodiscoverVirtualDirectory | Set-AutodiscoverVirtualDirectory -ExternalUrl
"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
>>>>>>End<<<<<<

2. How to Change AutoDiscover In CAS to URL:


"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
>>>>>>Command-Line-Below<<<<<<
get-ClientAccessServer | FL Name,Server,AutoDiscoverServiceInternalUri
get-ClientAccessServer | Set-ClientAccessServer �AutodiscoverServiceInternalUri
"https://autodiscover.roath.msdlab.xyz/Autodiscover/Autodiscover.xml"
>>>>>>End<<<<<<

1. How to Change AutoDiscover to URL:


"https://mail.roath.msdlab.xyz/ews/exchange.asmx"
>>>>>>Command-Line-Below<<<<<<
get-webservicesvirtualdirectory | FL Name,Server,InternalUrl,ExternalUrl
get-webservicesvirtualdirectory | Set-webservicesvirtualdirectory -InternalUrl
"https://mail.roath.msdlab.xyz/ews/exchange.asmx"
get-webservicesvirtualdirectory | Set-webservicesvirtualdirectory -ExternalUrl
"https://mail.roath.msdlab.xyz/ews/exchange.asmx"
>>>>>>End<<<<<<

You might also like