< Back

Connect-AtwsWebAPI

Sat Jan 11, 2020 4:22 am

NAME Connect-AtwsWebAPI



SYNOPSIS

This function re-loads the module with the correct parameters for full functionality





SYNTAX

Connect-AtwsWebAPI -Credential <PSCredential> -ApiTrackingIdentifier <String> [-UsePicklistLabels] [-Prefix

<String>] [-RefreshCache] [-WhatIf] [-Confirm] [<CommonParameters>]



Connect-AtwsWebAPI -Credential <PSCredential> -ApiTrackingIdentifier <String> [-UsePicklistLabels] [-Prefix

<String>] [-NoDiskCache] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This function is a wrapper that is included for backwards compatibility with previous module behavior.

These parameters should be passed to Import-Module -Variable directly, but previously the module

consisted of two, nested modules. Now there is a single module with all functionality.





PARAMETERS

-Credential <PSCredential>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiTrackingIdentifier <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-UsePicklistLabels [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Prefix <String>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RefreshCache [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-NoDiskCache [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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

A PSCredential object. Required.

A string used as ApiTrackingIdentifier. Required.





OUTPUTS

Nothing.





NOTES





NAME: Connect-AtwsWebAPI



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



PS C:\\>Connect-AtwsWebAPI -Credential $Credential -ApiTrackingIdentifier $String















RELATED LINKS