@Sage Mirror,Thanks for posting in Q&A.
From your description, I know want to export a detailed view of the device configurations settings.
For this issue, I will share you some information.
Here is the content of script.
Install-Module IntuneStuff -Force
Import-Module IntuneStuff -Force
#connect to Graph API Connect-MSGraph
#get all Intune policies Get-IntunePolicy -verbose
Here is a detailed information you can refer.
https://doitpsway.com/get-all-intune-policies-using-powershell-and-graph-api
Non-official, just for reference.
Hope it will help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.