Menu

Get-SasMetaToken

Andreas Menrath
Synopsis
    Create a SAS Token Authentication Login for a one time usage.

Syntax
    Get-SasMetaToken [-Iomi] <PSObject> [<CommonParameters>]

Description

Parameters
    -Iomi <PSObject>
        SAS metadata server object.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

Inputs

Outputs

Notes

Examples
    --------------  Example 1  --------------
    PS C:\> $omi = Connect-SasMetadataServer "iom://localhost:8561;Bridge;SECURITYPACKAGE=Negotiate"

    $token = Get-SasMetaToken $omi

    First connect to a SAS metadata server and create OMI object.
    Then use the OMI object to get a one time token.

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.