Has anyone tried to use these in anger yet?
I have a number of scripts for Azure AD tasks created using the MSOL cmdlets, such as adding domains, retrieving the DNS verification records, confirming the domains and so on.
I thought I'd start to update them using the new Preview cmdlets, but there is little to no documentation, and even seemingly simple things like retrieving the verification record of a domain seem to be impossible. For example
Get-AzureADVerificationDnsRecord -Name testdomad22.com |fl *
Doesn't return the actual value required for the verification record
Does anyone have any advice?