NetAppDocs-Lite PowerShell Module

Show-NtapDocsUpdate


NAME
    Show-NtapDocsUpdate

SYNOPSIS
    Shows status of any module version and/or file updates.


SYNTAX
    Show-NtapDocsUpdate [-ModuleVersionOnly] [-FileUpdatesOnly] [-ShowFileDetails] [<CommonParameters>]

    Show-NtapDocsUpdate -ModuleVersionOnly [<CommonParameters>]

    Show-NtapDocsUpdate -FileUpdatesOnly [-ShowFileDetails] [<CommonParameters>]


DESCRIPTION
    Shows status of any module version and/or file updates.


PARAMETERS
    -ModuleVersionOnly [<SwitchParameter>]
        Queries the update server for module version updates only.

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -FileUpdatesOnly [<SwitchParameter>]
        Queries the update server for module file updates only.

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -ShowFileDetails [<SwitchParameter>]
        Lists the files with a newer version present on the update server.

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS
    None


OUTPUTS
    System.String

    System.Version


NOTES


        AUTHOR : Jason Cole

    -------------------------- EXAMPLE 1 --------------------------

    PS>Show-NtapDocsUpdate

    ------------------------------- Module Version Check  -------------------------------
    A newer version of the NetAppDocs PowerShell module is available (v4.1.0).
    Please visit the NetApp Tools site to download this latest version.

    -------------------------------- Files Update Check  --------------------------------
    All files are current for this version of the NetAppDocs PowerShell module.

    ----------------------------------------------------------------------------------------




    -------------------------- EXAMPLE 2 --------------------------

    PS>Show-NtapDocsUpdate -ModuleVersionOnly

    ------------------------------- Module Version Check  -------------------------------
    A newer version of the NetAppDocs PowerShell module is available (v4.1.0).
    Please visit the NetApp Tools site to download this latest version.

    ----------------------------------------------------------------------------------------




    -------------------------- EXAMPLE 3 --------------------------

    PS>Show-NtapDocsUpdate -FileUpdatesOnly

    -------------------------------- Files Update Check  --------------------------------
    There are updated files available for this version of the NetAppDocs PowerShell
    module. Please run the function Update-NtapDocsFiles to get the latest updates.

    ----------------------------------------------------------------------------------------




    -------------------------- EXAMPLE 4 --------------------------

    PS>Show-NtapDocsUpdate -FileUpdatesOnly -ShowFileDetails

    -------------------------------- Files Update Check  --------------------------------
    There are updated files available for this version of the NetAppDocs PowerShell
    module. Please run the function Update-NtapDocsFiles to get the latest updates.

    The following files have an updated version available:
    Resources\Hardware-ONTAP.xml

    ----------------------------------------------------------------------------------------





RELATED LINKS
    https://community.netapp.com/t5/NetAppDocs/bd-p/netappdocs