├── CODE_OF_CONDUCT.md ├── CONTRIBUTING ├── LICENSE ├── README.md ├── example-outputs ├── Magneet_nl │ ├── 2017-08-12_10_04_50-Windows_PowerShell.png │ ├── 2017-08-12_10_05_46-Windows_PowerShell.png │ ├── 2017-08-12_10_06_32-Windows_PowerShell.png │ ├── 2017-08-12_10_06_42-Windows_PowerShell.png │ ├── 2017-08-12_10_06_54-Windows_PowerShell.png │ ├── 2017-08-12_10_07_29-Windows_PowerShell.png │ ├── 2017-08-1_10_05_03-Windows_PowerShell.png │ ├── README.MD │ ├── magneet_csv_hardware_1.png │ ├── magneet_csv_hardware_2.png │ ├── magneet_csv_hardware_3.png │ └── magneet_csv_hardware_4.png ├── info.txt └── michael_rudloff │ ├── README.MD │ ├── michael_iscsi_VMKernel.png │ ├── michael_iscsi_datastore.png │ ├── michael_iscsi_iSCSI.png │ ├── michael_iscsi_physical.png │ ├── open920-0874.png │ ├── open920-0875.png │ ├── open920-0876.png │ ├── open920-0877.png │ ├── open920-0878.png │ ├── open920-0879.png │ └── open920-0880.png ├── pictures ├── Confirm_vDocumentation_installation.png ├── Confirm_vDocumentation_installation2.png ├── Get-ESXIODevice_output.png ├── Get-ESXNetworking-PhysicalAdapters_output.png ├── Get-ESXNetworking-VMkernelAdapters_output.png ├── Get-ESXNetworking-VirtualSwitches_output.png ├── Get-ESXNetworking-VirtualSwitches_output2.png ├── Get-ESXStorage-Datastores_output.png ├── Get-ESXStorage-StorageAdapters_output.png ├── PowerShell_as_administrator.png ├── enable_RemoteSigned_Invalid_Certificate.png ├── get-esxinventory-configuration_output.png ├── get-esxinventory-hardware_output.png ├── get-help_example.png ├── info.txt ├── install_PowerCLI_ImportExcel_vDocumentation.png ├── install_vDocumentation_1.03.png ├── uninstall_vDocumentation.png ├── upgrade_commands.png ├── v240BIOS_Compliance.png ├── v240PatchCompliance.png ├── v240VM_Compliance.png ├── vDocumentation_quick_upgrade_check.png └── vDocumentation_quick_upgrade_steps.png ├── powershell └── vDocumentation │ ├── BIOSUpdates.csv │ ├── BIOSUpdates_v4.csv │ ├── Intel_MCU.csv │ ├── Intel_MCU_v4.csv │ ├── Public │ ├── Get-ESXIODevice.ps1 │ ├── Get-ESXInventory.ps1 │ ├── Get-ESXNetworking.ps1 │ ├── Get-ESXPatching.ps1 │ ├── Get-ESXSpeculativeExecution.ps1 │ ├── Get-ESXStorage.ps1 │ ├── Get-VMSpeculativeExecution.ps1 │ └── Get-vSANInfo.ps1 │ ├── vDocumentation.psd1 │ └── vDocumentation.psm1 └── zDocumentation ├── README.md └── zDocumentation model.xlsx /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/CONTRIBUTING -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/README.md -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_04_50-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_04_50-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_05_46-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_05_46-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_06_32-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_06_32-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_06_42-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_06_42-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_06_54-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_06_54-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-12_10_07_29-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-12_10_07_29-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/2017-08-1_10_05_03-Windows_PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/2017-08-1_10_05_03-Windows_PowerShell.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/README.MD -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/magneet_csv_hardware_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/magneet_csv_hardware_1.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/magneet_csv_hardware_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/magneet_csv_hardware_2.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/magneet_csv_hardware_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/magneet_csv_hardware_3.png -------------------------------------------------------------------------------- /example-outputs/Magneet_nl/magneet_csv_hardware_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/Magneet_nl/magneet_csv_hardware_4.png -------------------------------------------------------------------------------- /example-outputs/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/info.txt -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/README.MD -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/michael_iscsi_VMKernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/michael_iscsi_VMKernel.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/michael_iscsi_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/michael_iscsi_datastore.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/michael_iscsi_iSCSI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/michael_iscsi_iSCSI.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/michael_iscsi_physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/michael_iscsi_physical.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0874.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0874.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0875.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0875.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0876.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0876.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0877.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0877.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0878.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0878.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0879.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0879.png -------------------------------------------------------------------------------- /example-outputs/michael_rudloff/open920-0880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/example-outputs/michael_rudloff/open920-0880.png -------------------------------------------------------------------------------- /pictures/Confirm_vDocumentation_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Confirm_vDocumentation_installation.png -------------------------------------------------------------------------------- /pictures/Confirm_vDocumentation_installation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Confirm_vDocumentation_installation2.png -------------------------------------------------------------------------------- /pictures/Get-ESXIODevice_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXIODevice_output.png -------------------------------------------------------------------------------- /pictures/Get-ESXNetworking-PhysicalAdapters_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXNetworking-PhysicalAdapters_output.png -------------------------------------------------------------------------------- /pictures/Get-ESXNetworking-VMkernelAdapters_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXNetworking-VMkernelAdapters_output.png -------------------------------------------------------------------------------- /pictures/Get-ESXNetworking-VirtualSwitches_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXNetworking-VirtualSwitches_output.png -------------------------------------------------------------------------------- /pictures/Get-ESXNetworking-VirtualSwitches_output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXNetworking-VirtualSwitches_output2.png -------------------------------------------------------------------------------- /pictures/Get-ESXStorage-Datastores_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXStorage-Datastores_output.png -------------------------------------------------------------------------------- /pictures/Get-ESXStorage-StorageAdapters_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/Get-ESXStorage-StorageAdapters_output.png -------------------------------------------------------------------------------- /pictures/PowerShell_as_administrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/PowerShell_as_administrator.png -------------------------------------------------------------------------------- /pictures/enable_RemoteSigned_Invalid_Certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/enable_RemoteSigned_Invalid_Certificate.png -------------------------------------------------------------------------------- /pictures/get-esxinventory-configuration_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/get-esxinventory-configuration_output.png -------------------------------------------------------------------------------- /pictures/get-esxinventory-hardware_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/get-esxinventory-hardware_output.png -------------------------------------------------------------------------------- /pictures/get-help_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/get-help_example.png -------------------------------------------------------------------------------- /pictures/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/info.txt -------------------------------------------------------------------------------- /pictures/install_PowerCLI_ImportExcel_vDocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/install_PowerCLI_ImportExcel_vDocumentation.png -------------------------------------------------------------------------------- /pictures/install_vDocumentation_1.03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/install_vDocumentation_1.03.png -------------------------------------------------------------------------------- /pictures/uninstall_vDocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/uninstall_vDocumentation.png -------------------------------------------------------------------------------- /pictures/upgrade_commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/upgrade_commands.png -------------------------------------------------------------------------------- /pictures/v240BIOS_Compliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/v240BIOS_Compliance.png -------------------------------------------------------------------------------- /pictures/v240PatchCompliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/v240PatchCompliance.png -------------------------------------------------------------------------------- /pictures/v240VM_Compliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/v240VM_Compliance.png -------------------------------------------------------------------------------- /pictures/vDocumentation_quick_upgrade_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/vDocumentation_quick_upgrade_check.png -------------------------------------------------------------------------------- /pictures/vDocumentation_quick_upgrade_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/pictures/vDocumentation_quick_upgrade_steps.png -------------------------------------------------------------------------------- /powershell/vDocumentation/BIOSUpdates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/BIOSUpdates.csv -------------------------------------------------------------------------------- /powershell/vDocumentation/BIOSUpdates_v4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/BIOSUpdates_v4.csv -------------------------------------------------------------------------------- /powershell/vDocumentation/Intel_MCU.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Intel_MCU.csv -------------------------------------------------------------------------------- /powershell/vDocumentation/Intel_MCU_v4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Intel_MCU_v4.csv -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXIODevice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXIODevice.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXInventory.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXNetworking.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXNetworking.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXPatching.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXPatching.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXSpeculativeExecution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXSpeculativeExecution.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-ESXStorage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-ESXStorage.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-VMSpeculativeExecution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-VMSpeculativeExecution.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/Public/Get-vSANInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/Public/Get-vSANInfo.ps1 -------------------------------------------------------------------------------- /powershell/vDocumentation/vDocumentation.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/vDocumentation.psd1 -------------------------------------------------------------------------------- /powershell/vDocumentation/vDocumentation.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/powershell/vDocumentation/vDocumentation.psm1 -------------------------------------------------------------------------------- /zDocumentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/zDocumentation/README.md -------------------------------------------------------------------------------- /zDocumentation/zDocumentation model.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arielsanchezmora/vDocumentation/HEAD/zDocumentation/zDocumentation model.xlsx --------------------------------------------------------------------------------