Shawn Melton
Shawn Melton
A blog post on the dbatools site is the best way to get that announcement out.
This would be a bug only in the sense the command is not throwing an error we control in the module. How `-Force` is used in the command is documented...
What commands would have to be added that we don't have now? Couldn't logic just be added to our current commands?
> New-DbaAvailabilityGroup can used to create the AG that on distributed AG servers with no option to do restores. I don't know how to force someone to know they are...
Alternative is creating a command `Invoke-DbaDistributedAg` and have that simply call the adjusted `New-DbaAvailabilityGroup` as many times with the appropriate parameters for each operation. > And logic will need to...
This `Get-DbaAvailabilitygroupHistory` would require reading the XEL session data from the health session for AG. This is the only location on an instance that would contain why it failed over,...
Ref #920 that was closed as being the users can utilize `Get-DbaXESession -SqlInstance sql2014 -Session System_Health | Read-DbaXEFile` Same applies to this, it is the same session to read along...
Querying `sys.master_files` would require more permissions than the command requires currently.
You cannot make an assumption that (1) every user of our module is a DBA nor (2) has the explicit permissions to perform their job in any given environment. The...
Updated, worded wrong as those are instance level permissions.