Can you use Azure Active Directory to manage user accounts (create, delete, change group memberships) on an Ubuntu Linux server and associated applications?
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?
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.
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.
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.
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
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.
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
Thanks for the video Praveen. What happens to an Intune enrolled Windows device when a user is disabled in AAD?
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
Can you use Azure Active Directory to manage user accounts (create, delete, change group memberships) on an Ubuntu Linux server and associated applications?
how I can stop user administrators from deleting global administration.
I have a doubt. How to prevent a user from installing 3rd party softwares in his system using Azure AD ?
Super bro, it's help me a lot.
👍
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?
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.
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.
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.
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
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.
what if i am not the admin but i disable my device
than how to enable my account again
How did you disable the device? From company portal, I recommend you to enroll or connect the device again.
how to change liciene from disable user to new user
You can remove license from one user to other.
👍🏻👍🏻
how to select multiple users and block in single click
You may select multiple users and then choose the option “edit sign-in status” from 365 admin center
@@PraveenBalan sir can you please do video on how to restrict users from changing Display picture
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
use the below commands first then it will work
Install-Module MSOnline
Import-Module MSOnline