Merge branch 'develop' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-06-11 11:40:06 +03:00
commit 0ec71c2d58
5 changed files with 10 additions and 10 deletions

View File

@ -60,7 +60,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
<div class="example"><pre><code>New-ManagementRoleAssignment Role "Mailbox Import Export" User John</code></pre></div>
<p>After that restart the Exchange Web Services (EWS) console with the administrator rights. This is done clicking the EWS icon in the start menu with the right mouse button and selecting the <b>Run as administrator</b> option.</p>
<h5>Running the script</h5>
<p>Now download the script which will do everything you need for the correct export of the data from MS Exchange. The script is available <a href="https://bit.ly/2zLi1d1">here</a>. Once downloaded, run it in the EWS console:</p>
<p>Now download the script which will do everything you need for the correct export of the data from MS Exchange. The script is available <a href="https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5541295&version=0&doc=dDFCT1kxOXA4NEFzYklWdk5mZS9jZTdNZFJiaEg0VDExaTIvRURFV1pFUT0_IjU1NDEyOTUi0">here</a>. Once downloaded, run it in the EWS console:</p>
<pre><code>.\ExportExchangeData.ps1 -dir "C:\Temp"</code></pre>
<p>Where <code>.\ExportExchangeData.ps1</code> is the path to the script, and <code>-dir "C:\Temp"</code> is the path to the folder which will be used to export the files.</p>
<div class="notehelp">Please note that during the script work the folder set in the <code>-dir</code> parameter will be shared for <b>everyone</b>. This is necessary for the correct work of the <code>New-MailboxExportRequest</code> command. After the script finishes its work, the sharing will be removed from the folder.</div>
@ -138,7 +138,7 @@ The server or share name specified in the path may be invalid, or the file could
</div>
<h5>Downloading script and installing/updating dependencies</h5>
<p>Now you need to download and unpack the script which will do the data import process. This can be done using the command:</p>
<pre><code>wget -O "ImportExchangeData.tar" "https://bit.ly/2jdOn8t" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<pre><code>wget -O "ImportExchangeData.tar" "https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5549294&version=0&doc=TWVPQks1aUo2MEprc0tkbUF6K2Y4Um1OSi9tTkd6V0lyTHFocG0xZHE0QT0_IjU1NDkyOTQi0" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<p>The command will download and unpack the file, creating the following folder structure:</p>
<pre><code>Import
|-lib

View File

@ -60,7 +60,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
<div class="example"><pre><code>New-ManagementRoleAssignment Role "Mailbox Import Export" User John</code></pre></div>
<p>Starten Sie anschließend die Exchange Web Services (EWS)-Konsole mit den Administratorrechten neu. Klicken Sie dazu mit der rechten Maustaste auf das EWS-Symbol im Startmenü und wählen Sie die Option <b>Run as administrator</b> (Als Administrator ausführen) aus.</p>
<h5>Skript ausführen</h5>
<p>Laden Sie nun das Skript herunter, das alles Notwendige für den korrekten Export der Daten aus MS Exchange erledigt. Das Skript ist <a href="https://bit.ly/2zLi1d1">hier</a> verfügbar. Führen Sie es nach dem Herunterladen in der EWS-Konsole aus:</p>
<p>Laden Sie nun das Skript herunter, das alles Notwendige für den korrekten Export der Daten aus MS Exchange erledigt. Das Skript ist <a href="https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5541295&version=0&doc=dDFCT1kxOXA4NEFzYklWdk5mZS9jZTdNZFJiaEg0VDExaTIvRURFV1pFUT0_IjU1NDEyOTUi0">hier</a> verfügbar. Führen Sie es nach dem Herunterladen in der EWS-Konsole aus:</p>
<pre><code>.\ExportExchangeData.ps1 -dir "C:\Temp"</code></pre>
<p>Dabei ist <code>.\ExportExchangeData.ps1</code> der Pfad zum Skript und <code>-dir "C:\Temp"</code> der Pfad zum Ordner, der zum Exportieren der Dateien verwendet wird.</p>
<div class="notehelp">Bitte beachten Sie, dass während der Skriptarbeit der im Parameter <code>-dir</code> festgelegte Ordner für <b>alle</b> freigegeben wird. Dies ist für die korrekte Funktion des Befehls <code>New-MailboxExportRequest</code> erforderlich. Nachdem das Skript seine Arbeit beendet hat, wird die Freigabe aus dem Ordner entfernt.</div>
@ -137,7 +137,7 @@ The server or share name specified in the path may be invalid, or the file could
</div>
<h5>Skript herunterladen und Abhängigkeiten installieren/aktualisieren</h5>
<p>Jetzt müssen Sie das Skript herunterladen und entpacken, das den Datenimportvorgang durchführt. Dies kann mit dem Befehl erfolgen:</p>
<pre><code>wget -O "ImportExchangeData.tar" "https://bit.ly/2jdOn8t" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<pre><code>wget -O "ImportExchangeData.tar" "https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5549294&version=0&doc=TWVPQks1aUo2MEprc0tkbUF6K2Y4Um1OSi9tTkd6V0lyTHFocG0xZHE0QT0_IjU1NDkyOTQi0" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<p>Der Befehl lädt die Datei herunter und entpackt sie, wodurch die folgende Ordnerstruktur erstellt wird:</p>
<pre><code>Import
|-lib

