Posts

Showing posts with the label user

Solving Some Azure Active Directory User Synchronisation Issues on Office 365

Image
Solving Some Azure Active Directory User Synchronisation Issues on Office 365 We started moving over to Office 365 quite a while before we decided to ditch Notes mail and move to Outlook. It was also my plan to get rid of our internal active directory server and rely solely on the cloud for authentication.  As it turned out, management wanted to keep the AD server a little longer, so weve had to synchronise our onsite accounts with the Office 365 ones. The synchronisation processes immediately created duplicates (and sometimes triplicates) of users.  The journey to resolve this issue was time consuming and data destructive, so I thought Id let everyone know how to fast-track it. What Causes the Problems Microsofts Office 365 users have unique IDs much like the objects in the Active Directory. When you create a user from scratch on Office 365, you create them with a unique ID. While there are tools that will let you change these unique IDs, weve found that they generally do mor...

SQL User ERROR orUSER STORED PROCEDURE

SQL User ERROR orUSER STORED PROCEDURE --Create a table TEST1 having 2 field T_ID,T_NAME CREATE TABLE TEST1 ( T_ID INT IDENTITY(1,1) PRIMARY KEY, T_NAME VARCHAR(25) ) --Create another table TEST2_DEPEND having 2 field TD_ID,TD_ADDRESS GO CREA download  file  now

Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser

Image
Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser This problem occurs when we have entered in the root or superuser , then when trying to exit , show this information " /bin/rm: cannot remove /run/user/root/gvfs: Is a directory " like image below: So, how can fix this? Open your Terminal by press Ctrl+Alt+T Then type this following command: sudo umount /run/user/root/gvfs So, after you exit from superuser, you will not see this information again. download file now

Solved Failed to deploy OVF package The task was canceled by a user

Solved Failed to deploy OVF package The task was canceled by a user deleted the .mf open the *.OVF file and change following from vmware.cdrom. iso to vmware.cdrom. atapi Now retry the deployment of OVF. - Mihir download file now