Adam Laycock

Results 60 comments of Adam Laycock
trafficstars

@mikeselander I only want the one select box. It works as expected with no data letting me add X pages before saving the page. ![image](https://cloud.githubusercontent.com/assets/19609/24365479/f0ecf960-130d-11e7-8ca8-d6e7f55bd2dd.png) Once I save and come...

@mikeselander For now would I better using single selections with repeatable? Just thinking then I can deliver the product

@mikeselander I have plenty of time. We aren't looking at launching for a while yet.

@swissspidy How do you tell CMB to use this class over `CMB_Post_Select`?

Might be then that Maester needs a way for us to specify a global `AfterAll` (Not sure if pester can do this already) and then maybe a `Add-MtEmailHeader` cmdlet so...

Where is this error coming from? What do you get if you request `http://path.to.install/folder/win64/RELEASES`?

Is there anyone who can test this branch with a mac & app?

The return of all the methods on there would also allow for tests like "GAs must be using Microsoft Authenticator", "No user should be using phone authentication", for example.

Couple of changes: Renamed to `Get-MtUserAuthMethod` Added `Exclude` which allows you to exclude an authentication method from the output. For Example (using the same user as before): ```ps1 > Get-MtUserAuthMethod...

@f-badger Good point, I hand't noticed that. I've swapped it to `Invoke-MtGraphRequest` now.