View File

@ -59,7 +59,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
<div class="example"><pre><code>New-ManagementRoleAssignment Role "Mailbox Import Export" User John</code></pre></div>
<p>Después de eso reinicie la consola Exchange Web Services (EWS) con los derechos de administrador. Para ello, haga clic derecho en el icono EWS en el menú Inicio y seleccione la opción <b>Ejecutar como administrador</b>.</p>
<h5>Ejecución del Script</h5>
<p>Ahora descargue el script que hará todo lo que Usted necesita para la exportación correcta de los datos de MS Exchange. El script está disponible <a href="https://bit.ly/2zLi1d1">aquí</a>. Una vez descargado, ejecútelo en la consola EWS:</p>
<p>Ahora descargue el script que hará todo lo que Usted necesita para la exportación correcta de los datos de MS Exchange. El script está disponible <a href="https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5541295&version=0&doc=dDFCT1kxOXA4NEFzYklWdk5mZS9jZTdNZFJiaEg0VDExaTIvRURFV1pFUT0_IjU1NDEyOTUi0">aquí</a>. Una vez descargado, ejecútelo en la consola EWS:</p>
<pre><code>.\ExportExchangeData.ps1 -dir "C:\Temp"</code></pre>
<p>Donde <code>.\ExportExchangeData.ps1</code> es la ruta al script, y <code>-dir "C:\Temp"</code> es la ruta a la carpeta que será usada para exportar los archivos.</p>
<div class="notehelp">Tenga en cuenta que durante el trabajo del script la carpeta establecida en el parámetro <code>-dir</code> se compartirá para <b>todos</b>. Esto es necesario para el funcionamiento correcto del comando <code>New-MailboxExportRequest</code>. Cuando el script finalice su trabajo, el acceso compartido a la carpeta será quitado.</div>
@ -137,7 +137,7 @@ The server or share name specified in the path may be invalid, or the file could
</div>
<h5>Descarga del script e instalación/actualización de dependencias</h5>
<p>Ahora Usted necesita descargar y desempaquetar el script que realizará el proceso de importación de datos. Esto se puede hacer usando el comando:</p>
<pre><code>wget -O "ImportExchangeData.tar" "https://bit.ly/2jdOn8t" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<pre><code>wget -O "ImportExchangeData.tar" "https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5549294&version=0&doc=TWVPQks1aUo2MEprc0tkbUF6K2Y4Um1OSi9tTkd6V0lyTHFocG0xZHE0QT0_IjU1NDkyOTQi0" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<p>El comando descargará y desempaquetará el archivo creando la siguiente estructura de carpetas:</p>
<pre><code>Import
|-lib

View File

