Added python/read_write_file.sh

This commit is contained in:
Floris van Enter
2017-12-14 12:18:37 +01:00
parent 9f918ead05
commit 483b01e2e1
8 changed files with 231 additions and 1 deletions

View File

@ -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(