Giter Club home page Giter Club logo

Comments (4)

mjagadeesh408 avatar mjagadeesh408 commented on June 4, 2024

Any help regarding this issue?

from dlpmigrationassistant.

snehakishore21 avatar snehakishore21 commented on June 4, 2024

Any help regarding this issue?

Can you please share the log file?
Can you please check if you are able to login to Security & Compliance PowerShell or Exchange Online in separate PowerShell window on your machine?
Once try disconnecting Exchange-Online from everywhere(each PowerShell session) using Disconnect-ExchangeOnline and then try again.

from dlpmigrationassistant.

tmoen2015 avatar tmoen2015 commented on June 4, 2024

I have a customer experiencing the same issue. They are using other commandlets and powershell scripts but this fails. It cannot connect to the Compliance Center and the user was able to run other compliance powershell commands. This custoemr is in GCC.

from dlpmigrationassistant.

snehakishore21 avatar snehakishore21 commented on June 4, 2024

Currently GCC tenants is not supported but to support that you can make few changes in the created PowerShell scripts and retry once:

Please find these two ps1 files:
For both login page, (C:\Users<Username>\AppData\Local\Temp\MigrationAssistantforMicrosoftDLP\output\Symantec<Timestamp>\FetchMIPDetails.ps1) and connect&import page (C:\Users<Username>\AppData\Local\Temp\MigrationAssistantforMicrosoftDLP\output\Symantec<Timestamp>\Symantec_PsDlpCommands.ps1),

Find the line:
Connect-IPPSSession -UserPrincipalName $userName -ErrorAction:SilentlyContinue -WarningAction:SilentlyContinue

and replace this with:
$ConnectionUri = 'https://l5.ps.compliance.protection.office365.us/powershell-liveid/' (for O365USGovDoD)
$ConnectionUri = 'https://ps.compliance.protection.office365.us/powershell-liveid/' (for O365USGovGCCHigh)

Connect-IPPSSession -UserPrincipalName $userName -ConnectionUri $ConnectionUri -ErrorAction:SilentlyContinue -WarningAction:SilentlyContinue

Please try this once and let us know if this works.

from dlpmigrationassistant.

Related Issues (4)

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.