Delete & Restore User, Disable, enable & deactivate Accounts |M365, Office 365|Azure AD, PowerShell

Поділитися
Вставка

КОМЕНТАРІ • 23

  • @harshavardhan8732
    @harshavardhan8732 Рік тому

    Thanks for the video Praveen. What happens to an Intune enrolled Windows device when a user is disabled in AAD?

  • @AbdulRahmanAlmasriaboud500px
    @AbdulRahmanAlmasriaboud500px 2 роки тому

    If I fire employee and I don’t him to acces again but some will use same email again what is the best solution for this

  • @Frederic-Cui
    @Frederic-Cui 2 роки тому

    Can you use Azure Active Directory to manage user accounts (create, delete, change group memberships) on an Ubuntu Linux server and associated applications?

  • @mulayam1212
    @mulayam1212 2 роки тому +1

    how I can stop user administrators from deleting global administration.

  • @aruncv20
    @aruncv20 2 роки тому

    I have a doubt. How to prevent a user from installing 3rd party softwares in his system using Azure AD ?

  • @yasdanishaik5995
    @yasdanishaik5995 3 роки тому

    Super bro, it's help me a lot.

  • @alexandrachivu146
    @alexandrachivu146 3 роки тому

    Hello! My university gave me Microsoft 365, so they are my organisation. But after 2 days of use, i feel like there is no privacy. Can the administrator see what i write in Word for example? Or can my colleagues see my projects ? I would like to delete my own account. How can i do that?

    • @PraveenBalan
      @PraveenBalan  3 роки тому

      Microsoft 365 built with high privacy for files, and hence you do not need to worry. Unless you share it with others, or create files in shared location the others will not be able to gain access. Again, it is about how the organisation tenant is designed to work and hence you can really talk to your university to understand the privacy levels if needed.

  • @JHJOwen
    @JHJOwen 2 роки тому

    I want to delete my Office 365 admin/work account as well as the admin account. How do I do this? I go to delete my user (which I'm the only one) but it's grayed out and doesn't give me the option.

    • @PraveenBalan
      @PraveenBalan  2 роки тому

      Are you trying to close down your tenant? You will not be able to delete own account. Try to delete admin accounts by logging in with Global admin account.

  • @breathtakingvacation1349
    @breathtakingvacation1349 3 роки тому

    Hi,
    How to delete an account that you created in the previous On-Prem server and it crashed then re-install Windows Server from scratch?
    The problem I have is it says this account must be removed in that server yet I have already installed another Windows there

    • @PraveenBalan
      @PraveenBalan  3 роки тому

      I assume you have set ip ADSync server to synchronize the identity from on premise AD. In that case the accounts must be deleted from on premise AD. But you can block the sign in from Azure AD.
      Please verify by deleting it from active directory server in premise, if it is failing you need to check the ADSync server and ensure the sync is properly happening.

  • @lalitkaloni9
    @lalitkaloni9 2 роки тому

    what if i am not the admin but i disable my device
    than how to enable my account again

    • @PraveenBalan
      @PraveenBalan  2 роки тому

      How did you disable the device? From company portal, I recommend you to enroll or connect the device again.

  • @storemep
    @storemep 6 місяців тому

    how to change liciene from disable user to new user

    • @PraveenBalan
      @PraveenBalan  6 місяців тому

      You can remove license from one user to other.

  • @revathir4813
    @revathir4813 3 роки тому

    👍🏻👍🏻

  • @babu5190
    @babu5190 3 роки тому

    how to select multiple users and block in single click

    • @PraveenBalan
      @PraveenBalan  3 роки тому

      You may select multiple users and then choose the option “edit sign-in status” from 365 admin center

    • @babu5190
      @babu5190 3 роки тому

      @@PraveenBalan sir can you please do video on how to restrict users from changing Display picture

  • @coolruehle
    @coolruehle 2 роки тому

    As always, PowerShit never works for me....
    PS C:\Windows\system32> Connect-MsolService
    ERROR:
    Connect-MsolService : The term 'Connect-MsolService' is not recognized as the name of a cmdlet, function, script file,
    or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
    try again.
    At line:1 char:1
    + Connect-MsolService
    + ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Connect-MsolService:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @AnandSinghrajpot
      @AnandSinghrajpot Рік тому

      use the below commands first then it will work
      Install-Module MSOnline
      Import-Module MSOnline