GithubHelp home page GithubHelp logo

dlpmigrationassistant's Introduction

Microsoft Purview Data Loss Prevention migration assistant for Symantec and Forcepoint

What is Microsoft Purview Data Loss Prevention migration assistant for Symantec and Forcepoint?

The migration assistant is a Windows based desktop application that will migrate your DLP policies from other DLP platforms to Microsoft's DLP platform. Go here to learn more.

The migration assistant tool takes you through a simple five-step migration process. It accepts Symantec DLP policy XML exports and Forcepoint DLP policy backup (.bak), performs mapping, and creates equivalent DLP policies through PowerShell scripts.

You can safely use the migration assistant tool to create DLP policies in test mode, which does not affect your live data or interact with your production environment.

Resources

You can learn more about the migration assistant using the following resources:

o Learn more about the migration assistant

o Get started with migrating DLP policies

o Use the migration assistant to migrate policies from Symantec and Forcepoint

Download the migration assistant

Download the migration assistant

Microsoft Purview Data Loss Prevention migration assistant for Symantec and Forcepoint is subject to an End User License Agreement, which must be accepted before installation and use.

Provide Feedback & Report Bugs

To report errors & any feature requests with us by opening a new issue in this Github repository. Alternatively, you can reach out to us at [email protected] or via your CXE / FastTrack / Microsoft partner to share your feedback and suggestions.

Data Notice

Data Collection and Storage

This software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information, including the data you upload to the software, to provide migration support services and improve our products and services to better support migration using this software. You may opt-out of certain data collection by Microsoft, but not all. If you wish to opt-out, please reach out and we will provide you with a separate version of the software with limited data collection. Please refer to product documentation for more information. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement.

Data collected by the software, as well as the data you upload, is stored in the United States. You can learn more about data collection and use in the help documentation and our privacy statement, which can be found at: https://go.microsoft.com/fwlink/?LinkID=824704. Your use of the software operates as your consent to these practices.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

dlpmigrationassistant's People

Contributors

aamalhot avatar akedia24 avatar karashah1 avatar kritika1128 avatar microsoft-github-operations[bot] avatar microsoftopensource avatar nehavpandey avatar snehakishore21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dlpmigrationassistant's Issues

The assistant is crashing after while saving the settings

Hello,

we are trying the tool, and it is crashing at login stage. The app hangs out and close suddenly while shows the message "Saving the settings... (9/9)":
assistant

The stacktrace says:

Application: MicrosoftPurviewDataLossPreventionmigrationassistant.exe
CoreCLR Version: 6.0.1623.17311
.NET Version: 6.0.16
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException: Object reference not set to an instance of an object.
at MigrationAssistantforMicrosoftPurviewDLP.Models.LoginModel.FetchUserIdForTelemetryContext(String userName, RequestContext requestContext) in D:\dbs\el\7653\sources\dev\MAMPD\Models\LoginModel.cs:line 46
at MigrationAssistantforMicrosoftPurviewDLP.ViewModels.LoginViewModel.FetchTenantDataAsync(Boolean isRetry) in D:\dbs\el\7653\sources\dev\MAMPD\ViewModels\LoginViewModel.cs:line 707
at MigrationAssistantforMicrosoftPurviewDLP.ViewModels.LoginViewModel.UpdateUIAndFetchDataAsync(String username) in D:\dbs\el\7653\sources\dev\MAMPD\ViewModels\LoginViewModel.cs:line 539
at MigrationAssistantforMicrosoftPurviewDLP.ViewModels.LoginViewModel.CheckRoleAndContinueToFetchData(LoginStatusInfo loginStatusInfo, String username) in D:\dbs\el\7653\sources\dev\MAMPD\ViewModels\LoginViewModel.cs:line 501
at MigrationAssistantforMicrosoftPurviewDLP.ViewModels.LoginViewModel.ConnectExchangeOnlineAsync(String username) in D:\dbs\el\7653\sources\dev\MAMPD\ViewModels\LoginViewModel.cs:line 490
at MigrationAssistantforMicrosoftPurviewDLP.ViewModels.LoginViewModel.InititateLoginProcess() in D:\dbs\el\7653\sources\dev\MAMPD\ViewModels\LoginViewModel.cs:line 458
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run()
at MigrationAssistantforMicrosoftPurviewDLP.App.Main()

The systeminfo of the computer:

