Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XMC
0.0.3
Public/New-XmcEndSystem.ps1
function
New-XmcEndSystem
{
[
CmdletBinding
(
)
]
Param
(
)
BEGIN
{
}
PROCESS
{
return
[XmcEndSystem]
::
new
(
)
}
}