This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Dave Davis | |
| # Website: www.virtualizestuff.com | |
| function New-NsxtParentPort{ | |
| [CmdLetBinding()] | |
| param ( | |
| [Parameter (Mandatory=$True, | |
| ValueFromPipeline=$True, | |
| ValueFromPipelineByPropertyName=$True)] | |
| [ValidateNotNullOrEmpty()] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Dave Davis | |
| # Website: www.virtualizestuff.com | |
| #===================================================# | |
| # Modify Perennially Reserved for Phsyical RDMs # | |
| #===================================================# | |
| # Global variable | |
| $vcenter = "vcsa-a.homelab.virtualizestuff.com" | |
| $Cluster1 = "compute" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Dave Davis | |
| # Website: www.virtualizestuff.com | |
| #===============================================# | |
| # Modify Perennially Reserved on Datastores # | |
| #===============================================# | |
| # Global variable | |
| $vcenter = "vcsa-a.homelab.virtualizestuff.com" | |
| $Cluster1 = "compute" |