You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name="DHCP Servers Database Information - $($Domain.ToString().ToUpper())"
@@ -119,6 +121,7 @@ function Get-AbrADDHCPInfrastructure {
119
121
}
120
122
$OutObj| Table @TableParams
121
123
}
124
+
122
125
Section -Style Heading6 'Dynamic DNS credentials' {
123
126
Paragraph "The following section provides a summary of the DHCP Servers Dynamic DNS registration credentials information on $($Domain.ToString().ToUpper())."
124
127
BlankLine
@@ -140,13 +143,15 @@ function Get-AbrADDHCPInfrastructure {
140
143
}
141
144
}
142
145
catch {
146
+
143
147
Write-PscriboMessage-IsWarning "$($_.Exception.Message) (Dynamic DNS credentials)"
0 commit comments