Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

PowerShell 7 : Get-GitLabUser give 20 users max, even with param "-All" #230

Open
PowerBugi opened this issue Oct 21, 2020 · 1 comment
Open
Assignees

Comments

@PowerBugi
Copy link

When i do :
(Get-GitLabUser -All).count

  • With PowerShell 5.1 :
Name                           Value
----                           -----
PSVersion                      5.1.19041.546
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.546
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

It give me 210 users, wich is correct.

  • With PowerShell 7 :
Name                           Value
----                           -----
PSVersion                      7.0.3
PSEdition                      Core
GitCommitId                    7.0.3
OS                             Microsoft Windows 10.0.19041
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

It give me 20 users, even with or without the param "All"

I'm on Windows 10 - 2004.
I don't have any clue why, if someone have an idea...

@aikiox
Copy link

aikiox commented Apr 13, 2021

Hello,
You can try to fix with this PR : #222

@ngetchell ngetchell self-assigned this Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants