@@ -179,8 +179,8 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
179179 Paragraph " The following section provides a summary of the license usage on $ ( $ClusterInfo.ClusterName ) ."
180180 BlankLine
181181 Get-AbrOntapClusterLicense
182- Section - Style Heading4 ' License Feature ' {
183- Paragraph " The following section provides the License Feature Usage on $ ( $ClusterInfo.ClusterName ) ."
182+ Section - Style Heading4 ' License Features ' {
183+ Paragraph " The following section provides the License Features Usage on $ ( $ClusterInfo.ClusterName ) ."
184184 BlankLine
185185 Get-AbrOntapClusterLicenseUsage
186186 }
@@ -230,13 +230,13 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
230230 BlankLine
231231 Get-AbrOntapNetworkBdomain
232232 }
233- Section - Style Heading4 ' Failover Group ' {
233+ Section - Style Heading4 ' Failover Groups ' {
234234 Paragraph " The following section provides the Failover Group information on $ ( $ClusterInfo.ClusterName ) ."
235235 BlankLine
236236 Get-AbrOntapNetworkFailoverGroup
237237 }
238238 if (Get-NcNetSubnet - Controller $Array ) {
239- Section - Style Heading4 ' Network Subnet ' {
239+ Section - Style Heading4 ' Network Subnets ' {
240240 Paragraph " The following section provides the Subnet information on $ ( $ClusterInfo.ClusterName ) ."
241241 BlankLine
242242 Get-AbrOntapNetworkSubnet
@@ -433,17 +433,17 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
433433 # ISCSI Section #
434434 # ---------------------------------------------------------------------------------------------#
435435 if ( Get-NcIscsiService - Controller $Array | Where-Object {$_.Vserver -eq $SVM } ) {
436- Section - Style Heading5 " ISCSI Services Summary " {
436+ Section - Style Heading5 " ISCSI Services" {
437437 Paragraph " The following section provides the ISCSI Service Information on $ ( $SVM ) ."
438438 BlankLine
439439 Get-AbrOntapVserverIscsiSummary - Vserver $SVM
440- Section - Style Heading6 " ISCSI Interface " {
440+ Section - Style Heading6 " ISCSI Interfaces " {
441441 Paragraph " The following section provides the ISCSI Interface Information on $ ( $SVM ) ."
442442 BlankLine
443443 Get-AbrOntapVserverIscsiInterface - Vserver $SVM
444444 }
445445 if (Get-NcIscsiInitiator - VS $SVM - Controller $Array ) {
446- Section - Style Heading6 " ISCSI Client Initiator " {
446+ Section - Style Heading6 " ISCSI Client Initiators " {
447447 Paragraph " The following section provides the ISCSI Interface Information on $ ( $SVM ) ."
448448 BlankLine
449449 Get-AbrOntapVserverIscsiInitiator - Vserver $SVM
@@ -525,37 +525,37 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
525525 Section - Style Heading2 ' Replication Summary' {
526526 Paragraph " The following section provides a summary of the replication information on $ ( $ClusterInfo.ClusterName ) ."
527527 BlankLine
528- Section - Style Heading3 ' Cluster Peer Information ' {
528+ Section - Style Heading3 ' Cluster Peer' {
529529 Paragraph " The following section provides the Cluster Peer information on $ ( $ClusterInfo.ClusterName ) ."
530530 BlankLine
531531 Get-AbrOntapRepClusterPeer
532532 }
533533 if (Get-NcVserverPeer - Controller $Array ) {
534- Section - Style Heading3 ' Vserver Peer Information ' {
534+ Section - Style Heading3 ' Vserver Peer' {
535535 Paragraph " The following section provides the Vserver Peer information on $ ( $ClusterInfo.ClusterName ) ."
536536 BlankLine
537537 Get-AbrOntapRepVserverPeer
538538 if (Get-NcSnapmirror - Controller $Array ) {
539- Section - Style Heading4 ' SnapMirror Relationship Information ' {
539+ Section - Style Heading4 ' SnapMirror Relationship' {
540540 Paragraph " The following section provides the SnapMirror Relationship information on $ ( $ClusterInfo.ClusterName ) ."
541541 BlankLine
542542 Get-AbrOntapRepRelationship
543- Section - Style Heading5 ' SnapMirror Replication History Information ' {
543+ Section - Style Heading5 ' SnapMirror Replication History' {
544544 Paragraph " The following section provides the SnapMirror Operation information on $ ( $ClusterInfo.ClusterName ) ."
545545 BlankLine
546546 Get-AbrOntapRepHistory
547547 }
548548 }
549549 }
550550 if (Get-NcSnapmirrorDestination - Controller $Array ) {
551- Section - Style Heading4 ' SnapMirror Destinations Information ' {
551+ Section - Style Heading4 ' SnapMirror Destinations' {
552552 Paragraph " The following section provides the SnapMirror (List-Destination) information on $ ( $ClusterInfo.ClusterName ) ."
553553 BlankLine
554554 Get-AbrOntapRepDestinations
555555 }
556556 }
557557 if (Get-NetAppOntapAPI - uri " /api/cluster/mediators?" ) {
558- Section - Style Heading4 ' Ontap Mediator Information ' {
558+ Section - Style Heading4 ' Ontap Mediator' {
559559 Paragraph " The following section provides the SnapMirror Mediator information on $ ( $ClusterInfo.ClusterName ) ."
560560 BlankLine
561561 Get-AbrOntapRepMediator
@@ -594,7 +594,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
594594 BlankLine
595595 Get-AbrOntapEfficiencyVol - Vserver $SVM
596596 }
597- Section - Style Heading5 " Volume Efficiency Detail " {
597+ Section - Style Heading5 " Volume Efficiency Detailed " {
598598 Paragraph " The following section provides the Volume Efficiency Saving Detailed information on $ ( $SVM ) ."
599599 BlankLine
600600 Get-AbrOntapEfficiencyVolDetailed - Vserver $SVM
@@ -666,20 +666,20 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
666666 }
667667 }
668668 }
669- Section - Style Heading3 ' Snaplock Compliance Clock Information ' {
669+ Section - Style Heading3 ' Snaplock Compliance Clock' {
670670 Paragraph " The following section provides the Snaplock Compliance Clock information on $ ( $ClusterInfo.ClusterName ) ."
671671 BlankLine
672672 Get-AbrOntapSecuritySnapLockClock
673- Section - Style Heading4 ' Aggregate Snaplock Type Information ' {
673+ Section - Style Heading4 ' Aggregate Snaplock Type' {
674674 Paragraph " The following section provides the Aggregate Snaplock Type information on $ ( $ClusterInfo.ClusterName ) ."
675675 BlankLine
676676 Get-AbrOntapSecuritySnapLockAggr
677- Section - Style Heading5 ' Volume Snaplock Type Information ' {
677+ Section - Style Heading5 ' Volume Snaplock Type' {
678678 Paragraph " The following section provides the Volume Snaplock Type information on $ ( $ClusterInfo.ClusterName ) ."
679679 BlankLine
680680 Get-AbrOntapSecuritySnapLockVol
681681 if (Get-Ncvol - Controller $Array | Where-Object {$_.VolumeSnaplockAttributes.SnaplockType -in " enterprise" , " compliance" }) {
682- Section - Style Heading6 ' Snaplock Volume Attributes Information ' {
682+ Section - Style Heading6 ' Snaplock Volume Attributes' {
683683 Paragraph " The following section provides the Snaplock Volume Attributes information on $ ( $ClusterInfo.ClusterName ) ."
684684 BlankLine
685685 Get-AbrOntapSecuritySnapLockVollAttr
0 commit comments