mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Add comment to exit 0
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
list-fritzbox-devices.ps1 [<username>] [<password>]
|
||||
.DESCRIPTION
|
||||
@ -47,4 +47,4 @@ $HostTable = $HostList.List.Item.GetEnumerator()
|
||||
|
||||
$HostTable | format-table -property Active,IPAddress,MACAddress,HostName,InterfaceType,X_AVM-DE_Speed
|
||||
|
||||
exit 0
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user