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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Please refer to the AsBuiltReport [website](https://www.asbuiltreport.com) for m
37
37
38
38
## Sample Report - Custom Style 1
39
39
40
-
Sample VMware SRM As Built report HTML file: [Sample VMware SRM As-Built Report.html](https://technomyth.zenprsolutions.net/wp-content/uploads/2021/12/Sample-VMware-SRM-As-Built-Report.html)
40
+
Sample VMware SRM As Built report HTML file: [Sample VMware SRM As-Built Report.html](https://technomyth.zenprsolutions.net/wp-content/uploads/2022/01/Sample-VMware-SRM-As-Built-Report.html)
41
41
42
42
# :beginner: Getting Started
43
43
@@ -150,7 +150,7 @@ The **Options** schema allows certain options within the report to be toggled on
150
150
151
151
The **InfoLevel** schema allows configuration of each section of the report at a granular level. The following sections can be set.
152
152
153
-
There are 2 levels (0-1) of detail granularity for each section as follows;
153
+
There are 4 levels (0-3) of detail granularity for each section as follows;
Paragraph "For each protected virtual machine Site Recovery Manager creates a placeholder virtual machine at the recovery site. Placeholder virtual machines are contained in a datastore and registered with the vCenter Server at the recovery site. This datastore is called the placeholder datastore. Since placeholder virtual machines do not have virtual disks they consume a minimal amount of storage"
147
142
BlankLine
148
143
}
149
-
Paragraph "The following section provides a summary of the Placeholder Datastore Mapping on Site $($LocalSRM.ExtensionData.GetLocalSiteInfo().SiteName)."
150
-
BlankLine
151
144
$OutObj=@()
152
-
if ($Mapping) {
153
-
foreach ($ObjMapin$Mapping) {
154
-
#//Todo "How the fuck i can extract remote PlaceHolder Datastore Info"
155
-
Write-PscriboMessage"Discovered Placeholder Datastore Mapping information for $($ObjMap.Name) on $($LocalSRM.ExtensionData.GetLocalSiteInfo().SiteName)."
Copy file name to clipboardExpand all lines: Src/Private/Get-AbrSRMProtectedSiteInfo.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ function Get-AbrSRMProtectedSiteInfo {
5
5
.DESCRIPTION
6
6
7
7
.NOTES
8
-
Version: 0.3.0
8
+
Version: 0.3.1
9
9
Author: Jonathan Colon
10
10
Twitter: @jcolonfzenpr
11
11
Github: rebelinux
@@ -31,7 +31,7 @@ function Get-AbrSRMProtectedSiteInfo {
31
31
Paragraph "In a typical Site Recovery Manager installation, the protected site provides business-critical datacenter services. The protected site can be any site where vCenter Server supports a critical business need."
32
32
BlankLine
33
33
}
34
-
Paragraph "The following section provides a summary of the Protected Site $($ProtectedSiteInfo.SiteName)."
34
+
Paragraph "The following table details information of the Protected Site $($ProtectedSiteInfo.SiteName)."
35
35
BlankLine
36
36
$OutObj=@()
37
37
if ($ProtectedSiteInfo) {
@@ -75,7 +75,7 @@ function Get-AbrSRMProtectedSiteInfo {
75
75
}
76
76
if ($LocalSRMVM) {
77
77
Section -Style Heading4 "SRM Server VM Properties" {
78
-
Paragraph "The following section provides the hardware properties of the Protected Site $($LocalSRM.ExtensionData.GetLocalSiteInfo().SiteName)."
78
+
Paragraph "The following table details the hardware inventory of the Protected Site $($LocalSRM.ExtensionData.GetLocalSiteInfo().SiteName)."
79
79
BlankLine
80
80
$OutObj=@()
81
81
Write-PscriboMessage"Discovered SRM VM Properties $($LocalSRMVM.Name)."
0 commit comments