0

I'm trying to get the content of regirty keys using CMPivot. I'm able to it, th issue is when i display the information it creates new column whhile the names are the same (it adds 1 at the end of the name). So I was wondering if using pivot it's possible to juste add informaiton into the table without creating new column? CMPivot result I don't want .

While all I want is: enter image description here

The Information I get are nearly the same. It's registry keys with their properties, values and key name.

I tried to do:

Registry('KEY')| join
Registry('KEY')

Or even using | join kind=leftouter without succes. I tried to put the registry command on after another, same result.

1 Answer 1

0

Add this and then you will get those columns you want.

| project Device, Property, Value, Key

If you just put | in place then you can use tab to navigate..

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.