Category Archives: Tips & Tricks

SCCM Task Sequence “The Software could not found”

Problem: When try to deploy Operation system using SCCM, it show below issue Solution: 1- Configure Boundary Group, add site system servers as below 2- Add State migration point role & add boundary group on it. Then You should find … Continue reading

Posted in Configuration Manager | Leave a comment

Result of Grant-AzureRmDiskAccess is Null

Problem I tried to convert OS Disk from Managed Disk to un-managed Disk. Every time, I tried to return command Grant-AzureRmDiskAccess -ResourceGroupName “Resource Group-Name” -DiskName “DiskOS-Name” -DurationInSecond 3600 -Access Read The result is Null Solution To resolve this issue, I … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Unable to RDP to Azure VM: CredSSP Encryption Oracle Remediation

Problem On my subscription, I can’t have connect RDP on one of Azure VM while other i can connect successfully. I can’t connect RDP to this machine internally from any machine on Azure or from my desktop. Both connection give … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Troubleshooting adding a custom domain to Azure AD

If you can’t verify a custom domain name, try the following. We’ll start with the most common and work down to the least common. Wait an hour. DNS records need to propagate before Azure AD can verify the domain. This … Continue reading

Posted in Azure Active Directory | Leave a comment

Migration Batch failed “MigrationMRSpermanentException”

Problem When i try to create Migration Batch, it was running successfully. After sometime it’s failed. Error: MigrationMRSPermanentException: Error: The Mailbox Replication Service was unable to connect to the remote server using the credentials provided. Please check the credentials and … Continue reading

Posted in Office 365 | Leave a comment

Assign Specific EMS Licenses for Bulk of Users

Problem: I need to assign all EMS licenses for Specific Users except Azure RMS Premium. How can you do that? Solution: To assign EMS licenses for Specific Users,  you need to do the following: Create CSV for those users as … Continue reading

Posted in Enterprise Mobility, Enterprise Mobility | Leave a comment

Azure AD Connect Export Error: Stopped-Server-down

Problem When AD connect running, it’s failed in export by error stopped-server-down Solution To resolve this issue, you need to follow below steps: Disable Threshold using PowerShell Import-Module ADSync Disable-ADSyncExportDeletionThreshold Run Synchronization now, it should run successfully Then enable Threshold … Continue reading

Posted in Azure Active Directory | Leave a comment

Install Exchange 2013 SP1 failed, was generated when $error.Clear

Problem When I try to deploy new Exchange 2013 SP1 on my lab failed, because i have before Exchange Server and i uninstall it with all files from Active Directory. Error: The following error was generated when “$error.Clear(); if ($RoleIsDatacenter … Continue reading

Posted in Exchange Sever | Leave a comment

Exchange 2010 SP3 Upgrade failed due to ‘MonAgentCore’

Problem I deploy Exchange 2010 on Azure. When i try to upgrade Exchange 2010 to Exchnage 2010 SP3, it’s failed. Error: Setup can’t continue with the upgrade because the ‘MonAgentCore’ Process {} (ID:6052) has open files. Close the process, and … Continue reading

Posted in Exchange Sever | Leave a comment

SQL Server Service running Account failed on System Center Configuration Manager

Problem When i try to install System Center Configuration Manager, SQL Server Service running account failed as show below Solution To resolve this issue, you will need to configure SQl Sever Service to use valid domain account. you need to … Continue reading

Posted in Configuration Manager | Leave a comment