@ -60,7 +60,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
<div class="example"><pre><code>New-ManagementRoleAssignment Role "Mailbox Import Export" User John</code></pre></div>
<p>Ensuite, redémarrez la console Exchange Web Services (EWS) en mode administrateur. Pour ce faire, cliquez avec le bouton droit de la souris sur l'icône EWS du menu Démarrer et sélectionnez <b>Exécuter en tant qu&rsquo;administrateur</b> (<b>Run as administrator</b>).</p>
<h5>Exécuter le script</h5>
<p>Maintenant, téléchargez le script qui va effectuer l'exportation des données depuis MS Exchange. Le script est disponible <a href="https://bit.ly/2zLi1d1">ici</a>. Une fois téléchargé, exécutez le script depuis la console EWS:</p>
<p>Maintenant, téléchargez le script qui va effectuer l'exportation des données depuis MS Exchange. Le script est disponible <a href="https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5541295&version=0&doc=dDFCT1kxOXA4NEFzYklWdk5mZS9jZTdNZFJiaEg0VDExaTIvRURFV1pFUT0_IjU1NDEyOTUi0">ici</a>. Une fois téléchargé, exécutez le script depuis la console EWS:</p>
<pre><code>.\ExportExchangeData.ps1 -dir "C:\Temp"</code></pre>
<p>Où <code>.\ExportExchangeData.ps1</code> est le chemin d'accès au script et <code>-dir "C:\Temp"</code> est le chemin d'accès au dossier qui sera utilisé pour exporter les données.</p>
<div class="notehelp">Veuillez noter que le dossier qui est indiqué dans la commande <code>-dir</code> sera partagé avec <b>tous</b> pendant l'exécution du script. Cela est nécessaire pour le bon déroulement de la commande <code>New-MailboxExportRequest</code> . Lorsque le script se termine, le dossier ne sera plus partagé.</div>
@ -122,7 +122,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
</div>
<h5>Télécharger le script et installer/mettre à jour les dépendances</h5>
<p>Vous devez télécharger et décompresser le script qui va effectuer le processus d'importation. Pour ce faire, utilisez la commande:</p>
<pre><code>wget -O "ImportExchangeData.tar" "https://bit.ly/2jdOn8t" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<pre><code>wget -O "ImportExchangeData.tar" "https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5549294&version=0&doc=TWVPQks1aUo2MEprc0tkbUF6K2Y4Um1OSi9tTkd6V0lyTHFocG0xZHE0QT0_IjU1NDkyOTQi0" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<p>Cette commande va télécharger et décompresser le fichier et va créer la structure de dossier suivante:</p>
<pre><code>Import
|-lib

View File

@ -60,7 +60,7 @@ Running MSExchangeMailb... Microsoft Exchange Mailbox Replication</code></pre>
<div class="example"><pre><code>New-ManagementRoleAssignment Role "Mailbox Import Export" User John</code></pre></div>
<p>После этого перезапустите консоль Exchange Web Services (EWS) с правами администратора. Для этого щелкните правой кнопкой мыши по значку EWS в меню "Пуск" и выберите опцию <b>Запуск от имени администратора</b>.</p>
<h5>Запуск скрипта</h5>
<p>Теперь скачайте скрипт, который выполнит все необходимое для корректного экспорта данных из MS Exchange. Скрипт доступен <a href="https://bit.ly/2zLi1d1">здесь</a>. После скачивания запустите его в консоли EWS:</p>
<p>Теперь скачайте скрипт, который выполнит все необходимое для корректного экспорта данных из MS Exchange. Скрипт доступен <a href="https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5541295&version=0&doc=dDFCT1kxOXA4NEFzYklWdk5mZS9jZTdNZFJiaEg0VDExaTIvRURFV1pFUT0_IjU1NDEyOTUi0">здесь</a>. После скачивания запустите его в консоли EWS:</p>
<pre><code>.\ExportExchangeData.ps1 -dir "C:\Temp"</code></pre>
<p>Где <code>.\ExportExchangeData.ps1</code> - это путь к скрипту, а <code>-dir "C:\Temp"</code> - это путь к папке, которая будет использоваться для экспорта файлов.</p>
<div class="notehelp">Пожалуйста обратите внимание на то, что во время работы скрипта к папке, задаваемой параметром <code>-dir</code>, будет открыт общий доступ для <b>всех</b>. Это необходимо для корректной работы команды <code>New-MailboxExportRequest</code>. После завершения работы скрипта общий доступ к папке будет отменен.</div>
@ -137,7 +137,7 @@ The server or share name specified in the path may be invalid, or the file could
</div>
<h5>Скачивание скрипта и установка/обновление зависимостей</h5>
<p>Теперь необходимо скачать и распаковать скрипт, который будет осуществлять процесс импорта данных. Это можно сделать с помощью следующей команды:</p>
<pre><code>wget -O "ImportExchangeData.tar" "https://bit.ly/2jdOn8t" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<pre><code>wget -O "ImportExchangeData.tar" "https://help.onlyoffice.co/products/files/httphandlers/filehandler.ashx?action=view&fileid=5549294&version=0&doc=TWVPQks1aUo2MEprc0tkbUF6K2Y4Um1OSi9tTkd6V0lyTHFocG0xZHE0QT0_IjU1NDkyOTQi0" && tar -xvf ImportExchangeData.tar && cd ./Import</code></pre>
<p>Команда скачает и распакует файл, создав следующую структуру папок:</p>
<pre><code>Import
|-lib