{"id":442,"date":"2018-05-04T16:11:01","date_gmt":"2018-05-04T14:11:01","guid":{"rendered":"http:\/\/www.apvnorge.no\/?page_id=442"},"modified":"2025-03-04T11:51:28","modified_gmt":"2025-03-04T10:51:28","slug":"msexchange","status":"publish","type":"page","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/","title":{"rendered":"MICROSOFT Exchange"},"content":{"rendered":"<div id=\"apvno-3933711848\" class=\"apvno-before-content apvno-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-7003427967427457\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:inline-block;width:970px;height:250px;\" \ndata-ad-client=\"ca-pub-7003427967427457\" \ndata-ad-slot=\"6272152047\"><\/ins> \n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/\">Back to  IT Knowledge Base <\/a><\/strong><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2><strong>MICROSOFT EXCHANGE TIPS<\/strong><\/h2>\n<p>&nbsp; &nbsp;<\/p>\n<h4><strong>HOW TO LIST ALL MAILBOX INSIDE DATABASE<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">get-mailbox -database <database>\n<\/database><\/pre>\n<hr>\n<h4><strong>HOW TO GET MAILBOX DATABASE NAME<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted<\/pre>\n<hr>\n<h4><strong>HOW TO IMPORT PST TO MAILBOX<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/\n<\/pre>\n<hr>\n<h4><strong>CHECK RUNNING IMPORT PROCESS<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Get-MailboxImportRequest -Status InProgress | Get-MailboxImportRequestStatistics -IncludeReport\n<\/pre>\n<hr>\n<h4><strong>CHECK COMPLETED IMPORT PROCESS<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Get-MailboxImportRequest -Status Completed | Get-MailboxImportRequestStatistics -IncludeReport\n<\/pre>\n<hr>\n<h4><strong>HOW TO CREATE MAILBOX<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Enable-Mailbox accountName@domain.cz -Database MailboxDatabase01\n<\/pre>\n<hr>\n<h4><strong>MOVE STORE AND LOGS<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Move-Databasepath \"DatabaseName\" \u2013EdbFilepath \"C:NewlocationDBname.edb\" \u2013LogFolderpath \"C:Newlocation\"\n<\/pre>\n<hr>\n<h4><strong>MOVE USER MAILBOX<\/strong><\/h4>\n<pre>Get-Mailbox -Database \"CIS-users\" | New-MoveRequest -TargetDatabase \"cis-other\"<\/pre>\n<hr>\n<h4><strong>OR ONLY USER<\/strong><\/h4>\n<pre>Get-Mailbox \"p.mares\" | New-MoveRequest -TargetDatabase CIS-itnoncbs5<\/pre>\n<hr>\n<h4><strong>CHECK STATUS<\/strong><\/h4>\n<pre>Get-MoveRequestStatistics -MoveRequestQueue \"CIS-users\" | ft displayname,percentcomplete,statusdetail,totalmailboxsize<\/pre>\n<hr>\n<h4><strong>CLENUP AFTER MOVE<\/strong><\/h4>\n<pre>Get-MoveRequest -MoveStatus Completed | Remove-MoveRequest<\/pre>\n<hr>\n<h4><strong>ADD DOMAIN TO WHITELIST<\/strong><\/h4>\n<pre>Set-ContentFilterConfig -BypassedSenderDomains @{Add=\"contoso.com\",\"contoso2.com\"}<\/pre>\n<hr>\n<h4><strong>TURN ON \/ OFF SPAM FILTER<\/strong><\/h4>\n<pre>Set-SenderFilterConfig -Enabled $true\nSet-SenderFilterConfig -Enabled $false\n<\/pre>\n<hr>\n<h4><strong>UPDATE GLOBAL ADDRESS LIST<\/strong><\/h4>\n<pre>Update-OfflineAddressBook \"Default Offline Address Book\"\nUpdate-GlobalAddressList \"Default Global Address List\"\n<\/pre>\n<hr>\n<h4><strong>HOW TO EXPORT EMAILS TRACKING LOG<\/strong><\/h4>\n<pre><strong>To screen<\/strong>\nGet-MessageTrackingLog -Server SERVER-NAME -Start \"03\/13\/2018 09:00:00\" -End \"12\/31\/2018 17:00:00\" -Sender \"EMAIL-ADDRESS\"\n<strong>\nTo File<\/strong>\nGet-MessageTrackingLog -Server SERVER-NAME -Start \"03\/13\/2018 09:00:00\" -End \"12\/31\/2018 17:00:00\" -Sender \"EMAIL-ADDRESS\" | Out-File c:xxx.txt\n<strong>\nTo File with TimeStamp<\/strong>\nGet-MessageTrackingLog -Server SERVER-NAME -Start \"03\/13\/2018 09:00:00\" -End \"12\/31\/2018 17:00:00\" -Sender \"EMAIL-ADDRESS\" | FT Recipients, TimeStamp, MessageSubject | Out-File c:xxx.txt\n<\/pre>\n<hr>\n<h4><strong>GET ALL MESSAGES FROM DOMAIN &#8220;test.com&#8221;<\/strong><\/h4>\n<pre>Get-Message -Filter {FromAddress -like \u201c*@test.com\u201d}\n<\/pre>\n<hr>\n<hr>\n<h4><strong>Exchange Cleanup log files&#8221;<\/strong><\/h4>\n<pre>Set-Executionpolicy RemoteSigned\n$days=10\n$IISLogPath=\"C:\\inetpub\\logs\\LogFiles\\\"\n$ExchangeLoggingPath=\"C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Logging\\\"\n$ETLLoggingPath=\"C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Bin\\Search\\Ceres\\Diagnostics\\ETLTraces\\\"\n$ETLLoggingPath2=\"C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Bin\\Search\\Ceres\\Diagnostics\\Logs\"\nFunction CleanLogfiles($TargetFolder)\n{\n  write-host -debug -ForegroundColor Yellow -BackgroundColor Cyan $TargetFolder\n\n    if (Test-Path $TargetFolder) {\n        $Now = Get-Date\n        $LastWrite = $Now.AddDays(-$days)\n    #   $Files = Get-ChildItem $TargetFolder -Include *.log,*.blg, *.etl -Recurse | Where {$_.LastWriteTime -le \"$LastWrite\"}\n        $Files = Get-ChildItem \"C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Logging\\\"  -Recurse | Where-Object {$_.Name -like \"*.log\" -or $_.Name -like \"*.blg\" -or $_.Name -like \"*.etl\"}  | where {$_.lastWriteTime -le \"$lastwrite\"} | Select-Object FullName  \n        foreach ($File in $Files)\n            {\n               $FullFileName = $File.FullName  \n               Write-Host \"Deleting file $FullFileName\" -ForegroundColor \"yellow\"; \n                Remove-Item $FullFileName -ErrorAction SilentlyContinue | out-null\n            }\n       }\nElse {\n    Write-Host \"The folder $TargetFolder doesn't exist! Check the folder path!\" -ForegroundColor \"red\"\n    }\n}\nCleanLogfiles($IISLogPath)\nCleanLogfiles($ExchangeLoggingPath)\nCleanLogfiles($ETLLoggingPath)\nCleanLogfiles($ETLLoggingPath2) \n<\/pre>\n<hr>\n<hr>\n<h4><strong>CleanUp exchange log files older than &#8230;<\/strong><\/h4>\n<pre>[CmdletBinding()]\n\nParam(\n\t[Parameter( Mandatory = $false )]\n\t[ValidateRange( 1, 31 )]\n\t[Int] $daysago = 10,\n\n\t[Parameter( Mandatory = $false )]\n\t[Bool] $reportOnly = $true\n)\n\nSet-StrictMode -Version 2.0\n\n$folders = @( 'C:\\Program Files\\Microsoft\\Exchange Server\\V15\\TransportRoles\\Logs',\n              'C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Logging',\n              'C:\\inetpub\\logs\\LogFiles' )\n\nfunction wv\n{\n\tWrite-Verbose ( ( Get-Date -Format u ) + ' ' + ( $args -join ' ' ) )\n}\n\nfunction processFolder\n{\n\tParam(\n\t\t[Parameter( Mandatory = $true )]\n\t\t[ValidateNotNullOrEmpty()]\n\t\t[String] $folder,\n\n\t\t[Parameter( Mandatory = $true )]\n\t\t[System.DateTime] $date,\n\n\t\t[Parameter( Mandatory = $true )]\n\t\t[Bool] $reportOnly = $false\t\n\t)\n\n\t${func} = 'processFolder'\n\twv \"${func}: enter, folder name $folder\"\n\n\t$exists = Test-Path -LiteralPath $folder -PathType Container\n\tif( -not $exists )\n\t{\n\t\twv \"${func}: exit, folder $folder does not exist\"\n\t\treturn\n\t}\n\n\t$files = Get-ChildItem -Recurse $folder\n\t$str = $files.Count.ToString( 'n0' )\n\twv \"${func}: files in folder $str\"\n\n\t$script:totalSize = 0\n\t$files | \n\t\tWhere-Object   { $_.PSIsContainer -eq $false } | \n\t\tForEach-Object { $script:totalSize += $_.Length }\n\t$str = $script:totalSize.ToString( 'n0' )\n\twv \"${func}: total size of files in folder $str\"\n\n\t$script:deletedSize = 0\n\t$files | \n\t\tWhere-Object   { $_.CreationTime -le $date -and $_.PSIsContainer -eq $false -and $_.Exists } | \n\t\tForEach-Object { $script:deletedSize += $_.Length }\n\t$str = $script:deletedSize.ToString( 'n0' )\n\twv \"${func}: total size of files to be deleted in folder $str\"\n\n\tif( $reportOnly )\n\t{\n\t\twv \"${func}: exit, no deletions\"\n\t\treturn\n\t}\n\n\t$files | \n\t\tWhere-Object   { $_.CreationTime -le $date -and $_.PSIsContainer -eq $false -and $_.Exists } | \n\t\tForEach-Object { Remove-Item $_.FullName -EA 0 }\n\twv \"${func}: exit, deletions complete\"\n}\n\n##\n## Main\n##\n\nwv \"Clean-LogFolder: start $( Get-Date )\"\n\n$date = ( Get-Date ).AddDays( -$daysago )\n\nwv \"Clean-LogFolder: daysago $daysago\"\nwv \"Clean-LogFolder: date $date\"\nwv \"Clean-LogFolder: reportOnly $reportOnly\"\n\nforeach( $folder in $folders )\n{\n\tprocessFolder $folder $date $reportOnly\n}\n\nwv \"Clean-LogFolder: done $( Get-Date )\"\n<\/pre>\n<hr>\n<h4><strong>How to get Exchange version info<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Get-ExchangeServer | Format-List Name,Edition,AdminDisplayVersion<\/pre>\n<hr>\n<h4><strong>HOW TO EXPORT EMAILS TO PST<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\"><strong>Example 1<\/strong>\n\nNew-MailboxExportRequest -Mailbox AylaKol -FilePath \"\\\\SERVER01\\PSTFileShare\\Ayla_Recovered.pst\"\nThis example exports the user Ayla Kol's primary mailbox to a .pst file on the network shared folder PSTFileShare on SERVER01.\n\n<strong>Example 2<\/strong>\n\nNew-MailboxExportRequest -Mailbox Kweku -FilePath \"\\\\SERVER01\\PSTFileShare\\Kweku_Archive.pst\" -IsArchive\nThis example exports the user Kweku's archive to a .pst file on the network shared folder PSTFileShare on SERVER01.\n\n<strong>Example 3<\/strong>\n\nNew-MailboxExportRequest -Mailbox Tony -ContentFilter \"(Body -like '*company*') -and (body -like '*profit*') -and (Received -lt '01\/01\/2018')\" -FilePath \"\\\\SERVER01\\PSTFileShare\\Tony_CompanyProfits.pst\"\nThis example exports messages that contain the words \"company\" and \"profit\" in the body of the message for the user Tony received before January 1, 2018.\n\n<strong>Example 4<\/strong>\n\nNew-MailboxExportRequest -Mailbox Kweku -IncludeFolders \"#Inbox#\" -FilePath \\\\SERVER01\\PSTFileShare\\Kweku\\InPlaceHold.pst\nThis example exports all messages from Kweku's Inbox to the .pst file InPlaceHold.\n<\/pre>\n\n<hr>\n<h4><strong>How to bypass Exchange malware filter<\/strong><\/h4>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">Set-MalwareFilteringServer -BypassFiltering $True -identity <server name><\/pre>\n<hr>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<div id=\"apvno-191766974\" class=\"apvno-after apvno-entity-placement\"><script>\r\n_adsys_id = 33949;\r\n_adsys_size = 1;\r\n<\/script>\r\n<script src=\"https:\/\/d.wedosas.net\/d.js\"><\/script>    \r\n<\/br>\r\n<div>\r\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- AD-4 -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:inline-block;width:970px;height:250px\"\r\n     data-ad-client=\"ca-pub-7003427967427457\"\r\n     data-ad-slot=\"6272152047\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script><\/div>\r\n<a href=\"https:\/\/affiliates.ssl.com\/820-3-1-13.html\" target=\"_blank\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border:0px\" src=\"https:\/\/i0.wp.com\/affiliates.ssl.com\/media\/banners\/SSL-banner-UC-certificate-2-v5.png?resize=640%2C79&#038;ssl=1\" width=\"640\" height=\"79\" alt=\"Microsoft Exchange SAN UCC SSL\"><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>MICROSOFT EXCHANGE TIPS &nbsp; &nbsp; HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status InProgress | Get-MailboxImportRequestStatistics -IncludeReport CHECK [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":437,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-442","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"cz","enabled_languages":["en","no","cz"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"no":{"title":false,"content":false,"excerpt":false},"cz":{"title":false,"content":false,"excerpt":false}}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"MICROSOFT Exchange - Et teknologiselskap\" \/>\n\t\t<meta property=\"og:description\" content=\"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-05-04T14:11:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-03-04T10:51:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100064041250396\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"MICROSOFT Exchange - Et teknologiselskap\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"position\":2,\"name\":\"IT Knowledge Base\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#listItem\",\"name\":\"MICROSOFT Exchange\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#listItem\",\"position\":3,\"name\":\"MICROSOFT Exchange\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.apvnorge.no\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/APV.gif?fit=230%2C81&ssl=1\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#organizationLogo\",\"width\":230,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100064041250396\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#webpage\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/\",\"name\":\"MICROSOFT Exchange - Et teknologiselskap\",\"description\":\"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \\\/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status\",\"inLanguage\":\"cs-CZ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/msexchange\\\/#breadcrumblist\"},\"datePublished\":\"2018-05-04T16:11:01+02:00\",\"dateModified\":\"2025-03-04T11:51:28+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"inLanguage\":\"cs-CZ\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"MICROSOFT Exchange - Et teknologiselskap","description":"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status","canonical_url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","position":1,"name":"Home","item":"https:\/\/www.apvnorge.no\/cz","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","position":2,"name":"IT Knowledge Base","item":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#listItem","name":"MICROSOFT Exchange"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#listItem","position":3,"name":"MICROSOFT Exchange","previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}}]},{"@type":"Organization","@id":"https:\/\/www.apvnorge.no\/cz\/#organization","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","url":"https:\/\/www.apvnorge.no\/cz\/","logo":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=230%2C81&ssl=1","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#organizationLogo","width":230,"height":81},"image":{"@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100064041250396"]},{"@type":"WebPage","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#webpage","url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/","name":"MICROSOFT Exchange - Et teknologiselskap","description":"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status","inLanguage":"cs-CZ","isPartOf":{"@id":"https:\/\/www.apvnorge.no\/cz\/#website"},"breadcrumb":{"@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/#breadcrumblist"},"datePublished":"2018-05-04T16:11:01+02:00","dateModified":"2025-03-04T11:51:28+01:00"},{"@type":"WebSite","@id":"https:\/\/www.apvnorge.no\/cz\/#website","url":"https:\/\/www.apvnorge.no\/cz\/","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","inLanguage":"cs-CZ","publisher":{"@id":"https:\/\/www.apvnorge.no\/cz\/#organization"}}]},"og:locale":"cs_CZ","og:site_name":"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","og:type":"article","og:title":"MICROSOFT Exchange - Et teknologiselskap","og:description":"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status","og:url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/","og:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","article:published_time":"2018-05-04T14:11:01+00:00","article:modified_time":"2025-03-04T10:51:28+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=100064041250396","twitter:card":"summary_large_image","twitter:title":"MICROSOFT Exchange - Et teknologiselskap","twitter:description":"Back to IT Knowledge Base MICROSOFT EXCHANGE TIPS HOW TO LIST ALL MAILBOX INSIDE DATABASE get-mailbox -database HOW TO GET MAILBOX DATABASE NAME Get-MailboxDatabase -Status -IncludePreExchange | Sort Name | Format-Table Name, Server, Mounted HOW TO IMPORT PST TO MAILBOX New-MailboxImportRequest -mailbox email.address@domain.cz -FilePath PST_File_PathaccountName.pst -TargetRootFolder \/ CHECK RUNNING IMPORT PROCESS Get-MailboxImportRequest -Status","twitter:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&ssl=1"},"aioseo_meta_data":{"post_id":"442","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2024-03-07 16:35:34","updated":"2025-06-03 23:38:07"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/cz\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/\" title=\"IT Knowledge Base\">IT Knowledge Base<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMICROSOFT Exchange\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.apvnorge.no\/cz"},{"label":"IT Knowledge Base","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/"},{"label":"MICROSOFT Exchange","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/msexchange\/"}],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9T0bk-78","jetpack-related-posts":[],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/comments?post=442"}],"version-history":[{"count":62,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/442\/revisions"}],"predecessor-version":[{"id":2448,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/442\/revisions\/2448"}],"up":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/437"}],"wp:attachment":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/media?parent=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}