Skip to content

Commit 967b7c6

Browse files
committed
add ResultSize Unlimited
added -ResultSize Unlimited
1 parent 4a85fa7 commit 967b7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

o365Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var o365CommandRegistry = {
231231

232232
'getDistributionGroupMember': {
233233

234-
'command': 'Get-DistributionGroupMember {{{arguments}}} | ConvertTo-Json',
234+
'command': 'Get-DistributionGroupMember {{{arguments}}} -ResultSize Unlimited | ConvertTo-Json',
235235

236236
'arguments': {
237237
'Identity': {}

0 commit comments

Comments
 (0)