From ef39b549371d1ab043a5acf5273f4b91e6a26c34 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 29 Mar 2019 11:10:16 -0400 Subject: [PATCH] Update Get-ZertoVirtualizationSite Help --- .../Public/en-us/ZertoApiWrapper-help.xml | 29 ++++++++++++++--- docs/Get-ZertoVirtualizationSite.md | 31 ++++++++++++++++--- 2 files changed, 52 insertions(+), 8 deletions(-) diff --git a/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml b/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml index 03653be..98cacd1 100644 --- a/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml +++ b/ZertoApiWrapper/Public/en-us/ZertoApiWrapper-help.xml @@ -3859,11 +3859,11 @@ Get ZertoVirtualizationSite - {{Fill in the Synopsis}} + Returns information about the hypervisor site where the API is run and all the sites paired with this site. The information returned can be tailored to specific information about the resources managed at a specified site. - {{Fill in the Description}} + Returns information about the hypervisor site where the API is run and all the sites paired with this site. The information returned can be tailored to specific information about the resources managed at a specified site. @@ -4302,9 +4302,30 @@ -------------------------- Example 1 -------------------------- - PS C:\> {{ Add example code here }} + PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" - {{ Add example description here }} + Returns information about the site with identifier "MySiteIdentifier" + + + + -------------------------- Example 2 -------------------------- + PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -datastoreClusters + + Returns information about datastore clusters at site with site identifier "MySiteidentifier" + + + + -------------------------- Example 3 -------------------------- + PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -datastores + + Returns information about datastores at site with site identifier "MySiteidentifier" + + + + -------------------------- Example 4 -------------------------- + PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -devices + + Returns information about devices at site with site identifier "MySiteidentifier" diff --git a/docs/Get-ZertoVirtualizationSite.md b/docs/Get-ZertoVirtualizationSite.md index 049d2e9..7f44405 100644 --- a/docs/Get-ZertoVirtualizationSite.md +++ b/docs/Get-ZertoVirtualizationSite.md @@ -8,7 +8,8 @@ schema: 2.0.0 # Get-ZertoVirtualizationSite ## SYNOPSIS -{{Fill in the Synopsis}} + +Returns information about the hypervisor site where the API is run and all the sites paired with this site. The information returned can be tailored to specific information about the resources managed at a specified site. ## SYNTAX @@ -68,16 +69,38 @@ Get-ZertoVirtualizationSite -siteIdentifier [] ``` ## DESCRIPTION -{{Fill in the Description}} + +Returns information about the hypervisor site where the API is run and all the sites paired with this site. The information returned can be tailored to specific information about the resources managed at a specified site. ## EXAMPLES ### Example 1 ```powershell -PS C:\> {{ Add example code here }} +PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" ``` -{{ Add example description here }} +Returns information about the site with identifier "MySiteIdentifier" + +### Example 2 +```powershell +PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -datastoreClusters +``` + +Returns information about datastore clusters at site with site identifier "MySiteidentifier" + +### Example 3 +```powershell +PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -datastores +``` + +Returns information about datastores at site with site identifier "MySiteidentifier" + +### Example 4 +```powershell +PS C:\> Get-ZertoVirtualizationSite -siteIdentifier "MySiteIdentifier" -devices +``` + +Returns information about devices at site with site identifier "MySiteidentifier" ## PARAMETERS