< Back
Get-NLAServiceInfo
Post
NAME Get-NLAServiceInfo
SYNOPSIS
function used to retrieve windows service paramareters for all NLA service
SYNTAX
Get-NLAServiceInfo [<CommonParameters>]
DESCRIPTION
function used to retrieve windows service paramareters for all NLA service :
- DNS, HTTP endpoint used for test, IPV4 and IPV6 endpoint used for test
PARAMETERS
<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
OUTPUTS
TypeName : System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
NLA Check Disabled By Policy NoteProperty bool NLA Check Disabled By Policy=False
NLA Service Settings NoteProperty hashtable NLA Service Settings=System.Collections.Hashtable
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information about NLA service parameters
C:\\PS> Get-NLAServiceInfo
RELATED LINKS
SYNOPSIS
function used to retrieve windows service paramareters for all NLA service
SYNTAX
Get-NLAServiceInfo [<CommonParameters>]
DESCRIPTION
function used to retrieve windows service paramareters for all NLA service :
- DNS, HTTP endpoint used for test, IPV4 and IPV6 endpoint used for test
PARAMETERS
<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
OUTPUTS
TypeName : System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
NLA Check Disabled By Policy NoteProperty bool NLA Check Disabled By Policy=False
NLA Service Settings NoteProperty hashtable NLA Service Settings=System.Collections.Hashtable
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information about NLA service parameters
C:\\PS> Get-NLAServiceInfo
RELATED LINKS