Not sure if this is the right place to ask this, was curious if anyone could point me in the right direction.
We created a new AD group, added it to our SQL server. The users in this group, when they connect through SSMS, they are able to create tables with "dbo" as the data owner. In ArcGIS pro... they can connect to the DB as OS users, they can see the DB, and they can create tables. However, the tables created have their full AD login as data owner, and not dbo. (i.e., USER.TABLE as opposed to DBO.TABLE)
The kicker is, I cannot replicate this issue myself with my own DB connections. The user also gets errors when trying to publish to ArcGIS Enterprise, saying the dataset is not registered with the server (it is) and I think this is because somehow, Pro is mapping their SDE connection as their actual AD user, and not using the AD group to manage the schema (set to dbo by default)
Any ideas?

User is mapped to db, default schema = dbo