question

Neema001-7140 avatar image
0 Votes"
Neema001-7140 asked JimmyYang-MSFT commented

CQD Data powershell

I am trying Get-CQDDimensions in powershell and it gives error -


Get-JWTData: Cannot bind argument to parameter 'Token' because it is an empty string.

Invoke-WebRequest: nodename nor servname provided, or not known

ConvertFrom-Json: Cannot bind argument to parameter 'InputObject' because it is null.

I have role of Teams communication admin.


Can any one guide me on how can get all dimensions of teams in powershell

office-teams-windows-itprowindows-server-powershellpower-query-not-supportedoffice-teams-linux-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JimmyYang-MSFT avatar image
0 Votes"
JimmyYang-MSFT answered JimmyYang-MSFT commented

Hi @Neema001-7140

Have you tried to install CQD PowerShell module in your environment?

I did a test in our environment and we could run this command with no issue. And when you run the command "Get-CQDDimensions", it will firstly ask you login your Teams CQD account .The screenshot is for your reference:

153897-image.png



If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.




image.png (54.8 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Neema001-7140

It has been a while, how is everything going?
If you have any update about this issue, please feel free to post back.

0 Votes 0 ·

Hi @JimmyYang-MSFT ,

Every thing is going good. Thanks for asking :)

Sorry for the delayed response. Actually i tried the same thing that you posted before posting my question here.
But now i realise there is some license issue with the teams installed at my end. Checking with IT team here.

Once it is resolved.. hoping the same commands will work.

0 Votes 0 ·

@Neema001-7140

You're welcome. If you have any other questions about this issue, please feel free to contact with us!

Have a nice day!

0 Votes 0 ·
LimitlessTechnology-2700 avatar image
0 Votes"
LimitlessTechnology-2700 answered

Hi there,

It can be rejected when at least one of the member strings was empty or null.

Either set AllowEmptyString as an attribute in the parameter you're calling or check whether the members are not empty strings before passing them.



--If the reply is helpful, please Upvote and Accept it as an answer--

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.