Nombre de host: xxxxxx
Nombre del sistema operativo: Microsoft Windows 11 Home
Versión del sistema operativo: 10.0.22621 N/D Compilación 22621
Fabricante del sistema operativo: Microsoft Corporation
Configuración del sistema operativo: Estación de trabajo independiente
Tipo de compilación del sistema operativo: Multiprocessor Free
Propiedad de: User
Organización registrada: N/D
Id. del producto: xxxxx
Fecha de instalación original: 11/10/2022, 7:33:40
Tiempo de arranque del sistema: 24/04/2023, 8:15:50
Fabricante del sistema: Acer
Modelo el sistema: Extensa 215-52
Tipo de sistema: x64-based PC
Procesador(es): 1 Procesadores instalados.
[01]: Intel64 Family 6 Model 126 Stepping 5 GenuineIntel ~991 Mhz
Versión del BIOS: Insyde Corp. V1.18, 25/11/2020
Directorio de Windows: C:\WINDOWS
Directorio de sistema: C:\WINDOWS\system32
Dispositivo de arranque: \Device\HarddiskVolume1
Configuración regional del sistema: es;Español (internacional)
Idioma de entrada: es;Español (tradicional)
Zona horaria: (UTC+01:00) Bruselas, Copenhague, Madrid, París
Cantidad total de memoria física: 7.981 MB
Memoria física disponible: 1.243 MB
Memoria virtual: tamaño máximo: 18.458 MB
Memoria virtual: disponible: 2.622 MB
Memoria virtual: en uso: 15.836 MB
Ubicación(es) de archivo de paginación: C:\pagefile.sys
Dominio: WORKGROUP
Servidor de inicio de sesión: \xxxxx
Revisión(es): 4 revisión(es) instaladas.
[01]: KB5022497
[02]: KB5012170
[03]: KB5025239
[04]: KB5025749

Please ask me anything if you need any other information,

kind regards

Edit: DLPmigrationassistant version 2.0.5.0
Edit 2: Just tried on another computer, same crash. If not related with the local station, maybe some information on my Azure profile is breaking the app (weird characters/tildes/accents or blank)?

Migration Assistant for Microsoft DLP v1.1 not starting

We tried to run the Migration Assistant for Microsoft DLP v1.1 MSI, but after finishing the installation we can't seem to start to tool. Windows (10/11) doesn't seems to react at all when trying to run the tool. We expect Windows is starting a GUI of the tooling as described in the manual:
image
Is there something wrong with the installation or are we missing something here?

Not able to connect to security and compliance center using the tool

When I am providing credentials to connect to security and compliance center PowerShell, it is throwing error saying " There was an issue in connecting to Security & Compliance Center. Please try running the tool again after some time."

image

I tried restarting the system and running the tool, re-installing the tool etc., and still it is not working. The account I am using for logging in have compliance admin, security admin and Global reader roles as well.

the tools experiences an issue when connecting to compliance portal

image

detailed log:
08/07/2024 09:59:29 INFO: Utel is Initialized
08/07/2024 09:59:29 INFO: Microsoft Purview Data Loss Prevention migration assistant started.
08/07/2024 09:59:29 INFO: Version is2.1.3.0
08/07/2024 09:59:29 INFO: Get started Page
08/07/2024 09:59:30 INFO: Checking for Tool upgrade
08/07/2024 09:59:30 INFO: Utel data is Sent
08/07/2024 09:59:31 INFO: Utel data is Sent
08/07/2024 09:59:33 INFO: Utel data is Sent
08/07/2024 09:59:33 CMDLET INFO: Running command:$installedModuleVersion = (Get-InstalledModule -name ExchangeOnlineManagement -ErrorAction:SilentlyContinue | Sort-Object Version -Desc)[0].Version;$availableModuleVersion = (Find-Module -name ExchangeOnlineManagement -ErrorAction:SilentlyContinue | Sort-Object Version -Desc)[0].Version;if($installedModuleVersion -lt $availableModuleVersion){return $false}else{return $true}
08/07/2024 09:59:43 INFO: Login Page
08/07/2024 09:59:43 INFO: Utel data is Sent
08/07/2024 09:59:52 INFO: Utel data is Sent
08/07/2024 09:59:52 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 09:59:53 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 09:59:53 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 09:59:53 INFO: Utel data is Sent
08/07/2024 09:59:53 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 09:59:53 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 09:59:53 INFO: Utel data is Sent
08/07/2024 10:00:17 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:17 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:17 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:17 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:17 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:17 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Disconnect-ExchangeOnline -Confirm:$false
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].Unable to find type [Microsoft.Exchange.Management.ExoPowershellSnapin.ConnectionContextFactory].
08/07/2024 10:00:18 INFO: Utel data is Sent
08/07/2024 10:00:18 CMDLET INFO: Running command:Connect-ExchangeOnline -UserPrincipalName "hidden.onmicrosoft.com"
Connect-Ippssession -UserPrincipalName "hidden.onmicrosoft.com"
08/07/2024 10:00:18 ERROR: Unable to find type [Microsoft.Exchange.Management.RestApiClient.ExchangeEnvironment].Unable to find type [Microsoft.Exchange.Management.AdminApiProvider.Utility].A parameter cannot be found that matches parameter name 'UserPrincipalName'.
08/07/2024 10:00:18 INFO: Utel data is Sent

Technical report feature does not work.

I am unable to save the technical reports. Gives me the option to save the reports, brings up file explorer to select a location to save, but when I press save it does not actually save anything upon browsing to the saved location (running as administrator has same result).

the tool does not work

We try to migrate DLP rules from (forcepoint to Purview) but the tool does not work. Appear the following error:

ERROR: Could not load file or assembly 'Microsoft.Identity.Client, Version=4.56.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.

image

here the log:
Migration_assistant2024_06_25-093832.log

thanks for your support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.