https://github.com/mweisel/getvmwarelansegment
VMware LAN Segment PowerShell function for VMware Workstation Pro (Windows)
https://github.com/mweisel/getvmwarelansegment
powershell vmware-workstation windows
Last synced: 5 months ago
JSON representation
VMware LAN Segment PowerShell function for VMware Workstation Pro (Windows)
- Host: GitHub
- URL: https://github.com/mweisel/getvmwarelansegment
- Owner: mweisel
- License: mit
- Created: 2018-10-19T01:40:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T01:44:03.000Z (over 6 years ago)
- Last Synced: 2025-02-24T22:16:31.278Z (12 months ago)
- Topics: powershell, vmware-workstation, windows
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetVMwareLANSegment
A VMware LAN Segment PowerShell function for VMware Workstation Pro (Windows).
## Usage
Returns each of the VMWare LAN Segments as a custom object.
Get-VMwareLANSegment
In addition to the default output, this will display the total number of VMware LAN Segments.
Get-VMwareLANSegment -Verbose
This will return a specific VMWare LAN Segment object with the value 'link005' for the Name property.
Get-VMwareLANSegment | where Name -eq 'link005'
## Reference
- [LAN Segments for VMware Workstation Pro on Windows](https://binarynature.blogspot.com/2018/02/lan-segments-vmware-workstation-windows.html)
- [Configuring LAN Segments](https://docs.vmware.com/en/VMware-Workstation-Pro/15.0/com.vmware.ws.using.doc/GUID-DEE1E2F1-5DA4-4C83-B7C5-A1165C84C757.html)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details