Comments on: How to Pause Membership Processing for Dynamic Group Membership https://office365itpros.com/2022/11/22/pause-membership-processing/?utm_source=rss&utm_medium=rss&utm_campaign=pause-membership-processing Mastering Office 365 and Microsoft 365 Wed, 22 Nov 2023 15:55:24 +0000 hourly 1 By: Tony Redmond https://office365itpros.com/2022/11/22/pause-membership-processing/#comment-9514 Thu, 02 Feb 2023 10:03:51 +0000 https://office365itpros.com/?p=58033#comment-9514 In reply to Tom.

It’s PowerShell, so you can do what you like with the code to extend it or amend it to fit your circumstances. I try to explain the principle and leave detailed implementations to those who need a solution.

]]>
By: Tom https://office365itpros.com/2022/11/22/pause-membership-processing/#comment-9510 Wed, 01 Feb 2023 20:41:54 +0000 https://office365itpros.com/?p=58033#comment-9510 Thank you! I now get results, but one output for each group (I have 102 dynamic groups). I’ll work through what I have to get it all in one window. This will help us with monitoring our dynamic group’s status

]]>
By: Tony Redmond https://office365itpros.com/2022/11/22/pause-membership-processing/#comment-9509 Wed, 01 Feb 2023 19:44:00 +0000 https://office365itpros.com/?p=58033#comment-9509 In reply to Tom.

If the $Report is populated with data, you should be able to sort the data and pipe to the Out-GridView cmdlet with a command like:

$Report | Sort-Object DisplayName | Out-GridView

Does that not work?

]]>
By: Tom https://office365itpros.com/2022/11/22/pause-membership-processing/#comment-9508 Wed, 01 Feb 2023 19:38:27 +0000 https://office365itpros.com/?p=58033#comment-9508 great script. it is exactly what I am looking for. however, i never get results. The gridview output will not show up. once I run the script, I can select $Results the correct information is scrolled on the output, but I cannot get the gridview that is sorted. I suspect that i am missing one little piece but for the life of me cannot determine what that would be. Any ideas?

]]>
By: Daniel Bradley https://office365itpros.com/2022/11/22/pause-membership-processing/#comment-9015 Tue, 22 Nov 2022 09:25:04 +0000 https://office365itpros.com/?p=58033#comment-9015 As you mentioned, the purpose of pausing dynamic membership processing is unclear, it would be better if you were able to pause the processing then be able to perform a what-if query similar to that of conditional access… that would make this useful in the case of organisational structure changes or mergers.

]]>