Dount in Installing MSI Configuration

Naren Babu 20 Reputation points
2024-05-27T15:10:04.8+00:00

Hi , I am working on setting up Purview MSI configuration.
As part of it, I have executed the command below:

.\purview-msi-configuration.ps1 -AzureDataType All -PurviewAccount <Removed Account Name for Confidentiality> -PurviewSub <Subscription ID Removed for Confidentiality>

I am getting below message when i run this:

"Confirm

Remove all accounts and subscriptions in all sessions for the current user?

[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): "

What should I enter? it says it will remove all accounts and subscriptions in all sessions for the current user?
If i type "Y", is it a right choice here?

The documentation that i have followed for these steps is : https://video2.skills-academy.com/en-us/purview/tutorial-msi-configuration

Let me know what should i Do here? whether i print "Y" or "N".

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,026 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 84,051 Reputation points Microsoft Employee
    2024-05-28T03:06:48.8566667+00:00

    @Naren Babu - Thanks for the question and using MS Q&A platform.

    It seems like the PowerShell script you are running is asking for confirmation to remove all accounts and subscriptions in all sessions for the current user. This is a security measure to ensure that you are aware of the potential impact of the script.

    If you want to proceed with the script and remove all accounts and subscriptions in all sessions for the current user, you can type "Y" and press Enter. If you do not want to proceed, you can type "N" and press Enter.

    Remove all accounts and subscriptions in all sessions for the current user?

    [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): "

    Explanation: The script is asking for confirmation to remove all accounts and subscriptions in all sessions for the current user. If you select "Yes", it will remove all accounts and subscriptions in all sessions for the current user. If you select "No", it will not remove them.

    In case, if you have connected to any other subscription before running the script, when you select "Y", it will remove all the subscription and try to use the subscription details mentioned in "C:\temp\Subscriptions.csv) file.

    User's image

    If you want to remove the connected subscription and use the subscription mentioned in the "C:\temp\Subscriptions.csv), you should select "Y" to continue.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful