RobustCloudCommand icon indicating copy to clipboard operation
RobustCloudCommand copied to clipboard

Causes Disk Space Issues When Used with Exchange Online Management V3

Open PookyBeer opened this issue 3 years ago • 2 comments

As V3 is now fully graph, and no longer uses a pssession, you need to do a disconnect-ExchangeOnline, otherwise each new connection will hang around in your temp directory, which will blow out your diskspace. Quite possibly, we no longer need to use RobustCloudCommand, but if we still hit limits, I will look at rewriting the module.

PookyBeer avatar Oct 05 '22 04:10 PookyBeer

@PookyBeer Hello! Any chance you have updated the module? Do you have any information on how ms graph will solve ps commands running on large amount of users? Thank you for your time!

KeithMonahan avatar Oct 20 '22 17:10 KeithMonahan

Sadly no. I have been flat out coding all the other changes that I had to make for all the bugs with V3. Happy to provide info, if you haven't yet upgraded, and run lots of scripts for a large environment.

For the jobs that I was using this for, I reverted back, to the original, and hoped for the best, and so far no issues, so we might be lucky! (But I'm not holding my, breath). It certainly however seems to handle processing large numbers of users better.

If I do find that I get forced to look into it further, and do a rewrite, I'll pass it on.

Wendy

21 Oct 2022 4:18:35 am KeithMonahan @.***>:

@PookyBeer[https://github.com/PookyBeer] Hello! Any chance you have updated the module? Do you have any information on how ms graph will solve ps commands running on large amount of users? Thank you for your time!

— Reply to this email directly, view it on GitHub[https://github.com/Canthv0/RobustCloudCommand/issues/7#issuecomment-1285897105], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AQ2XRGNW6BQR3ZDS3AJUBMLWEF5GTANCNFSM6AAAAAAQ5GJOZI]. You are receiving this because you were mentioned.[Tracking image][https://github.com/notifications/beacon/AQ2XRGNS5LGAQKEWHBBUHQDWEF5GTA5CNFSM6AAAAAAQ5GJOZKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSMUU5ZC.gif]

PookyBeer avatar Oct 23 '22 08:10 PookyBeer