Public/Export-AnyStackHardwareCompatibility.ps1

function Export-AnyStackHardwareCompatibility {
    <#
    .SYNOPSIS
        Export-AnyStackHardwareCompatibility - A specialized AnyStack Enterprise tool.
    .DESCRIPTION
        Autogenerated cmdlet for VCF.LifecycleManager.
    #>

    [CmdletBinding(SupportsShouldProcess=$true)]
    param(
        [Parameter(Mandatory=$true)] [string]$Server
    )
    process {
        $ErrorActionPreference = 'Stop'
        Write-Host "[ANYSTACK] Running Export-AnyStackHardwareCompatibility on server $Server" -ForegroundColor Cyan
    }
}