Skip to content

Commit 31e8f81

Browse files
removed exports
1 parent 04b0777 commit 31e8f81

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Nuttercode-SNMP/Nuttercode-SNMP.psm1

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Author: Johannes B. Latzel
44
#
5-
# Version: 2019.05.30
5+
# Version: 2019.06.09
66
#
77
########################################################################################################################
88
#
@@ -60,7 +60,6 @@ function Get-SnmpWalk() {
6060
[SNMPResult]::new(".$($comSnmp.OIDFromString($($result[0, $a])) -join ".")", "$($result[1, $a])")
6161
}
6262
}
63-
export-modulemember -function Get-SNMPWalk
6463

6564

6665
function Get-SnmpWalkValue() {
@@ -78,7 +77,6 @@ function Get-SnmpWalkValue() {
7877
}
7978
}
8079
}
81-
export-modulemember -function Get-SNMPWalkValue
8280

8381

8482
function Get-Snmp() {
@@ -97,7 +95,6 @@ function Get-Snmp() {
9795
}
9896
[SNMPResult]::new($Oid, $result)
9997
}
100-
export-modulemember -function Get-SNMP
10198

10299

103100
function Get-SnmpValue() {
@@ -111,5 +108,4 @@ function Get-SnmpValue() {
111108
return $result.Value
112109
}
113110
return ""
114-
}
115-
export-modulemember -function Get-SNMPValue
111+
}

0 commit comments

Comments
 (0)