Hello experts,
how to take result of previous command. i am running the below command
get-cmcollection -name "test"
it get me all details about collection
then I want to use the value of collection id to use in other command
how can i do that?
regards