CQD Data powershell

Neema001 51 Reputation points
2021-11-30T07:50:21.34+00:00

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

Microsoft 365 and Office | Skype for Business | Linux
Microsoft 365 and Office | Skype for Business | Linux
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
Windows for business | Windows Server | User experience | PowerShell
Community Center | Not monitored
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmyYang-MSFT 58,746 Reputation points Moderator
    2021-12-01T02:47:43.457+00:00

    Hi @Neema001

    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.



  2. Limitless Technology 40,081 Reputation points
    2021-12-02T10:09:19.427+00:00

    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--

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.