Sam Erde

Results 33 comments of Sam Erde

> @merill looking at the code we might have a simpler solution already. > > We could just update `Get-MtMaesterTestFolderPath` to accept a path param and default to `psscriptroot` if...

I only noticed that because I tried to build the module locally last week and ran into a few errors that I had to figure out. Realizing the effect of...

Yes, I should be able to test in the next two days. Thanks!

@Snozzberries, very yes! I have been developing some thoughts about the update process and may start a conversation to preview and discuss the possibilities.

> @SamErde I've merged your PR for the updates. Would you be able to test the latest preview version and give a thumbs up? > > https://www.powershellgallery.com/packages/Maester/0.2.9-preview Looks good, but...

The [Microsoft\CSS-Exchange](https://github.com/microsoft/CSS-Exchange) repo has a couple of great shared functions that help detect and negotiate proxy servers for their scripts. Check the [ScriptUpdateFunctions](https://github.com/microsoft/CSS-Exchange/tree/main/Shared/ScriptUpdateFunctions) folder for potential solutions in `Invoke-WebRequestWithProxyDetection.ps1` and...

As a side note, if you can already connect to the Graph API on your own, [you can skip](https://github.com/microsoft/EntraExporter#connecting-and-exporting-your-config) the `Connect-EntraExporter` function and just run `Export-Entra` with your desired parameters.

> When running -All -CloudOnly, we see the following error occur: Are you using the `-CloudUsersAndGroupsOnly` parameter? I don't believe there is a `-CloudOnly` one.

> Well not the application specifically. However I think at least one user will need to have a P2. Its failing on Privileged Identity Management which requires a P2 license...

Has this been fixed as of Microsoft.Graph v2.19.0? I don't have these objects in my test tenant yet.