Victor Lyuboslavsky
Victor Lyuboslavsky
There is a bigger story to improve gitops activity logging: https://github.com/fleetdm/fleet/issues/16678
This is a known issue. The code comment reads: ``` // TODO(roberto): should we generate activities only of any profiles were // changed? this is the existing behavior for macOS...
@marko-lisica For implementation, is there 1 script or 2? Do we default to device-wide installer and expect the customer to find the user-scoped installer in the article?
> I found the issue with running the task - my local Windows user did not have access to `C:\WINDOWS\SystemTemp`, which is where we store the temporary installer file. Once...
@marko-lisica @noahtalerman, I'm still waiting for your response (see above). Also, is this a P2 story that needs to be included in this week's release?
> Hey @lukeheath @mna @getvictor > > If it's mature enough, it possible to have the new install script as something I can copy-paste so i can do some test...
> [@getvictor](https://github.com/getvictor) [@noahtalerman](https://github.com/noahtalerman) I just learned that if I use `$FLEET_VAR_HOST_END_USER_EMAIL_IDP` in a configuration profile and the host doesn't have IdP email (`mdm_idp_accounts`) assigned to it, then the profile will...
@marko-lisica @noahtalerman We currently only support ADMX and WlanXML custom schemas. From my research, I found this one that also has a custom XML schema: - [VPN](https://learn.microsoft.com/en-us/windows/client-management/mdm/vpnv2-csp#examples) We can treat...
@roperzh, Can you review this PR since it modifies the MDM config profile code?
> looks good! is there any way we could enforce that all the statements and functions used to compare entities are updated when somebody adds a new column? it's my...