Added python/read_write_file.sh
This commit is contained in:
@ -6,12 +6,15 @@ function Get-MACAddress {
|
||||
Retrieves MAC-Address
|
||||
.DESCRIPTION
|
||||
Retrieves MAC-Address from each IP enabled networkdevice in a computer
|
||||
Written by Floris van Enter | EnterMI
|
||||
.PARAMETER ComputerName
|
||||
The name of the computer to query.
|
||||
.EXAMPLE
|
||||
.\Get-MacAddress -ComputerName 'desktop1'
|
||||
.EXAMPLE
|
||||
.\Get-MacAddress -ComputerName 'server1','server2','desktop1'
|
||||
.LINK
|
||||
https://www.entermi.nl
|
||||
#>
|
||||
[CmdletBinding()]
|
||||
Param(
|
||||
|
Reference in New Issue
Block a user