web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Convert JSON to Object using Json.NET

sample json file[{"empNumber":"123456","primaryName":{"firstName":"FN","lastName":"LN"},"disability":false,"otherNames":[{"firstName":"FN","lastName":"LN1"},...

Community Member
Like (0)
MSCRMMonitoringTest Logging 'A certificate registered for use by Microsoft Dyn...

Every 15 minutes, CRM Logging the below errorsEvent 25089, MSCRMMonitoringTestA certificate registered for use by Microsoft Dynamics CRM has expired.  Certificate type: TrustedIssuer Certificate Name: http://<URL>/adfs/services/trust Ex...

Community Member
Like (0)
MSCRMMonitoringTest Logging 'Monitoring test failed: Test Title: Help Content ...

MSCRMMonitoringTest Logging 'Monitoring test failed: Test Title: Help Content Server Tests.: Machine: DNSSES1234: ServerRole: HelpServer'Every 15 minutes, CRM Logging the below errorEvent 18732, MSCRMMonitoringTestMonitoring test failed: T...

Community Member
Like (0)
PowerShell - Connect MS Dynamics CRM

## create crm connction function, call this function with arguments  OrganizationURL, UserName, Passwordfunction Invoke-CRMConn {    ## pass arguments OrganizationURL, UserName, Password    [CmdletBinding()]  &nb...

Community Member
Like (0)
PowerShell - MS Dynamics CRM CRUD Operations

Please refer Read App.Config -Please refer Connect MS Dynamics CRM$crm_service = Invoke-CRMConn -OrganizationUrl $crm_organization_url -UserName $crm_username -Password $crm_password## 1. To test the connection, check who you are:function WhoAMI()...

Community Member
Like (0)
PowerShell - MS Dynamics CRM CRUD Operations

Please refer Read App.Config -Please refer Connect MS Dynamics CRM$crm_service = Invoke-CRMConn -OrganizationUrl $crm_organization_url -UserName $crm_username -Password $crm_password## 1. To test the connection, check who you are:function WhoAMI()...

Community Member
Like (0)
PowerShell - Connect MS Dynamics CRM

## create crm connction function, call this function with arguments  OrganizationURL, UserName, Passwordfunction Invoke-CRMConn {    ## pass arguments OrganizationURL, UserName, Password    [CmdletBinding()]  &nb...

Community Member
Like (0)
MSCRMMonitoringTest Logging 'A certificate registered for use by Microsoft Dyn...

Every 15 minutes, CRM Logging the below errorsEvent 25089, MSCRMMonitoringTestA certificate registered for use by Microsoft Dynamics CRM has expired.  Certificate type: TrustedIssuer Certificate Name: http://<URL>/adfs/services/trust Ex...

Community Member