SdnDiagnostics
SdnDiagnostics copied to clipboard
SdnDiagnostics is a PowerShell module that is designed to simplify the diagnostic troubleshooting and data collection process when troubleshooting issues related to Microsoft Software Defined Network.
# Description Summary of changes: - changes # Change type - [ ] Bug fix (non-breaking change) - [ ] Code style update (formatting, local variables) - [ ] New...
# Description Summary of changes: - Moved `Start-SdnServerCertificateRotate` and `Start-SdnMuxCertificateRotate` to SdnDiag.NetworkController module and updated to execute on NetworkController directly - Created a new `Start-SdnNetworkControllerRestCertificateRotate` to handle rotating of the...
**Describe the bug** In scenarios where customers are leveraging Logical Networks rather than Virtual Networks, we do not expect EncapOverhead or JumboPackets to be enabled, as they will not be...
In scenarios where rest certificate is expired or we dealing w/ some other issue, we should be able to bypass the requirement for the accessing the northbound API
Add new test for LoadBalancerMuxes to validate that the VMNetworkAdapter VLAN/Isolation settings are configured correctly.
Add new check for Gateways role to ensure that we have the expected VLAN/Isolation settings configured for the interfaces.
Enable automatic publication of function documentation to learn.microsoft.com rather than the local SdnDiagnostics/Wiki for better consumption.
By default if the vSwitch is using VFP, then an appropriate VFP Profile must be configured for routing to work. Should integrate a Debug cmdlet either as part of the...