Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSSWAPI
0.1.5
Functions/Public/Get-SWAPIEndpoint.ps1
function
Get-SWAPIEndpoint
{
[
CmdletBinding
(
)
]
param
(
)
process
{
Invoke-SWAPIReq
-Method
Get
-Path
''
}
}