Skip to main content

Posts

Managed Service account (gMSA). Error: Unable to install service account pGMSA_xxxxxxx$ after 6 retries.

Error while creating group managed service account (gMSA). Error: Unable to install service account pGMSA_xxxx$ after 6 retries. It took some of my time to work around this issue however finally sorted it out with 3 simple steps to Modify KerberosEncryptionType. Environment: Windows Server 2022 R2 I have executed the two scripts: 1.        1.  Get-ADServiceAccount -filter *** (To find the name of the SAMAccountName)    2.     Set-ADServiceAccount -Identity SAMAccountName -KerberosEncryptionType AES128, AES256  (To modify Kerberos Encryption Type. In the above line replace SAMAccountName with your SAMAccountName)   3.     Restarted the Microsoft Entra Provisioning agent! Installation completed successfully! I have referred below two article to complete this task. https://learn.microsoft.com/en-us/answers/questions/1328559/attempting-to-set-provagentgmsa-encryptiontype-can   https:...
Recent posts

Azure Entra Cloud Sync Step By Step process for Single Forest

                  It was hard to find a complete step-by-step process for me when I was implementing cloud sync in my environment. I thought of writing a blog once complete my installation which may help many others too. Unfortunately not take any screenshots during my installation. Happy to help if anyone got struck in the below step. 1.     Add your Entra Tenant Doman name to the On-Prem (DC), if you are using a local domain name so that you can use the same UPN as your email id. a.       Refer:  Add a domain to the Active Directory — LazyAdmin   2.     Enable cloud sync from Entra Admin Centre & Download the provisioning Agent Refer:  Microsoft Entra Cloud Sync new agent configuration - Microsoft Entra ID | Microsoft Learn   3.      Install Agent in your DC or any other Domain Joined Server. (Make sure all the OU's are under DC OU) ...

Tech Topics for Next Generation

I hope this topic may help the professionals who are entering from traditional environment to modern Application Development, Data Analytics & Cloud Computing Areas. What is Machine Learning? Machine Learning is a field of computer science that gives computers the ability to learn without being explicitly programmed. More Details.. What is IoT? The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances, and other items embedded with electronics, software, sensors, actuators, and network connectivity which enable these objects to connect and exchange data. Each thing is uniquely identifiable through its embedded computing system but is able to inter-operate within the existing Internet infrastructure. Experts estimate that the IoT will consist of about 30 billion objects by 2020. More Details.. What is Big Data? Big data is data sets that are so voluminous and complex that traditional data processin...

Web Apps for SMEs. Are you ready to hire an In-House Developer?

Several Small and Medium Level Enterprises are growing very fast these days. Each and every organization has its own standards for its business. However, some of them are struggling to manage their daily activities (Administration/Finance/HR/ Inventory & Sales) because of lake of availability of Data. According to the studies, Data plays vital role in a present business scenarios. Many organizations are spending huge amount of money for increasing manpower or hiring contractors to complete their work this is because of there’s no proper system in place.Many are struggling to prepare their daily reports . Top management doesn't have any visibility or insights from the system to monitor the business progress. Many of them depend on offline application tools for their needs, which will take a lot of time to complete the task and there is no centralized storage system for future reference or data retention. Once the system crashes, they will lose everything. Why should use web-...