Powershell DSC error – No matching MSFT_DNSClientServerAddress objects found by CIM query for instances of the ROOT/StandardCimv2/MSFT_DNSClientServerAddress class on the CIM server

Powershell DSC error – No matching MSFT_DNSClientServerAddress objects found by CIM query for instances of the ROOT/StandardCimv2/MSFT_DNSClientServerAddress class on the CIM server   Background –  I was trying to deploy azure dsc extension to add ADDS role on new azure vm using ARM template (extension resource under compute resource). Extension – active-directory-new-domain-ha-2-dc and AD Error –  { “status”: “Failed”, “error”: […]

Continue Reading

Powershell DSC error – Cannot bind argument to parameter ‘ResourceKey’ because it is an empty string.

Powershell DSC error – Cannot bind argument to parameter ‘ResourceKey’ because it is an empty string.   Background –  I was trying to deploy azure dsc extension to add ADDS role on new azure vm using ARM template (extension resource under compute resource).   Error –  code”: “ResourceDeploymentFailure”, “message”: “The resource operation completed with terminal […]

Continue Reading

Error – To allow this website to provide information personalized for you, will you allow it to put a small file (called a cookie) on your computer?

Error – To allow this website to provide information personalized for you, will youallow it to put a small file (called a cookie) on your computer?” Problem -> Whenever we use powershell  “Invoke-WebRequest” command to access website with cookies then its gives warning as below: powershell> Invoke-WebRequest http://microsoft.com Warning: “To Allow this website to provide information personalized for […]

Continue Reading

WordPress file manager error – Unable to connect to backend. HTTP error 500

WordPress file manager error – Unable to connect to backend. HTTP error 500 PS- screenshot is captured at the time of error cause – the issue is because you have wordpress plugin conflict , youo can verify it by desibling all plugins or follow https://powershelltalk.com/check-wordpress-plugin-theme-conflicts/ Solution-  in my case the conflict was with file manager and […]

Continue Reading

Azure ARM json parsing error: Additional text encountered after finished reading JSON content

Azure ARM json parsing error: Additional text encountered after finished reading JSON content Error: Test-AzureRmResourceGroupDeployment : Cannot retrieve the dynamic parameters for the cmdlet. Additional text encountered after finished reading JSON content: }. Path ”, line 184, position 1. At line:1 char:1 Solution:-> 1>make sure that you dont have any additional brackets in your code. the […]

Continue Reading

Service fabric error – Enable failed for plugin (nam Microsoft.Azure.ServiceFabric.ServiceFabricNode, version 1.0.0.33) with exception

Service fabric error – Enable failed for plugin (nam Microsoft.Azure.ServiceFabric.ServiceFabricNode, version 1.0.0.33) with exception While deploying service fabric cluster i got below error at the end of deployment and the node was in failed state. Error – Handler ‘Microsoft.Azure.ServiceFabric.ServiceFabricNode’ has reported failure for VM Extension ‘node1_ServiceFabricNode’ with terminal error code ‘1009’ and error message: ‘Enable […]

Continue Reading

This page contains the following error: error on line 1 at column #

This page contains the following error: error on XML sitemap XML sitemap and feed not accessible on WordPress installation Error in XML sitemap ->  This page contains the following error: error on line 1 at column # XML or text declaration not at start of entity This page contains the following error: error on line 1 […]

Continue Reading

how to resolve error “content from this website is being blocked by internet explorer enhanced security configuration”

how to resolve error “content from this website is being blocked by internet explorer enhanced security configuration”? how to disable enhanced security configuration? Well sometime IE give us popup to add site in trusted zone multiple time. this is for security reason specially on server operating system. so if you aware of the risk by disabling enhanced […]

Continue Reading

Active Directory error “-2147016672” occurred while searching for domain controllers in domain

Active Directory error “-2147016672” occurred while searching for domain controllers in domain   Recently i have an issue with my Powershell script which i prepared to install Skype for business server 2015. while running bootstrapper.exe remotely ( with invoke-command) to install S4B services it was giving error  “Active Directory error “-2147016672” occurred while searching for […]

Continue Reading