Dale Ribeiro

Results 50 comments of Dale Ribeiro

@JordanMontgomery I might not be understanding the question, but the ADMXInstall profiles seem to manifest in the registry. For example, when I deploy the profile at the top of the...

Not allowing asset declarations is also a blocker for customers to adopt [Background Task Management](https://support.apple.com/guide/deployment/background-task-management-declarative-dep931381403/web) introduced in macOS 15. This is captured in #25911. cc: @harrisonravazzolo

@georgekarrv I think they would be if they are refreshing a computer and re-assigning it to another user. However, there are some cases where end users will erase their own...

Additional notes: [Microsoft's RemoteWipe CSP Documentation](https://learn.microsoft.com/en-us/windows/client-management/mdm/remotewipe-csp) It is unclear from Microsoft's documentation whether a regular `doWipe` command will actually prevent the device from being non-bootable. From the `doWipe` CSP description:...

@nonpunctual We should clarify, when we say "fail" (in Noah's comment) we mean "the device wipes but results in an non-bootable state." From what I understand the device always wipes...

@eugkuo As part of this story, would a Fleet admin be able to specify the custom app name in their yaml files in GitOps?

Here's the contents of Distribution.xml file I got when I ran `pkgutil --expand` on this .pkg: ``` Intune Company Portal #Office16_all_autoupdate.pkg #CompanyPortal-Component.pkg ```

@noahtalerman When the package gets installed _by Fleet_, it shows up correctly as **Company Portal.app** in the Software tab on the host's details page. Do you still want me to...

@noahtalerman, this particular issue was just something I ran into while writing [this guide](https://fleetdm.com/guides/deploying-entra-platform-sso-with-fleet). Deebradel has only had an issue with SentinelOne, which was resolved in #24873

Customer: Apple's documentation on MDM enrollment profile: https://developer.apple.com/documentation/devicemanagement/mdm We might want to include a `CheckInURL` to make this work. Currently we are only including a `ServerURL` in our enrollment profile....