3

I'm loading SQLPS by using

Import-Module "sqlps" -DisableNameChecking

on a windows server 2008 R2 box.

It gives me the error

The assembly 'Microsoft.SqlServer.Management.HadrDMF' was not loaded because no assembly was found

Google-fu is failing me... help me hivemind!

1 Answer 1

5

Make sure that in addition to the PowerShell Extensions you also install the Shared Management Objects which in turn requires the System CLR Types. These all are found in:

MS SQL Server 2012 Features Pack

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.