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
Function Set-DefaultPropertyDisplaySet { | |
<# | |
.Synopsis | |
Adds a Default Property Display Set to a PSCustomObject. | |
.Description | |
Adds a Default Property Display Set to a PSCustomObject. The default display will be formatted as a table; the columns will be in the | |
same order as they are passed to the function. |
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
Function New-Identity { | |
<# | |
.Synopsis | |
Creates a new identity. | |
.Description | |
Creates a new identity with UID, Email, and UPN. | |
.Parameter UID |
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
Function Update-VMWareTools { | |
<# | |
.Synopsis | |
Update VMWare Tools from an unpacked ISO file on a shared repository. | |
.Description | |
Update VMWare Tools from an unpacked ISO file on a shared repository. As of | |
VMWare Tools Version 10, the VMWare releases the tools separately from the | |
ESXi patches and does so as individual ISO files. In order to use this function, | |
copy the ISO to a shared repository in your environment, and extract it into a |
NewerOlder