Following errors:
PS H:\> \\sccm\Source\Etc\powershell\vsphere-connect.ps1
Connect-VIServer : The 'Connect-VIServer' command was found in the module 'VMware.VimAutomation.Core',
but the module could not be loaded. For more information, run 'Import-Module VMware.VimAutomation.Core'.
At \\sccm\Source\Etc\powershell\vsphere-connect.ps1:1 char:1
+ Connect-VIServer -Server vcenter67 -User administrator@vsphere.local ...
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-VIServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
PS H:\> import-module vmware.vimautomation.core
import-module : Unable to find type [VMware.VimAutomation.Sdk.Interop.V1.CoreServiceFactory].
At line:1 char:1
+ import-module vmware.vimautomation.core
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (VMware.VimAutom...eServiceFactory:TypeName) [Import-Modu
le], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
---------------
I've tried a couple things, but topics I've found aren't completely current, so hoping there's an all in one solution/script that will remove modules, cleanup, reinstall, unblock etc etc. Or if this is a known issue what the specific solution is.
Afaik that is installed as a Windows Server Feature.
You will probably have to remove the feature (Remove Roles and Features)
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Did you check that in the PS session, started from within SCCM I assume, the $env:PSModulePath variable contains the locations where the PowerCLI modules are installed?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
My output from that is:
C:\Program Files (x86)\WindowsPowerShell\Modules;
C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules;C:\Program Fi
les (x86)\Microsoft Endpoint Manager\AdminConsole\bin;C:\Program Files (x86)\Windows Kits\10\Microsoft Appl
ication Virtualization\Sequencer\AppvPkgConverter;C:\Program Files (x86)\Windows Kits\10\Microsoft Applicat
ion Virtualization\Sequencer\AppvSequencer;C:\Program Files (x86)\Windows Kits\10\Microsoft Application Vir
tualization\
And I don't know what specifically to look for past that, as there are various vmware paths after that.
Oh and no, not from within SCCM, that's just the directory where I keep a lot of powershell scripts. Many of them SCCM related of course.
Can you now do a
Get-Module -Name VMware* -ListAvailble
and check if the parent folder of the PowerCLI modules is one of the folders in $ennv:PSModulePath?
Also check if you by any chance have more than 1 version PowerCLI installed
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
That's a lot of folders to check, and I don't know what it should be named. If it's powercli, the only folder named that is the one I copied there.
Also not sure how to ensure not more than one PowerCLI is installed, it is definitely the first time this box has ever had it manually installed. Would the command you asked for not show? The output of which is below. I thought it might be better to not have it truncate the values but it's a bit messy so including a sheets link of out-gridview:
https://docs.google.com/spreadsheets/d/1pz15VuVgDFhJAj1VkQrNTMkgBuxDszsXdj5icksq8-g/edit?usp=sharing
Thanks a lot for your help
Manifest 8.0.1111.21624264 VMware.Sdk.vSphere
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance Invoke-GetItemHealthMessages Invoke-GetHealthSettings Invoke-UpdateHealthSettings Invoke-CreateLocalAccounts Invoke-DeleteUsernameLocalAccounts Invoke-GetUsernameLocalAccounts Invoke-ListLocalAccounts Invoke-SetUsernameLocalAccounts Invoke-UpdateUsernameLocalAccounts Invoke-GetMonitoringQuery Invoke-GetStatIdMonitoring Invoke-ListMonitoring Invoke-ChangeNetworkingAsync Invoke-GetNetworking Invoke-ResetNetworking Invoke-UpdateNetworking Invoke-GetNtp Invoke-SetNtp Invoke-TestNtp Invoke-GetRecovery Invoke-ApplianceGetService Invoke-ApplianceListServices Invoke-ApplianceRestartService Invoke-ApplianceStartService Invoke-ApplianceStopService Invoke-CancelShutdown Invoke-GetShutdown Invoke-PoweroffShutdown Invoke-RebootShutdown Invoke-CreateSupportBundleAsync Invoke-ListSupportBundle Invoke-GetTimesync Invoke-SetTimesync Invoke-CancelUpdate Invoke-GetUpdate Initialize-HealthCheckSettingsUpdateSpec Initialize-LocalAccountsConfig Initialize-LocalAccountsCreateRequestBody Initialize-LocalAccountsUpdateConfig Initialize-NetworkingChangeSpec Initialize-NetworkingUpdateSpec Initialize-NtpSetRequestBody Initialize-NtpTestRequestBody Initialize-ShutdownPoweroffRequestBody Initialize-ShutdownRebootRequestBody Initialize-SupportBundleCreateSpec Initialize-TimesyncSetRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Access Invoke-GetAccessConsolecli Invoke-SetAccessConsolecli Invoke-GetAccessDcui Invoke-SetAccessDcui Invoke-GetAccessShell Invoke-SetAccessShell Invoke-GetAccessSsh Invoke-SetAccessSsh Initialize-AccessConsolecliSetRequestBody Initialize-AccessDcuiSetRequestBody Initialize-AccessShellShellConfig Initialize-AccessSshSetRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Health Invoke-GetHealthApplmgmt Invoke-GetHealthDatabase Invoke-GetHealthDatabaseStorage Invoke-GetHealthLoad Invoke-GetHealthMem Invoke-GetHealthSoftwarePackages Invoke-GetHealthStorage Invoke-GetHealthSwap Invoke-GetHealthSystem Invoke-GetHealthSystemLastcheck
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.InfraProfile Invoke-ExportInfraprofileConfigs Invoke-ImportInfraprofileConfigsAsync Invoke-ListInfraprofileConfigs Invoke-ValidateInfraprofileConfigsAsync Initialize-InfraprofileConfigsImportProfileSpec Initialize-InfraprofileConfigsProfilesSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.LocalAccounts Invoke-GetLocalAccountsGlobalPolicy Invoke-SetLocalAccountsGlobalPolicy Initialize-LocalAccountsPolicyInfo
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Logging Invoke-GetLoggingForwarding Invoke-SetLoggingForwarding Invoke-TestLoggingForwarding Initialize-LoggingForwardingConfig Initialize-LoggingForwardingSetRequestBody Initialize-LoggingForwardingTestRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Networking Invoke-CreateNetworkingDnsDomains Invoke-ListNetworkingDnsDomains Invoke-SetNetworkingDnsDomains Invoke-GetNetworkingDnsHostname Invoke-SetNetworkingDnsHostname Invoke-TestDnsHostname Invoke-GetNetworkingFirewallInbound Invoke-SetNetworkingFirewallInbound Invoke-GetInterfaceNameNetworking Invoke-ListNetworkingInterfaces Invoke-GetInterfaceNameNetworkingIpv4 Invoke-SetInterfaceNameNetworkingIpv4 Invoke-GetInterfaceNameNetworkingIpv6 Invoke-SetInterfaceNameNetworkingIpv6 Invoke-GetNetworkingNoproxy Invoke-SetNetworkingNoproxy Invoke-DeleteProtocolNetworkingProxy Invoke-GetProtocolNetworkingProxy Invoke-ListNetworkingProxy Invoke-SetProtocolNetworkingProxy Invoke-TestProtocolProxy Invoke-CreateNetworkingDnsServers Invoke-GetNetworkingDnsServers Invoke-SetNetworkingDnsServers Invoke-TestDnsServers Initialize-NetworkingDnsDomainsAddRequestBody Initialize-NetworkingDnsDomainsSetRequestBody Initialize-NetworkingDnsHostnameSetRequestBody Initialize-NetworkingDnsHostnameTestRequestBody Initialize-NetworkingDnsServersAddRequestBody Initialize-NetworkingDnsServersDNSServerConfig Initialize-NetworkingDnsServersTestRequestBody Initialize-NetworkingFirewallInboundRule Initialize-NetworkingFirewallInboundSetRequestBody Initialize-NetworkingInterfacesIpv4Config Initialize-NetworkingInterfacesIpv6Address Initialize-NetworkingInterfacesIpv6Config Initialize-NetworkingNoProxySetRequestBody Initialize-NetworkingProxyConfig Initialize-NetworkingProxyTestRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Recovery Invoke-GetSystemNameArchive Invoke-ListSystemNameArchives Invoke-ValidateRecoveryBackup Invoke-ListBackupJobDetails Invoke-CancelIdJob Invoke-CancelRestoreJob Invoke-CreateRecoveryBackupJob Invoke-CreateRecoveryReconciliationJob Invoke-CreateRecoveryRestoreJob Invoke-GetIdBackupJob Invoke-GetRecoveryReconciliationJob Invoke-GetRecoveryRestoreJob Invoke-ListRecoveryBackupJob Invoke-GetIdBackupParts Invoke-ListRecoveryBackupParts Invoke-ValidateRecoveryRestore Invoke-CreateRecoveryBackupSchedules Invoke-DeleteScheduleBackup Invoke-GetScheduleBackup Invoke-ListRecoveryBackupSchedules Invoke-RunSchedule Invoke-UpdateScheduleBackup Invoke-ListBackupSystemName Initialize-RecoveryBackupBackupRequest Initialize-RecoveryBackupJobBackupRequest Initialize-RecoveryBackupLocationSpec Initialize-RecoveryBackupSchedulesCreateRequestBody Initialize-RecoveryBackupSchedulesCreateSpec Initialize-RecoveryBackupSchedulesRecurrenceInfo Initialize-RecoveryBackupSchedulesRetentionInfo Initialize-RecoveryBackupSchedulesRunRequestBody Initialize-RecoveryBackupSchedulesUpdateSpec Initialize-RecoveryBackupSystemNameArchiveFilterSpec Initialize-RecoveryBackupSystemNameArchiveListRequestBody Initialize-RecoveryReconciliationJobCreateSpec Initialize-RecoveryRestoreJobRestoreRequest Initialize-RecoveryRestoreRestoreRequest
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.SupportBundle Invoke-GetSupportBundleComponents
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.System Invoke-GetSystemGlobalFips Invoke-SetSystemGlobalFips Invoke-ListSystemStorage Invoke-ResizeExSystemStorage Invoke-ResizeSystemStorage Invoke-GetSystemTime Invoke-GetSystemTimeTimezone Invoke-SetSystemTimeTimezone Invoke-GetSystemUptime Invoke-GetSystemVersion Initialize-SystemSecurityGlobalFipsUpdateSpec Initialize-SystemTimeTimezoneSetRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Appliance.Update Invoke-InstallVersionPending Invoke-ListUpdatePending Invoke-PrecheckVersionPending Invoke-StageAndInstallVersionPending Invoke-StageVersionPending Invoke-ValidateVersionPending Invoke-GetUpdatePolicy Invoke-SetUpdatePolicy Invoke-DeleteUpdateStaged Invoke-GetUpdateStaged Initialize-UpdatePendingInstallRequestBody Initialize-UpdatePendingStageAndInstallRequestBody Initialize-UpdatePendingValidateRequestBody Initialize-UpdatePolicyConfig Initialize-UpdatePolicyTime
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Cis Invoke-CreateSession Invoke-DeleteSession Invoke-GetSession Invoke-CancelTask Invoke-GetTask Invoke-ListTasks Initialize-TasksFilterSpec Initialize-TasksGetSpec Initialize-TasksListRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Cis.Tagging Invoke-AddToUsedByCategoryId Invoke-CreateCategory Invoke-DeleteCategoryId Invoke-GetCategoryId Invoke-ListCategory Invoke-ListUsedCategoriesCategory Invoke-RemoveFromUsedByCategoryId Invoke-RevokePropagatingPermissionsCategoryId Invoke-UpdateCategoryId Invoke-AddToUsedByTagId Invoke-CreateTag Invoke-DeleteTagId Invoke-GetTagId Invoke-ListTag Invoke-ListTagsForCategory Invoke-ListUsedTags Invoke-RemoveFromUsedByTagId Invoke-RevokePropagatingPermissionsTagId Invoke-UpdateTagId Invoke-AttachMultipleTagsToObjectTagAssociation Invoke-AttachTagIdTagAssociation Invoke-AttachTagToMultipleObjectsTagIdTagAssociation Invoke-DetachMultipleTagsFromObjectTagAssociation Invoke-DetachTagFromMultipleObjectsTagIdTagAssociation Invoke-DetachTagIdTagAssociation Invoke-ListAttachableTagsTagAssociation Invoke-ListAttachedObjectsOnTagsTagAssociation Invoke-ListAttachedObjectsTagIdTagAssociation Invoke-ListAttachedTagsOnObjectsTagAssociation Invoke-ListAttachedTagsTagAssociation Initialize-StdDynamicID Initialize-TaggingCategoryAddToUsedByRequestBody Initialize-TaggingCategoryCreateSpec Initialize-TaggingCategoryListUsedCategoriesRequestBody Initialize-TaggingCategoryRemoveFromUsedByRequestBody Initialize-TaggingCategoryUpdateSpec Initialize-TaggingTagAddToUsedByRequestBody Initialize-TaggingTagAssociationAttachMultipleTagsToObjectRequestBody Initialize-TaggingTagAssociationAttachRequestBody Initialize-TaggingTagAssociationAttachTagToMultipleObjectsRequestBody Initialize-TaggingTagAssociationDetachMultipleTagsFromObjectRequestBody Initialize-TaggingTagAssociationDetachRequestBody Initialize-TaggingTagAssociationDetachTagFromMultipleObjectsRequestBody Initialize-TaggingTagAssociationListAttachableTagsRequestBody Initialize-TaggingTagAssociationListAttachedObjectsOnTagsRequestBody Initialize-TaggingTagAssociationListAttachedTagsOnObjectsRequestBody Initialize-TaggingTagAssociationListAttachedTagsRequestBody Initialize-TaggingTagCreateSpec Initialize-TaggingTagListTagsForCategoryRequestBody Initialize-TaggingTagListUsedTagsRequestBody Initialize-TaggingTagRemoveFromUsedByRequestBody Initialize-TaggingTagUpdateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Content Invoke-GetContentConfiguration Invoke-UpdateContentConfiguration Invoke-FindContentLibrary Invoke-GetLibraryIdContent Invoke-ListContentLibrary Invoke-UpdateLibraryIdContent Invoke-CreateContentLocalLibrary Invoke-DeleteLibraryIdContentLocalLibrary Invoke-GetLibraryIdContentLocalLibrary Invoke-ListContentLocalLibrary Invoke-PublishLibraryIdLocalLibrary Invoke-UpdateLibraryIdContentLocalLibrary Invoke-ListContentSecurityPolicies Invoke-CreateContentSubscribedLibrary Invoke-DeleteLibraryIdContentSubscribedLibrary Invoke-EvictLibraryIdSubscribedLibrary Invoke-GetLibraryIdContentSubscribedLibrary Invoke-ListContentSubscribedLibrary Invoke-ProbeContentSubscribedLibrary Invoke-SyncLibraryIdSubscribedLibrary Invoke-UpdateLibraryIdContentSubscribedLibrary Invoke-CreateContentTrustedCertificates Invoke-DeleteCertificateContentTrustedCertificates Invoke-GetCertificateContentTrustedCertificates Invoke-ListContentTrustedCertificates Invoke-ListContentType Initialize-ConfigurationModel Initialize-LibraryFindSpec Initialize-LibraryModel Initialize-LibraryOptimizationInfo Initialize-LibraryPublishInfo Initialize-LibrarySourceInfo Initialize-LibrarySubscriptionInfo Initialize-LocalLibraryDestinationSpec Initialize-LocalLibraryPublishRequestBody Initialize-SubscribedLibraryProbeRequestBody Initialize-TrustedCertificatesCreateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.ContentLibrary Invoke-GetLibraryItemVersionLibraryChanges Invoke-ListLibraryItemContentChanges Invoke-CancelDownloadSessionId Invoke-CreateLibraryItemDownloadSession Invoke-DeleteDownloadSessionIdItem Invoke-FailDownloadSessionId Invoke-GetDownloadSessionIdItem Invoke-KeepAliveDownloadSessionId Invoke-ListLibraryItemDownloadSession Invoke-CreateUpdateSessionIdItemFile Invoke-DeleteUpdateSessionIdFileNameItem Invoke-GetDownloadSessionIdFile Invoke-GetLibraryItemIdFile Invoke-GetUpdateSessionIdFileNameItem Invoke-ListDownloadSessionIdItemFile Invoke-ListLibraryItemIdContentFile Invoke-ListUpdateSessionIdItemFile Invoke-PrepareDownloadSessionIdFile Invoke-ValidateUpdateSessionIdFile Invoke-CopySourceLibraryItemId Invoke-CreateContentLibraryItem Invoke-DeleteLibraryItemIdContent Invoke-FindLibraryItem Invoke-GetLibraryItemIdContent Invoke-ListLibraryItem Invoke-PublishLibraryItemId Invoke-UpdateLibraryItemIdContent Invoke-GetLibraryItemIdStorage Invoke-ListLibraryItemIdContentStorage Invoke-EvictLibraryItemIdSubscribedItem Invoke-SyncLibraryItemIdSubscribedItem Invoke-CreateLibraryContentSubscriptions Invoke-DeleteLibrarySubscriptionContent Invoke-GetLibrarySubscriptionContent Invoke-ListLibraryContentSubscriptions Invoke-UpdateLibrarySubscriptionContent Invoke-CancelUpdateSessionId Invoke-CompleteUpdateSessionId Invoke-CreateLibraryItemUpdateSession Invoke-DeleteUpdateSessionIdItem Invoke-FailUpdateSessionId Invoke-GetUpdateSessionIdItem Invoke-KeepAliveUpdateSessionId Invoke-ListLibraryItemUpdateSession Invoke-UpdateUpdateSessionIdItem Initialize-LibraryItemCertificateVerificationInfo Initialize-LibraryItemDestinationSpec Initialize-LibraryItemDownloadSessionFailRequestBody Initialize-LibraryItemDownloadsessionFilePrepareRequestBody Initialize-LibraryItemDownloadSessionKeepAliveRequestBody Initialize-LibraryItemDownloadSessionModel Initialize-LibraryItemFileChecksumInfo Initialize-LibraryItemFindSpec Initialize-LibraryItemModel Initialize-LibraryItemPublishRequestBody Initialize-LibraryItemTransferEndpoint Initialize-LibraryItemUpdatesessionCertificateInfo Initialize-LibraryItemUpdateSessionFailRequestBody Initialize-LibraryItemUpdatesessionFileAddSpec Initialize-LibraryItemUpdateSessionKeepAliveRequestBody Initialize-LibraryItemUpdateSessionModel Initialize-LibraryItemUpdatesessionPreviewInfo Initialize-LibraryItemUpdatesessionPreviewWarningInfo Initialize-LibraryItemUpdatesessionWarningBehavior Initialize-LibraryStorageBacking Initialize-LibrarySubscribedItemSyncRequestBody Initialize-LibrarySubscriptionsCreateSpec Initialize-LibrarySubscriptionsCreateSpecNewSubscribedLibrary Initialize-LibrarySubscriptionsCreateSpecPlacement Initialize-LibrarySubscriptionsCreateSpecSubscribedLibrary Initialize-LibrarySubscriptionsCreateSpecVcenter Initialize-LibrarySubscriptionsUpdateSpec Initialize-LibrarySubscriptionsUpdateSpecPlacement Initialize-LibrarySubscriptionsUpdateSpecVcenter Initialize-StdLocalizableMessage Initialize-StdLocalizationParam Initialize-StdNestedLocalizableMessage
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Esx.Hcl Invoke-DownloadHclCompatibilityDataAsync Invoke-GetHclCompatibilityDataStatus Invoke-ListHostHclCompatibilityReleases Invoke-CreateHostCompatibilityReportAsync Invoke-GetHostHclCompatibilityReport Invoke-GetReportHcl Initialize-HclHostsCompatibilityReportSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Esx.Hosts Invoke-ListHostSoftwareInstalledComponents Invoke-GetSoftware Initialize-HostsSoftwareHostCredentials
Script 8.0.1111.21624264 VMware.Sdk.vSphere.Esx.Settings Invoke-DeleteClusterDraftSoftwareAddOn Invoke-DeleteHostDraftSoftwareAddOn Invoke-GetClusterDraftSoftwareAddOn Invoke-GetClusterSoftwareAddOn Invoke-GetHostDraftSoftwareAddOn Invoke-GetHostSoftwareAddOn Invoke-SetClusterDraftSoftwareAddOn Invoke-SetHostDraftSoftwareAddOn Invoke-ListDepotContentAddOns Invoke-GetClusterPoliciesApply Invoke-GetDefaultsClustersPoliciesApply Invoke-GetDefaultsHostsPoliciesApply Invoke-GetHostPoliciesApply Invoke-SetClusterPoliciesApply Invoke-SetDefaultsClustersPoliciesApply Invoke-SetDefaultsHostsPoliciesApply Invoke-SetHostPoliciesApply Invoke-GetClusterSoftwareReportsApplyImpact Invoke-GetHostSoftwareReportsApplyImpact Invoke-GetClusterDraftSoftwareBaseImage Invoke-GetClusterSoftwareBaseImage Invoke-GetHostDraftSoftwareBaseImage Invoke-GetHostSoftwareBaseImage Invoke-SetClusterDraftSoftwareBaseImage Invoke-SetHostDraftSoftwareBaseImage Invoke-ListDepotContentBaseImages Invoke-GetClusterCommitSoftware Invoke-GetHostCommitSoftware Invoke-GetClusterSoftwareCompliance Invoke-GetHostSoftwareCompliance Invoke-UpdateClusterStorageDeviceOverridesComplianceStatusAsync Invoke-DeleteClusterDraftComponentSoftware Invoke-DeleteHostDraftComponentSoftware Invoke-GetClusterComponentSoftware Invoke-GetClusterDraftComponentSoftware Invoke-GetHostComponentSoftware Invoke-GetHostDraftComponentSoftware Invoke-ListClusterDraftSoftwareComponents Invoke-ListClusterSoftwareComponents Invoke-ListDepotContentComponents Invoke-ListHostDraftSoftwareComponents Invoke-ListHostSoftwareComponents Invoke-SetClusterDraftComponentSoftware Invoke-SetHostDraftComponentSoftware Invoke-UpdateClusterDraftSoftwareComponents Invoke-UpdateHostDraftSoftwareComponents Invoke-ApplyClusterConfigurationAsync Invoke-CheckComplianceClusterConfigurationAsync Invoke-ExportConfigClusterConfiguration Invoke-ExtractHostConfiguration Invoke-GetClusterConfiguration Invoke-GetClusterEnablementConfiguration Invoke-ImportConfigClusterConfigurationAsync Invoke-PrecheckClusterConfigurationAsync Invoke-ValidateClusterConfigurationAsync Invoke-GetDepotOfflineContent Invoke-GetDepotOnlineContent Invoke-GetDepotsUmdsContent Invoke-AddClusterDepotOverrides Invoke-AddHostDepotOverrides Invoke-GetClusterDepotOverrides Invoke-GetHostDepotOverrides Invoke-RemoveClusterDepotOverrides Invoke-RemoveHostDepotOverrides Invoke-SyncDepotsAsync Invoke-GetClusterSoftwareReportsHardwareCompatibilityDetails Invoke-CommitClusterDraftAsync Invoke-CommitHostDraftAsync Invoke-CreateClusterSoftwareDrafts Invoke-CreateHostSoftwareDrafts Invoke-DeleteClusterDraftSoftware Invoke-DeleteHostDraftSoftware Invoke-GetClusterDraftSoftware Invoke-GetHostDraftSoftware Invoke-ImportSoftwareSpecClusterSoftwareDrafts Invoke-ImportSoftwareSpecHostSoftwareDrafts Invoke-ListClusterSoftwareDrafts Invoke-ListHostSoftwareDrafts Invoke-ScanClusterDraftAsync Invoke-ScanHostDraftAsync Invoke-ValidateClusterDraftAsync Invoke-ValidateHostDraftAsync Invoke-GetClusterPoliciesApplyEffective Invoke-GetClustersPoliciesApplyEffective Invoke-GetHostPoliciesApplyEffective Invoke-GetHostsPoliciesApplyEffective Invoke-ListClusterDraftSoftwareEffectiveComponents Invoke-ListClusterSoftwareEffectiveComponents Invoke-ListHostDraftSoftwareEffectiveComponents Invoke-ListHostSoftwareEffectiveComponents Invoke-CheckClusterReportsHardwareCompatibilityAsync Invoke-GetClusterSoftwareReportsHardwareCompatibility Invoke-DeleteClusterDraftSoftwareHardwareSupport Invoke-GetClusterDraftSoftwareHardwareSupport Invoke-GetClusterSoftwareHardwareSupport Invoke-SetClusterDraftSoftwareHardwareSupport Invoke-GetClusterConfigurationReportsLastApplyResult Invoke-GetClusterSoftwareReportsLastApplyResult Invoke-GetHostSoftwareReportsLastApplyResult Invoke-GetClusterSoftwareReportsLastCheckResult Invoke-GetHostSoftwareReportsLastCheckResult Invoke-GetClusterConfigurationReportsLastComplianceResult Invoke-GetClusterConfigurationReportsLastPrecheckResult Invoke-ListHardwareSupportManagers Invoke-CreateDepotsOfflineAsync Invoke-CreateFromHostDepotsOfflineAsync Invoke-DeleteDepotOffline Invoke-DeleteDepotOfflineAsync Invoke-GetDepotOffline Invoke-ListDepotsOffline Invoke-CreateDepotsOnline Invoke-DeleteDepotOnline Invoke-DeleteDepotOnlineAsync Invoke-FlushDepotOnlineAsync Invoke-GetDepotOnline Invoke-ListDepotsOnline Invoke-UpdateDepotOnline Invoke-ListManagerHardwareSupportPackages Invoke-GetClusterConfigurationReportsRecentTasks Invoke-GenerateClusterSoftwareRecommendationsAsync Invoke-GenerateHostSoftwareRecommendationsAsync Invoke-GetClusterSoftwareRecommendations Invoke-GetHostSoftwareRecommendations Invoke-GetClusterConfigurationSchema Invoke-ApplyClusterSoftwareAsync Invoke-ApplyHostSoftwareAsync Invoke-CheckClusterEnablementSoftwareAsync Invoke-CheckClusterSoftwareAsync Invoke-CheckHostEnablementSoftwareAsync Invoke-CheckHostSoftwareAsync Invoke-ExportClusterSoftware Invoke-ExportHostSoftware Invoke-GetClusterEnablementSoftware Invoke-GetClusterSoftware Invoke-GetHostEnablementSoftware Invoke-GetHostSoftware Invoke-ScanClusterSoftwareAsync Invoke-ScanHostSoftwareAsync Invoke-SetClusterEnablementSoftwareAsync Invoke-SetHostEnablementSoftwareAsync Invoke-StageClusterSoftwareAsync Invoke-StageHostSoftwareAsync Invoke-DeleteClusterSolutionAsync Invoke-DeleteHostSolutionAsync Invoke-GetClusterSolutionSoftware Invoke-GetHostSolutionSoftware Invoke-ListClusterSoftwareSolutions Invoke-ListHostSoftwareSolutions Invoke-SetClusterSolutionAsync Invoke-SetHostSolutionAsync Invoke-GetDepotsSyncSchedule Invoke-SetDepotsSyncSchedule Invoke-CancelClusterConfigurationTransition Invoke-CheckEligibilityClusterConfigurationTransitionAsync Invoke-EnableClusterConfigurationTransitionAsync Invoke-ExportConfigClusterConfigurationTransition Invoke-ExportSchemaClusterConfigurationTransition Invoke-GetClusterEnablementConfigurationTransition Invoke-ImportFromFileClusterConfigurationTransition Invoke-ImportFromHostClusterConfigurationTransitionAsync Invoke-PrecheckClusterConfigurationTransitionAsync Invoke-ValidateConfigClusterConfigurationTransitionAsync Invoke-DeleteDepotsUmds Invoke-DeleteDepotsUmdsAsync Invoke-GetDepotsUmds Invoke-SetDepotsUmds Invoke-UpdateDepotsUmds Invoke-UpdateClusterStorageDeviceOverridesVcgEntriesAsync Invoke-GetManagerPkgVersionPackages Invoke-GetNameVersionAddOns Invoke-GetNameVersionComponents Invoke-GetVersionBaseImages Initialize-SettingsAddOnSpec Initialize-SettingsBaseImageSpec Initialize-SettingsClustersConfigurationApplySpec Initialize-SettingsClustersConfigurationImportSpec Initialize-SettingsClustersDepotOverridesDepot Initialize-SettingsClustersEnablementConfigurationTransitionFileSpec Initialize-SettingsClustersEnablementSoftwareCheckSpec Initialize-SettingsClustersEnablementSoftwareEnableSpec Initialize-SettingsClustersPoliciesApplyConfiguredPolicySpec Initialize-SettingsClustersPoliciesApplyEffectiveEffectivePolicySpec Initialize-SettingsClustersPoliciesApplyEffectiveFailureAction Initialize-SettingsClustersPoliciesApplyEffectiveParallelRemediationAction Initialize-SettingsClustersPoliciesApplyFailureAction Initialize-SettingsClustersPoliciesApplyParallelRemediationAction Initialize-SettingsClustersSoftwareApplySpec Initialize-SettingsClustersSoftwareCheckSpec Initialize-SettingsClustersSoftwareDraftsCommitSpec Initialize-SettingsClustersSoftwareDraftsImportSpec Initialize-SettingsClustersSoftwareDraftsSoftwareComponentsUpdateSpec Initialize-SettingsClustersSoftwareExportSpec Initialize-SettingsClustersSoftwareRecommendationsFilterSpec Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesComplianceStatusKey Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesComplianceStatusReclassificationSpec Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesComplianceStatusUpdateSpec Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesKey Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesProductSelectionSpec Initialize-SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesUpdateSpec Initialize-SettingsClustersSoftwareStageSpec Initialize-SettingsDefaultsClustersPoliciesApplyConfiguredPolicySpec Initialize-SettingsDefaultsClustersPoliciesApplyFailureAction Initialize-SettingsDefaultsClustersPoliciesApplyParallelRemediationAction Initialize-SettingsDefaultsHostsPoliciesApplyConfiguredPolicySpec Initialize-SettingsDefaultsHostsPoliciesApplyFailureAction Initialize-SettingsDepotsOfflineConnectionSpec Initialize-SettingsDepotsOfflineCreateSpec Initialize-SettingsDepotsOfflineHostCredentials Initialize-SettingsDepotsOnlineCreateSpec Initialize-SettingsDepotsOnlineUpdateSpec Initialize-SettingsDepotsSyncScheduleSchedule Initialize-SettingsDepotsSyncScheduleSpec Initialize-SettingsDepotsUmdsSetSpec Initialize-SettingsDepotsUmdsUpdateSpec Initialize-SettingsHardwareSupportPackageSpec Initialize-SettingsHardwareSupportSpec Initialize-SettingsHostsDepotOverridesDepot Initialize-SettingsHostsEnablementSoftwareCheckSpec Initialize-SettingsHostsEnablementSoftwareEnableSpec Initialize-SettingsHostsPoliciesApplyConfiguredPolicySpec Initialize-SettingsHostsPoliciesApplyFailureAction Initialize-SettingsHostsSoftwareApplySpec Initialize-SettingsHostsSoftwareCheckSpec Initialize-SettingsHostsSoftwareDraftsCommitSpec Initialize-SettingsHostsSoftwareDraftsImportSpec Initialize-SettingsHostsSoftwareDraftsSoftwareComponentsUpdateSpec Initialize-SettingsHostsSoftwareExportSpec Initialize-SettingsHostsSoftwareStageSpec Initialize-SettingsSolutionComponentSpec Initialize-SettingsSolutionSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.VAPI.Metadata Invoke-GetCliCommand Invoke-GetCliCommandFingerprint Invoke-ListMetadataCliCommand Invoke-GetComponentIdAuthentication Invoke-GetComponentIdAuthenticationFingerprint Invoke-GetComponentIdMetamodel Invoke-GetComponentIdMetamodelFingerprint Invoke-GetComponentIdPrivilege Invoke-GetComponentIdPrivilegeFingerprint Invoke-ListMetadataAuthenticationComponent Invoke-ListMetadataMetamodelComponent Invoke-ListMetadataPrivilegeComponent Invoke-GetEnumerationIdMetamodel Invoke-ListMetadataMetamodelEnumeration Invoke-ListResourceIdMetamodelModel Invoke-GetCliNamespace Invoke-GetCliNamespaceFingerprint Invoke-ListMetadataCliNamespace Invoke-GetServiceIdOperationIdAuthentication Invoke-GetServiceIdOperationIdMetamodel Invoke-GetServiceIdOperationIdPrivilege Invoke-ListServiceIdAuthenticationOperation Invoke-ListServiceIdMetamodelOperation Invoke-ListServiceIdPrivilegeOperation Invoke-GetPackageIdAuthentication Invoke-GetPackageIdMetamodel Invoke-GetPackageIdPrivilege Invoke-ListMetadataAuthenticationPackage Invoke-ListMetadataMetamodelPackage Invoke-ListMetadataPrivilegePackage Invoke-ListMetadataMetamodelResource Invoke-GetServiceIdAuthentication Invoke-GetServiceIdMetamodel Invoke-GetServiceIdPrivilege Invoke-ListMetadataAuthenticationService Invoke-ListMetadataMetamodelService Invoke-ListMetadataPrivilegeService Invoke-GetStructureIdMetamodel Invoke-ListMetadataMetamodelStructure Initialize-MetadataCliCommandGetRequestBody Initialize-MetadataCliCommandIdentity Initialize-MetadataCliNamespaceGetRequestBody Initialize-MetadataCliNamespaceIdentity
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter Invoke-GetCluster Invoke-ListCluster Invoke-CreateDatacenter Invoke-DeleteDatacenter Invoke-GetDatacenter Invoke-ListDatacenter Invoke-GetDatastore Invoke-ListDatastore Invoke-GetDeployment Invoke-RollbackDeployment Invoke-ListFolder Invoke-ConnectHost Invoke-CreateHost Invoke-DeleteHost Invoke-DisconnectHost Invoke-ListHost Invoke-ListNetwork Invoke-CreateResourcePool Invoke-DeleteResourcePool Invoke-GetResourcePool Invoke-ListResourcePool Invoke-UpdateResourcePool Invoke-CloneVm Invoke-CloneVmAsync Invoke-CreateVm Invoke-DeleteVm Invoke-GetVm Invoke-InstantCloneVm Invoke-ListVm Invoke-RegisterVm Invoke-RelocateVm Invoke-RelocateVmAsync Invoke-UnregisterVm Initialize-DatacenterCreateSpec Initialize-HostCreateSpec Initialize-ResourcePoolCreateSpec Initialize-ResourcePoolResourceAllocationCreateSpec Initialize-ResourcePoolResourceAllocationUpdateSpec Initialize-ResourcePoolSharesInfo Initialize-ResourcePoolUpdateSpec Initialize-VMClonePlacementSpec Initialize-VMCloneSpec Initialize-VMCreateSpec Initialize-VMDiskCloneSpec Initialize-VMDiskRelocateSpec Initialize-VMGuestCustomizationSpec Initialize-VmHardwareBootCreateSpec Initialize-VmHardwareBootDeviceEntryCreateSpec Initialize-VMInstantClonePlacementSpec Initialize-VMInstantCloneSpec Initialize-VMPlacementSpec Initialize-VMRegisterPlacementSpec Initialize-VMRegisterSpec Initialize-VMRelocatePlacementSpec Initialize-VMRelocateSpec Initialize-VMStoragePolicySpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Authentication Invoke-CreateAuthenticationToken
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Authorization Invoke-GetAuthorizationPrivilegeChecksLatest Invoke-ListAuthorizationPrivilegeChecks Initialize-AuthorizationPrivilegeChecksFilterSpec Initialize-AuthorizationPrivilegeChecksListRequestBody Initialize-AuthorizationPrivilegeChecksPrincipal
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.CertManagement Invoke-GetCertificateManagementSigningCertificate Invoke-RefreshSigningCertificate Invoke-SetCertificateManagementSigningCertificate Invoke-GetCertificateManagementTls Invoke-RenewTls Invoke-ReplaceVmcaSignedTls Invoke-SetCertificateManagementTls Invoke-CreateCertificateManagementTlsCsr Invoke-CreateCertificateManagementTrustedRootChains Invoke-DeleteChainCertificateManagementTrustedRootChains Invoke-GetChainCertificateManagementTrustedRootChains Invoke-ListCertificateManagementTrustedRootChains Invoke-CreateCertificateManagementVmcaRoot Initialize-CertificateManagementVcenterSigningCertificateRefreshRequestBody Initialize-CertificateManagementVcenterSigningCertificateSetSpec Initialize-CertificateManagementVcenterTlsCsrSpec Initialize-CertificateManagementVcenterTlsRenewRequestBody Initialize-CertificateManagementVcenterTlsReplaceSpec Initialize-CertificateManagementVcenterTlsSpec Initialize-CertificateManagementVcenterTrustedRootChainsCreateSpec Initialize-CertificateManagementVcenterVmcaRootCreateSpec Initialize-CertificateManagementX509CertChain
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.ConsumptionDomains Invoke-AddZoneAssociations Invoke-GetZoneClusterAssociations Invoke-RemoveZoneAssociations Invoke-ListConsumptionDomainsZoneAssociationsCluster Invoke-CreateConsumptionDomainsZones Invoke-DeleteZoneConsumptionDomains Invoke-GetZoneConsumptionDomains Invoke-ListConsumptionDomainsZones Initialize-ConsumptionDomainsZonesCreateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Content Invoke-CreateContentRegistriesHarbor Invoke-DeleteRegistryRegistriesHarbor Invoke-GetRegistryRegistriesHarbor Invoke-ListContentRegistriesHarbor Invoke-GetRegistryRegistriesHealth Invoke-CreateRegistryHarborProjects Invoke-DeleteRegistryProjectHarbor Invoke-GetRegistryProjectHarbor Invoke-ListRegistryHarborProjects Invoke-PurgeRegistryProject Initialize-ContentRegistriesHarborCreateSpec Initialize-ContentRegistriesHarborGarbageCollection Initialize-ContentRegistriesHarborProjectsCreateSpec Initialize-ContentRegistriesHarborStorageSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Datastore Invoke-GetDatastoreDefaultPolicy
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Deployment Invoke-CheckMigrateActiveDirectory Invoke-CancelDeploymentHistory Invoke-GetDeploymentHistory Invoke-PauseDeploymentHistory Invoke-ResumeDeploymentHistory Invoke-StartDeploymentHistory Invoke-CancelDeploymentInstall Invoke-CheckDeploymentInstall Invoke-GetDeploymentInstall Invoke-StartDeploymentInstall Invoke-CancelDeploymentMigrate Invoke-CheckDeploymentMigrate Invoke-GetDeploymentMigrate Invoke-StartDeploymentMigrate Invoke-AnswerDeploymentQuestion Invoke-GetDeploymentQuestion Invoke-CheckInstallRemotePsc Invoke-CheckPscReplicated Invoke-CheckPscStandalone Invoke-GetInitialConfigRemotePscThumbprint Invoke-CancelDeploymentUpgrade Invoke-CheckDeploymentUpgrade Invoke-GetDeploymentUpgrade Invoke-StartDeploymentUpgrade Initialize-DeploymentHistoryMigrationSpec Initialize-DeploymentImportHistoryCreateSpec Initialize-DeploymentInstallInstallSpec Initialize-DeploymentInstallVcsaEmbeddedSpec Initialize-DeploymentLocationSpec Initialize-DeploymentMigrateActiveDirectoryCheckSpec Initialize-DeploymentMigrateActiveDirectorySpec Initialize-DeploymentMigrateMigrateSpec Initialize-DeploymentMigrateMigrationAssistantSpec Initialize-DeploymentMigratePscSpec Initialize-DeploymentMigrateSourceVcWindows Initialize-DeploymentMigrateVcsaEmbeddedSpec Initialize-DeploymentQuestionAnswerSpec Initialize-DeploymentReplicatedPscSpec Initialize-DeploymentReplicatedSpec Initialize-DeploymentStandalonePscSpec Initialize-DeploymentStandaloneSpec Initialize-DeploymentUpgradePscSpec Initialize-DeploymentUpgradeSourceApplianceSpec Initialize-DeploymentUpgradeUpgradeSpec Initialize-DeploymentUpgradeVcsaEmbeddedSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Guest Invoke-CreateGuestCustomizationSpecs Invoke-DeleteNameGuestCustomizationSpecs Invoke-ExportNameCustomizationSpecs Invoke-GetNameGuestCustomizationSpecs Invoke-ImportGuestCustomizationSpecs Invoke-ListGuestCustomizationSpecs Invoke-SetNameGuestCustomizationSpecs Initialize-GuestCustomizationSpecsCreateSpec Initialize-GuestCustomizationSpecsExportRequestBody Initialize-GuestCustomizationSpecsImportSpecificationRequestBody Initialize-GuestCustomizationSpecsSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.hvc Invoke-AddManagementAdministrators Invoke-GetHvcManagementAdministrators Invoke-RemoveManagementAdministrators Invoke-SetHvcManagementAdministrators Invoke-CreateHvcLinks Invoke-DeleteLink Invoke-DeleteLinkHvc Invoke-GetLinkHvc Invoke-ListHvcLinks Initialize-HvcLinksCreateSpec Initialize-HvcLinksCredentials Initialize-HvcLinksDeleteWithCredentialsRequestBody Initialize-HvcManagementAdministratorsAddRequestBody Initialize-HvcManagementAdministratorsRemoveRequestBody Initialize-HvcManagementAdministratorsSetRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Identity Invoke-GetTenantBrokerAdminClient Invoke-GetBrokerTenantsOperatorClient Invoke-CreateIdentityProviders Invoke-DeleteProviderIdentity Invoke-GetProviderIdentity Invoke-ListIdentityProviders Invoke-UpdateProviderIdentity Initialize-IdentityProvidersActiveDirectoryOverLdap Initialize-IdentityProvidersCreateSpec Initialize-IdentityProvidersOauth2CreateSpec Initialize-IdentityProvidersOauth2UpdateSpec Initialize-IdentityProvidersOidcCreateSpec Initialize-IdentityProvidersOidcUpdateSpec Initialize-IdentityProvidersUpdateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Inventory Invoke-GetInventoryDatastore Invoke-GetInventoryNetwork
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.ISO Invoke-MountIsoImage Invoke-UnmountIsoImage Initialize-IsoImageMountRequestBody Initialize-IsoImageUnmountRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.LCM Invoke-CreateLcmDiscoveryAssociatedProducts Invoke-DeleteProductDiscoveryAssociatedProducts Invoke-GetProductDiscoveryAssociatedProducts Invoke-ListLcmDiscoveryAssociatedProducts Invoke-UpdateProductDiscoveryAssociatedProducts Invoke-CreateDiscoveryInteropReportAsync Invoke-GetVersionUpdatePending Invoke-ListLcmUpdatePending Invoke-CreateVersionPrecheckReportAsync Invoke-ListLcmDiscoveryProductCatalog Invoke-GetReportLcm Initialize-LcmDiscoveryAssociatedProductsCreateSpec Initialize-LcmDiscoveryAssociatedProductsUpdateSpec Initialize-LcmDiscoveryInteropReportSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.NamespaceManagement Invoke-ListNamespaceManagementSoftwareClusterAvailableVersions Invoke-GetNamespaceManagementClusterCompatibilityV2 Invoke-ListNamespaceManagementClusterCompatibility Invoke-DisableCluster Invoke-EnableCluster Invoke-GetClusterNamespaceManagement Invoke-GetClusterNamespaceManagementSoftware Invoke-ListNamespaceManagementClusters Invoke-ListNamespaceManagementSoftwareClusters Invoke-RotatePasswordCluster Invoke-SetClusterNamespaceManagement Invoke-UpdateClusterNamespaceManagement Invoke-UpgradeCluster Invoke-UpgradeMultipleSoftwareClusters Invoke-GetNamespaceManagementClusterSizeInfo Invoke-CreateClusterNamespaceManagementSupervisorServices Invoke-DeleteClusterSupervisorServiceNamespaceManagement Invoke-GetClusterSupervisorServiceNamespaceManagement Invoke-ListClusterNamespaceManagementSupervisorServices Invoke-SetClusterSupervisorServiceNamespaceManagement Invoke-CheckCompatibilityNsxDistributedSwitches Invoke-CheckCompatibilityNsxEdges Invoke-GetSupervisorNamespaceManagementConditions Invoke-ListNamespaceManagementDistributedSwitchCompatibility Invoke-ListNetworksNsxDistributedSwitches Invoke-ListNamespaceManagementEdgeClusterCompatibility Invoke-ListNetworksNsxEdges Invoke-GetNamespaceManagementCapability Invoke-GetClusterIdNamespaceManagementLoadBalancers Invoke-ListClusterNamespaceManagementLoadBalancers Invoke-SetClusterIdNamespaceManagementLoadBalancers Invoke-UpdateClusterIdNamespaceManagementLoadBalancers Invoke-GetClusterNamespaceManagementWorkloadResourceOptions Invoke-CreateClusterNamespaceManagementNetworks Invoke-DeleteClusterNetworkNamespaceManagement Invoke-GetClusterNetworkNamespaceManagement Invoke-ListClusterNamespaceManagementNetworks Invoke-SetClusterNetworkNamespaceManagement Invoke-UpdateClusterNetworkNamespaceManagement Invoke-ListNamespaceManagementNsxTier0Gateways Invoke-CheckCompatibilityStorageProfiles Invoke-CreateSupervisorNamespaceManagementIdentityProviders Invoke-DeleteSupervisorProviderIdentity Invoke-GetSupervisorProviderIdentity Invoke-ListSupervisorNamespaceManagementIdentityProviders Invoke-SetSupervisorProviderIdentity Invoke-UpdateSupervisorProviderIdentity Invoke-GetSupervisorNamespaceManagementSummary Invoke-ListNamespaceManagementSupervisorsSummaries Invoke-EnableOnComputeClusterClusterSupervisors Invoke-EnableOnZonesNamespaceManagementSupervisors Invoke-CheckContentNamespaceManagementSupervisorServices Invoke-CreateNamespaceManagementSupervisorServices Invoke-DeleteSupervisorServiceNamespaceManagement Invoke-GetSupervisorServiceNamespaceManagement Invoke-ListNamespaceManagementSupervisorServices Invoke-UpdateSupervisorService Invoke-UpdateSupervisorServiceNamespaceManagement Invoke-UpdateSupervisorService_0 Invoke-CreateClusterNamespaceManagementSupportBundle Invoke-GetNamespaceManagementStatsTimeSeries Invoke-GetClusterNamespaceManagementTopology Invoke-GetSupervisorNamespaceManagementTopology Invoke-CreateSupervisorServiceNamespaceManagementVersions Invoke-DeleteSupervisorServiceVersionNamespaceManagement Invoke-GetSupervisorServiceVersionNamespaceManagement Invoke-ListSupervisorServiceNamespaceManagementVersions Invoke-UpdateSupervisorServiceVersion Invoke-UpdateSupervisorServiceVersion_0 Invoke-CreateNamespaceManagementVirtualMachineClasses Invoke-DeleteVmClassNamespaceManagementVirtualMachineClasses Invoke-GetVmClassNamespaceManagementVirtualMachineClasses Invoke-ListNamespaceManagementVirtualMachineClasses Invoke-UpdateVmClassNamespaceManagementVirtualMachineClasses Initialize-NamespaceManagementClustersEnableSpec Initialize-NamespaceManagementClustersImageRegistry Initialize-NamespaceManagementClustersImageStorageSpec Initialize-NamespaceManagementClustersIpv4Range Initialize-NamespaceManagementClustersNCPClusterNetworkEnableSpec Initialize-NamespaceManagementClustersNCPClusterNetworkSetSpec Initialize-NamespaceManagementClustersNCPClusterNetworkUpdateSpec Initialize-NamespaceManagementClustersNetworkSpec Initialize-NamespaceManagementClustersSetSpec Initialize-NamespaceManagementClustersUpdateSpec Initialize-NamespaceManagementClustersWorkloadNetworksEnableSpec Initialize-NamespaceManagementCNSFileConfig Initialize-NamespaceManagementIPRange Initialize-NamespaceManagementIpv4Cidr Initialize-NamespaceManagementLoadBalancersAviConfigCreateSpec Initialize-NamespaceManagementLoadBalancersAviConfigSetSpec Initialize-NamespaceManagementLoadBalancersAviConfigUpdateSpec Initialize-NamespaceManagementLoadBalancersConfigSpec Initialize-NamespaceManagementLoadBalancersHAProxyConfigCreateSpec Initialize-NamespaceManagementLoadBalancersHAProxyConfigSetSpec Initialize-NamespaceManagementLoadBalancersHAProxyConfigUpdateSpec Initialize-NamespaceManagementLoadBalancersServer Initialize-NamespaceManagementLoadBalancersSetSpec Initialize-NamespaceManagementLoadBalancersUpdateSpec Initialize-NamespaceManagementNetworksCreateSpec Initialize-NamespaceManagementNetworksEdgesEdge Initialize-NamespaceManagementNetworksEdgesHAProxyConfig Initialize-NamespaceManagementNetworksEdgesNSXAdvancedLBConfig Initialize-NamespaceManagementNetworksEdgesNSXConfig Initialize-NamespaceManagementNetworksEdgesServer Initialize-NamespaceManagementNetworksIPAssignment Initialize-NamespaceManagementNetworksIPManagement Initialize-NamespaceManagementNetworksIPRange Initialize-NamespaceManagementNetworksNsxDistributedSwitchesFilterSpec Initialize-NamespaceManagementNetworksNsxEdgesFilterSpec Initialize-NamespaceManagementNetworksNsxNetworkCreateSpec Initialize-NamespaceManagementNetworksNsxNetworkSetSpec Initialize-NamespaceManagementNetworksNsxNetworkUpdateSpec Initialize-NamespaceManagementNetworksServiceDNS Initialize-NamespaceManagementNetworksServiceNTP Initialize-NamespaceManagementNetworksServices Initialize-NamespaceManagementNetworksSetSpec Initialize-NamespaceManagementNetworksUpdateSpec Initialize-NamespaceManagementNetworksVsphereDVPGNetworkCreateSpec Initialize-NamespaceManagementNetworksVsphereDVPGNetworkSetSpec Initialize-NamespaceManagementNetworksVsphereDVPGNetworkUpdateSpec Initialize-NamespaceManagementProxyConfiguration Initialize-NamespaceManagementSoftwareClustersUpgradeSpec Initialize-NamespaceManagementStatsTimeSeriesPodIdentifier Initialize-NamespaceManagementStorageProfilesFilterSpec Initialize-NamespaceManagementSupervisorsCNSFileConfig Initialize-NamespaceManagementSupervisorsControlPlane Initialize-NamespaceManagementSupervisorsEnableOnComputeClusterSpec Initialize-NamespaceManagementSupervisorsEnableOnZonesSpec Initialize-NamespaceManagementSupervisorServicesCarvelCreateSpec Initialize-NamespaceManagementSupervisorServicesCheckContentRequestBody Initialize-NamespaceManagementSupervisorServicesClusterSupervisorServicesCreateSpec Initialize-NamespaceManagementSupervisorServicesClusterSupervisorServicesSetSpec Initialize-NamespaceManagementSupervisorServicesContentCheckSpec Initialize-NamespaceManagementSupervisorServicesCreateSpec Initialize-NamespaceManagementSupervisorServicesCustomCreateSpec Initialize-NamespaceManagementSupervisorServicesUpdateSpec Initialize-NamespaceManagementSupervisorServicesVersionsCarvelCreateSpec Initialize-NamespaceManagementSupervisorServicesVersionsCreateSpec Initialize-NamespaceManagementSupervisorServicesVersionsCustomCreateSpec Initialize-NamespaceManagementSupervisorServicesVersionsVsphereCreateSpec Initialize-NamespaceManagementSupervisorServicesVsphereCreateSpec Initialize-NamespaceManagementSupervisorsIdentityProvidersCreateSpec Initialize-NamespaceManagementSupervisorsIdentityProvidersSetSpec Initialize-NamespaceManagementSupervisorsIdentityProvidersUpdateSpec Initialize-NamespaceManagementSupervisorsImageRegistry Initialize-NamespaceManagementSupervisorsImageSyncConfig Initialize-NamespaceManagementSupervisorsKubeAPIServerOptions Initialize-NamespaceManagementSupervisorsKubeAPIServerSecurity Initialize-NamespaceManagementSupervisorsNetworksManagementNetwork Initialize-NamespaceManagementSupervisorsNetworksManagementNetworkBacking Initialize-NamespaceManagementSupervisorsNetworksManagementProxyConfiguration Initialize-NamespaceManagementSupervisorsNetworksWorkloadNetwork Initialize-NamespaceManagementSupervisorsNetworksWorkloadNsxNetwork Initialize-NamespaceManagementSupervisorsNetworksWorkloadVSphereNetwork Initialize-NamespaceManagementSupervisorsWorkloads Initialize-NamespaceManagementSupervisorsWorkloadsStorageConfig Initialize-NamespaceManagementVirtualMachineClassesCreateSpec Initialize-NamespaceManagementVirtualMachineClassesDynamicDirectPathIODevice Initialize-NamespaceManagementVirtualMachineClassesInstanceStorage Initialize-NamespaceManagementVirtualMachineClassesInstanceStorageVolume Initialize-NamespaceManagementVirtualMachineClassesUpdateSpec Initialize-NamespaceManagementVirtualMachineClassesVGPUDevice Initialize-NamespaceManagementVirtualMachineClassesVirtualDevices
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Namespaces Invoke-CreateNamespaceDomainSubjectAccess Invoke-DeleteNamespaceDomainSubjectAccess Invoke-GetNamespaceDomainSubjectAccess Invoke-SetNamespaceDomainSubjectAccess Invoke-CreateNamespacesInstances Invoke-CreateNamespacesInstancesV2 Invoke-DeleteNamespaceInstances Invoke-GetNamespaceInstances Invoke-GetNamespaceInstancesV2 Invoke-GetNamespacesInstancesV2 Invoke-ListNamespacesInstances Invoke-ListNamespacesUser Invoke-SetNamespaceInstances Invoke-UpdateNamespaceInstances Invoke-ActivateClusterNamespaceSelfService Invoke-ActivateWithTemplateClusterNamespaceSelfService Invoke-DeactivateClusterNamespaceSelfService Invoke-GetClusterNamespacesNamespaceSelfService Invoke-ListNamespacesNamespaceSelfService Invoke-CreateClusterNamespacesNamespaceTemplates Invoke-CreateSupervisorNamespaceTemplates Invoke-GetClusterTemplateNamespaceTemplatesNamespaces Invoke-GetSupervisorNamespaceTemplates Invoke-GetSupervisorTemplateNamespaceTemplates Invoke-ListClusterNamespacesNamespaceTemplates Invoke-UpdateClusterTemplateNamespaceTemplatesNamespaces Invoke-UpdateSupervisorTemplateNamespaceTemplates Initialize-NamespacesAccessCreateSpec Initialize-NamespacesAccessSetSpec Initialize-NamespacesInstancesAccess Initialize-NamespacesInstancesCreateSpec Initialize-NamespacesInstancesCreateSpecV2 Initialize-NamespacesInstancesIpv4Cidr Initialize-NamespacesInstancesNetworkCreateSpec Initialize-NamespacesInstancesNsxNetworkCreateSpec Initialize-NamespacesInstancesPrincipal Initialize-NamespacesInstancesSetSpec Initialize-NamespacesInstancesStorageSpec Initialize-NamespacesInstancesUpdateSpec Initialize-NamespacesInstancesVMServiceSpec Initialize-NamespacesNamespaceSelfServiceActivateTemplateSpec Initialize-NamespacesNamespaceTemplatesCreateSpec Initialize-NamespacesNamespaceTemplatesSubject Initialize-NamespacesNamespaceTemplatesUpdateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.OVF Invoke-ListOvfExportFlag Invoke-ListOvfImportFlag Invoke-CreateOvfLibraryItem Invoke-DeployOvfLibraryItemId Invoke-FilterOvfLibraryItemId Initialize-OvfLibraryItemCreateRequestBody Initialize-OvfLibraryItemCreateSpec Initialize-OvfLibraryItemCreateTarget Initialize-OvfLibraryItemDeployableIdentity Initialize-OvfLibraryItemDeploymentTarget Initialize-OvfLibraryItemDeployRequestBody Initialize-OvfLibraryItemFilterRequestBody Initialize-OvfLibraryItemResourcePoolDeploymentSpec Initialize-OvfLibraryItemStorageGroupMapping
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Services Invoke-GetService Invoke-GetServices Invoke-RestartService Invoke-StartService Invoke-StopService Invoke-UpdateService Initialize-ServicesServiceUpdateSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Storage Invoke-ListPoliciesEntitiesCompliance Invoke-CheckCompatibilityPolicyPolicies Invoke-ListStoragePolicies Invoke-ListPoliciesComplianceVm Invoke-ListPolicyPoliciesVm Initialize-StoragePoliciesCheckCompatibilityRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.SystemConfig Invoke-GetSystemConfigDeploymentType Invoke-SetSystemConfigDeploymentType Invoke-GetSystemConfigPscRegistration Invoke-RepointSystemConfigPscRegistration Initialize-DeploymentRemotePscSpec Initialize-SystemConfigDeploymentTypeReconfigureSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Tagging Invoke-ListAssociations
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Topology Invoke-GetNodeTopology Invoke-ListTopologyNodes Invoke-ListTopologyReplicationStatus
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.TrustedInfrastructure Invoke-CreateTrustedInfrastructureTrustAuthorityHostsAttestation Invoke-GetHostTrustedInfrastructureAttestation Invoke-DeleteClusterVersionBaseImagesAsync Invoke-GetClusterBaseImagesAsync Invoke-GetClusterVersionBaseImagesAsync Invoke-ImportFromImgdbClusterBaseImagesAsync Invoke-CreateClusterTpm2CaCertificatesAsync Invoke-DeleteClusterNameCaCertificatesAsync Invoke-GetClusterNameCaCertificatesAsync Invoke-GetClusterTpm2CaCertificatesAsync Invoke-CreateClusterProviderClientCertificateAsync Invoke-GetClusterProviderClientCertificateAsync Invoke-UpdateClusterProviderClientCertificateAsync Invoke-CreateClusterConsumerPrincipalsAsync Invoke-DeleteClusterProfileConsumerPrincipalsAsync Invoke-GetClusterProfileConsumerPrincipalsAsync Invoke-QueryClusterConsumerPrincipalsAsync Invoke-SetClusterProviderCredentialAsync Invoke-CreateClusterProviderClientCertificateCsrAsync Invoke-GetClusterProviderClientCertificateCsrAsync Invoke-GetClusterProviderPeerCertsCurrentAsync Invoke-CreateClusterTpm2EndorsementKeysAsync Invoke-DeleteClusterNameEndorsementKeysAsync Invoke-GetClusterNameEndorsementKeysAsync Invoke-GetClusterTpm2EndorsementKeysAsync Invoke-GetHostTpmKeyHardwareEndorsementKeys Invoke-ListHostTpmHardwareHostEndorsementKeys Invoke-UnsealHostTpmKey Invoke-GetHostTpmHardwareHostEventLog Invoke-GetHostTrustedInfrastructureKms Invoke-QueryTrustAuthorityHostsKms Invoke-GetTrustedInfrastructurePrincipal Invoke-CreateClusterKmsProvidersAsync Invoke-DeleteClusterProviderAsync Invoke-GetClusterKmsProvidersAsync Invoke-GetClusterProviderAsync Invoke-UpdateClusterProviderAsync Invoke-CreateClusterAttestationServicesAsync Invoke-CreateClusterKmsServicesAsync Invoke-CreateTrustedInfrastructureAttestationServices Invoke-CreateTrustedInfrastructureKmsServices Invoke-DeleteClusterServiceAsync Invoke-DeleteClusterServiceAsync_0 Invoke-DeleteServiceAttestation Invoke-DeleteServiceKms Invoke-GetClusterServiceAttestation Invoke-GetClusterServiceKms Invoke-GetServiceAttestation Invoke-GetServiceKms Invoke-QueryAttestationServices Invoke-QueryClusterAttestationServices Invoke-QueryClusterKmsServices Invoke-QueryKmsServices Invoke-DeleteClusterAttestationServicesAppliedConfigAsync Invoke-DeleteClusterKmsServicesAppliedConfigAsync Invoke-DeleteClusterServicesAppliedConfigAsync Invoke-GetClusterAttestationServicesAppliedConfigAsync Invoke-GetClusterKmsServicesAppliedConfigAsync Invoke-GetClusterServicesAppliedConfigAsync Invoke-QueryClusterAttestationServicesAppliedConfigAsync Invoke-QueryClusterKmsServicesAppliedConfigAsync Invoke-UpdateClusterAttestationServicesAppliedConfigAsync Invoke-UpdateClusterKmsServicesAppliedConfigAsync Invoke-UpdateClusterServicesAppliedConfigAsync Invoke-GetClusterAttestationServiceStatusAsync Invoke-GetClusterKmsServiceStatusAsync Invoke-GetClusterTpm2SettingsAsync Invoke-UpdateClusterTpm2SettingsAsync Invoke-GetHostTpmHardware Invoke-ListHostTrustedInfrastructureHardwareTpm Invoke-GetClusterTrustedInfrastructureTrustAuthorityClusters Invoke-ListTrustedInfrastructureTrustAuthorityClusters Invoke-UpdateClusterAsync Invoke-GetClusterProviderPeerCertsTrustedAsync Invoke-UpdateClusterProviderPeerCertsTrustedAsync Initialize-TrustedInfrastructureAttestationServicesCreateSpec Initialize-TrustedInfrastructureAttestationServicesFilterSpec Initialize-TrustedInfrastructureHostsHardwareTpmEndorsementKeysPolicyPcrSpec Initialize-TrustedInfrastructureHostsHardwareTpmEndorsementKeysUnsealSpec Initialize-TrustedInfrastructureKmsServicesCreateSpec Initialize-TrustedInfrastructureKmsServicesFilterSpec Initialize-TrustedInfrastructureNetworkAddress Initialize-TrustedInfrastructureStsPrincipal Initialize-TrustedInfrastructureStsPrincipalId Initialize-TrustedInfrastructureTrustAuthorityClustersAttestationTpm2CaCertificatesCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersAttestationTpm2EndorsementKeysCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersAttestationTpm2SettingsUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersConsumerPrincipalsCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersConsumerPrincipalsFilterSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersClientCertificateUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersKmipServerCreateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersKmipServerUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersServer Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersTrustedPeerCertificatesUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersKmsProvidersUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityClustersUpdateSpec Initialize-TrustedInfrastructureTrustAuthorityHostsAttestationFilterSpec Initialize-TrustedInfrastructureTrustAuthorityHostsKmsFilterSpec Initialize-TrustedInfrastructureTrustedClustersAttestationServicesAppliedConfigFilterSpec Initialize-TrustedInfrastructureTrustedClustersAttestationServicesCreateSpec Initialize-TrustedInfrastructureTrustedClustersAttestationServicesFilterSpec Initialize-TrustedInfrastructureTrustedClustersKmsServicesAppliedConfigFilterSpec Initialize-TrustedInfrastructureTrustedClustersKmsServicesCreateSpec Initialize-TrustedInfrastructureTrustedClustersKmsServicesFilterSpec Initialize-TrustedInfrastructureX509CertChain
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.VCHA Invoke-GetClusterActive Invoke-DeployVchaClusterAsync Invoke-FailoverVchaClusterAsync Invoke-GetVchaCluster Invoke-UndeployVchaClusterAsync Invoke-GetVchaClusterDeploymentType Invoke-GetVchaClusterMode Invoke-SetClusterModeAsync Invoke-GetVchaOperations Invoke-CheckClusterPassive Invoke-RedeployClusterPassiveAsync Invoke-CheckClusterWitness Invoke-RedeployClusterWitnessAsync Initialize-VchaClusterActiveGetRequestBody Initialize-VchaClusterActiveSpec Initialize-VchaClusterDeploySpec Initialize-VchaClusterFailoverTaskRequestBody Initialize-VchaClusterGetRequestBody Initialize-VchaClusterModeSetTaskRequestBody Initialize-VchaClusterNodeVmInfo Initialize-VchaClusterPassiveCheckSpec Initialize-VchaClusterPassiveRedeploySpec Initialize-VchaClusterPassiveSpec Initialize-VchaClusterUndeploySpec Initialize-VchaClusterVmInfo Initialize-VchaClusterWitnessCheckSpec Initialize-VchaClusterWitnessRedeploySpec Initialize-VchaClusterWitnessSpec Initialize-VchaConnectionSpec Initialize-VchaCredentialsSpec Initialize-VchaDiskSpec Initialize-VchaIpSpec Initialize-VchaIpv4Spec Initialize-VchaIpv6Spec Initialize-VchaPlacementSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.Vm Invoke-GetVmHardwareBoot Invoke-UpdateVmHardwareBoot Invoke-ConnectVmCdrom Invoke-CreateVmHardwareCdrom Invoke-DeleteVmCdromHardware Invoke-DisconnectVmCdrom Invoke-GetVmCdromHardware Invoke-ListVmHardwareCdrom Invoke-UpdateVmCdromHardware Invoke-CheckVmPolicyCompliance Invoke-GetVmStoragePolicyCompliance Invoke-GetVmHardwareCpu Invoke-UpdateVmHardwareCpu Invoke-GetVmGuestCustomization Invoke-SetVmGuestCustomization Invoke-CreateVmDataSets Invoke-DeleteVmDataSet Invoke-GetVmDataSet Invoke-ListVmDataSets Invoke-UpdateVmDataSet Invoke-GetVmHardwareBootDevice Invoke-SetVmHardwareBootDevice Invoke-CreateTemporaryVmFilesystemDirectories Invoke-CreateVmFilesystemDirectories Invoke-DeleteVmFilesystemDirectories Invoke-MoveVmFilesystemDirectories Invoke-CreateVmHardwareDisk Invoke-DeleteVmDiskHardware Invoke-GetVmDiskHardware Invoke-ListVmHardwareDisk Invoke-UpdateVmDiskHardware Invoke-DeleteVmDataSetKeyVmEntries Invoke-GetVmDataSetKeyVmEntries Invoke-ListVmDataSetVmEntries Invoke-SetVmDataSetKeyVmEntries Invoke-GetVmNameEnvironment Invoke-ListVmGuestEnvironment Invoke-ConnectVmNicEthernet Invoke-CreateVmHardwareEthernet Invoke-DeleteVmNicHardwareEthernet Invoke-DisconnectVmNicEthernet Invoke-GetVmNicHardwareEthernet Invoke-ListVmHardwareEthernet Invoke-UpdateVmNicHardwareEthernet Invoke-CreateTemporaryVmFilesystemFiles Invoke-DeleteVmPathFiles Invoke-GetVmPathFiles Invoke-ListVmFilesystemFiles Invoke-MoveVmFilesystemFiles Invoke-UpdateVmFilesystemFiles Invoke-ConnectVmFloppy Invoke-CreateVmHardwareFloppy Invoke-DeleteVmFloppyHardware Invoke-DisconnectVmFloppy Invoke-GetVmFloppyHardware Invoke-ListVmHardwareFloppy Invoke-UpdateVmFloppyHardware Invoke-GetVmHardware Invoke-UpdateVmHardware Invoke-UpgradeVmHardware Invoke-GetVmGuestIdentity Invoke-ConnectVmToolsInstaller Invoke-DisconnectVmToolsInstaller Invoke-GetVmToolsInstaller Invoke-ListVmGuestNetworkingInterfaces Invoke-GetVmLibraryItem Invoke-GetVmGuestLocalFilesystem Invoke-GetVmHardwareMemory Invoke-UpdateVmHardwareMemory Invoke-GetVmGuestNetworking Invoke-CreateVmHardwareAdapterNvme Invoke-DeleteVmAdapterHardwareNvme Invoke-GetVmAdapterHardwareNvme Invoke-ListVmHardwareAdapterNvme Invoke-GetVmGuestOperations Invoke-ConnectVmPortParallel Invoke-CreateVmHardwareParallel Invoke-DeleteVmPortHardwareParallel Invoke-DisconnectVmPortParallel Invoke-GetVmPortHardwareParallel Invoke-ListVmHardwareParallel Invoke-UpdateVmPortHardwareParallel Invoke-GetVmPolicyComputePolicies Invoke-GetVmStoragePolicy Invoke-UpdateVmStoragePolicy Invoke-GetVmGuestPower Invoke-GetVmPower Invoke-RebootVmGuestPower Invoke-ResetVmPower Invoke-ShutdownVmGuestPower Invoke-StandbyVmGuestPower Invoke-StartVmPower Invoke-StopVmPower Invoke-SuspendVmPower Invoke-CreateVmGuestProcesses Invoke-DeleteVmPidProcesses Invoke-GetVmPidProcesses Invoke-ListVmGuestProcesses Invoke-ListVmGuestNetworkingRoutes Invoke-CreateVmHardwareAdapterSata Invoke-DeleteVmAdapterHardwareSata Invoke-GetVmAdapterHardwareSata Invoke-ListVmHardwareAdapterSata Invoke-CreateVmHardwareAdapterScsi Invoke-DeleteVmAdapterHardwareScsi Invoke-GetVmAdapterHardwareScsi Invoke-ListVmHardwareAdapterScsi Invoke-UpdateVmAdapterHardwareScsi Invoke-ConnectVmPortSerial Invoke-CreateVmHardwareSerial Invoke-DeleteVmPortHardwareSerial Invoke-DisconnectVmPortSerial Invoke-GetVmPortHardwareSerial Invoke-ListVmHardwareSerial Invoke-UpdateVmPortHardwareSerial Invoke-CreateVmConsoleTickets Invoke-GetVmTools Invoke-UpdateVmTools Invoke-UpgradeVmTools Invoke-CreateVmGuestFilesystem Initialize-GuestAdapterMapping Initialize-GuestCloudConfiguration Initialize-GuestCloudinitConfiguration Initialize-GuestConfigurationSpec Initialize-GuestCustomizationSpec Initialize-GuestDomain Initialize-GuestGlobalDNSSettings Initialize-GuestGuiUnattended Initialize-GuestHostnameGenerator Initialize-GuestIPSettings Initialize-GuestIpv4 Initialize-GuestIpv6 Initialize-GuestIpv6Address Initialize-GuestLinuxConfiguration Initialize-GuestUserData Initialize-GuestWindowsConfiguration Initialize-GuestWindowsNetworkAdapterSettings Initialize-GuestWindowsSysprep Initialize-VmConsoleTicketsCreateSpec Initialize-VmDataSetsCreateSpec Initialize-VmDataSetsUpdateSpec Initialize-VmGuestCredentials Initialize-VmGuestCustomizationSetSpec Initialize-VmGuestEnvironmentGetRequestBody Initialize-VmGuestEnvironmentListRequestBody Initialize-VmGuestFilesystemDirectoriesCreateRequestBody Initialize-VmGuestFilesystemDirectoriesCreateTemporaryRequestBody Initialize-VmGuestFilesystemDirectoriesDeleteRequestBody Initialize-VmGuestFilesystemDirectoriesMoveRequestBody Initialize-VmGuestFilesystemFilesCreateTemporaryRequestBody Initialize-VmGuestFilesystemFilesDeleteRequestBody Initialize-VmGuestFilesystemFilesFileAttributesUpdateSpec Initialize-VmGuestFilesystemFilesFilterSpec Initialize-VmGuestFilesystemFilesGetRequestBody Initialize-VmGuestFilesystemFilesIterationSpec Initialize-VmGuestFilesystemFilesListRequestBody Initialize-VmGuestFilesystemFilesMoveRequestBody Initialize-VmGuestFilesystemFilesPosixFileAttributesUpdateSpec Initialize-VmGuestFilesystemFilesUpdateRequestBody Initialize-VmGuestFilesystemFilesWindowsFileAttributesUpdateSpec Initialize-VmGuestFilesystemTransfersCreateRequestBody Initialize-VmGuestFilesystemTransfersCreateSpec Initialize-VmGuestFilesystemTransfersFileCreationAttributes Initialize-VmGuestFilesystemTransfersPosixFileAttributesCreateSpec Initialize-VmGuestFilesystemTransfersWindowsFileAttributesCreateSpec Initialize-VmGuestProcessesCreateRequestBody Initialize-VmGuestProcessesCreateSpec Initialize-VmGuestProcessesDeleteRequestBody Initialize-VmGuestProcessesGetRequestBody Initialize-VmGuestProcessesListRequestBody Initialize-VmHardwareAdapterNvmeCreateSpec Initialize-VmHardwareAdapterSataCreateSpec Initialize-VmHardwareAdapterScsiCreateSpec Initialize-VmHardwareAdapterScsiUpdateSpec Initialize-VmHardwareBootDeviceEntry Initialize-VmHardwareBootDeviceSetRequestBody Initialize-VmHardwareBootUpdateSpec Initialize-VmHardwareCdromBackingSpec Initialize-VmHardwareCdromCreateSpec Initialize-VmHardwareCdromUpdateSpec Initialize-VmHardwareCpuUpdateSpec Initialize-VmHardwareDiskBackingSpec Initialize-VmHardwareDiskCreateSpec Initialize-VmHardwareDiskStoragePolicySpec Initialize-VmHardwareDiskUpdateSpec Initialize-VmHardwareDiskVmdkCreateSpec Initialize-VmHardwareEthernetBackingSpec Initialize-VmHardwareEthernetCreateSpec Initialize-VmHardwareEthernetUpdateSpec Initialize-VmHardwareFloppyBackingSpec Initialize-VmHardwareFloppyCreateSpec Initialize-VmHardwareFloppyUpdateSpec Initialize-VmHardwareIdeAddressSpec Initialize-VmHardwareMemoryUpdateSpec Initialize-VmHardwareNvmeAddressSpec Initialize-VmHardwareParallelBackingSpec Initialize-VmHardwareParallelCreateSpec Initialize-VmHardwareParallelUpdateSpec Initialize-VmHardwareSataAddressSpec Initialize-VmHardwareScsiAddressSpec Initialize-VmHardwareSerialBackingSpec Initialize-VmHardwareSerialCreateSpec Initialize-VmHardwareSerialUpdateSpec Initialize-VmHardwareUpdateSpec Initialize-VmHardwareUpgradeRequestBody Initialize-VmStoragePolicyComplianceCheckSpec Initialize-VmStoragePolicyDiskPolicySpec Initialize-VmStoragePolicyUpdateSpec Initialize-VmStoragePolicyVmHomePolicySpec Initialize-VmToolsUpdateSpec Initialize-VmToolsUpgradeRequestBody
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vCenter.VmTemplate Invoke-CheckInTemplateLibraryItemVmCheckOuts Invoke-CheckOutTemplateLibraryItemCheckOuts Invoke-DeleteTemplateLibraryItemVmVmTemplateCheckOuts Invoke-GetTemplateLibraryItemVmVmTemplateCheckOuts Invoke-ListTemplateLibraryItemVmTemplateCheckOuts Invoke-CreateVmTemplateLibraryItems Invoke-DeployTemplateLibraryItemLibraryItems Invoke-GetTemplateLibraryItemVmTemplate Invoke-DeleteTemplateLibraryItemVersionVmTemplate Invoke-GetTemplateLibraryItemVersionVmTemplate Invoke-ListTemplateLibraryItemVmTemplateVersions Invoke-RollbackTemplateLibraryItemVersion Initialize-VmTemplateLibraryItemsCheckOutsCheckInSpec Initialize-VmTemplateLibraryItemsCheckOutsCheckOutSpec Initialize-VmTemplateLibraryItemsCheckOutsPlacementSpec Initialize-VmTemplateLibraryItemsCpuUpdateSpec Initialize-VmTemplateLibraryItemsCreatePlacementSpec Initialize-VmTemplateLibraryItemsCreateSpec Initialize-VmTemplateLibraryItemsCreateSpecDiskStorage Initialize-VmTemplateLibraryItemsCreateSpecDiskStoragePolicy Initialize-VmTemplateLibraryItemsCreateSpecVmHomeStorage Initialize-VmTemplateLibraryItemsCreateSpecVmHomeStoragePolicy Initialize-VmTemplateLibraryItemsDeployPlacementSpec Initialize-VmTemplateLibraryItemsDeploySpec Initialize-VmTemplateLibraryItemsDeploySpecDiskStorage Initialize-VmTemplateLibraryItemsDeploySpecDiskStoragePolicy Initialize-VmTemplateLibraryItemsDeploySpecVmHomeStorage Initialize-VmTemplateLibraryItemsDeploySpecVmHomeStoragePolicy Initialize-VmTemplateLibraryItemsDiskUpdateSpec Initialize-VmTemplateLibraryItemsEthernetUpdateSpec Initialize-VmTemplateLibraryItemsGuestCustomizationSpec Initialize-VmTemplateLibraryItemsHardwareCustomizationSpec Initialize-VmTemplateLibraryItemsMemoryUpdateSpec Initialize-VmTemplateLibraryItemsVersionsRollbackSpec
Script 8.0.1111.21624264 VMware.Sdk.vSphere.vStats Invoke-CreateStatsAcqSpecs Invoke-DeleteIdStatsAcqSpecs Invoke-GetIdStatsAcqSpecs Invoke-ListStatsAcqSpecs Invoke-UpdateIdStatsAcqSpecs Invoke-GetCidCountersMetadataDefault Invoke-GetCidMidCountersMetadata Invoke-ListCidCountersMetadata Invoke-GetCidStatsCounters Invoke-ListStatsCounters Invoke-GetCounterSetStats Invoke-ListStatsCounterSets Invoke-GetStatsData Invoke-ListStatsMetrics Invoke-ListStatsProviders Invoke-GetIdStatsRsrcAddrs Invoke-ListStatsRsrcAddrs Invoke-GetIdStatsRsrcAddrSchemas Invoke-ListStatsRsrcTypes Initialize-AcqSpecsCounterSpec Initialize-AcqSpecsCreateSpec Initialize-AcqSpecsUpdateSpec Initialize-CidMid Initialize-RsrcId
Script 8.0.1111.21624264 VMware.Sdk.vSphereRuntime New-vSphereServerConfiguration Get-vSphereServerConfiguration Set-vSphereServerConfiguration Set-vSphereServerConfigurationApiKey Remove-vSphereServerConfiguration Invoke-vSphereApiClient New-InputTransformationStructure Join-InputTransformationStructure Format-PathParams Format-Headers Format-Body Get-OperationTranslationSchema Convert-OutputBody Convert-InputStructure
Script 8.1.0.21605554 VMware.Vim
Script 13.1.0.21605976 VMware.VimAutomation.Cis.Core Connect-CisServer Disconnect-CisServer Get-CisService
Script 13.1.0.21611174 VMware.VimAutomation.Cloud Add-CIDatastore Connect-CIServer Disconnect-CIServer Get-Catalog Get-CIAccessControlRule Get-CIDatastore Get-CINetworkAdapter Get-CIRole Get-CIUser Get-CIVApp Get-CIVAppNetwork Get-CIVAppStartRule Get-CIVAppTemplate Get-CIView Get-CIVM Get-CIVMTemplate Get-EdgeGateway Get-ExternalNetwork Get-Media Get-NetworkPool Get-Org Get-OrgVdc Get-OrgVdcNetwork Get-ProviderVdc Import-CIVApp Import-CIVAppTemplate New-CIAccessControlRule New-CIVApp New-CIVAppNetwork New-CIVAppTemplate New-CIVM New-Org New-OrgVdc New-OrgVdcNetwork Remove-CIAccessControlRule Remove-CIVApp Remove-CIVAppNetwork Remove-CIVAppTemplate Remove-Org Remove-OrgVdc Remove-OrgVdcNetwork Restart-CIVApp Restart-CIVAppGuest Restart-CIVM Restart-CIVMGuest Search-Cloud Set-CIAccessControlRule Set-CINetworkAdapter Set-CIVApp Set-CIVAppNetwork Set-CIVAppStartRule Set-CIVAppTemplate Set-Org Set-OrgVdc Set-OrgVdcNetwork Start-CIVApp Start-CIVM Stop-CIVApp Stop-CIVAppGuest Stop-CIVM Stop-CIVMGuest Suspend-CIVApp Suspend-CIVM Connect-PIComputeInstance Connect-PIDatacenter Disconnect-PIComputeInstance Disconnect-PIDatacenter Get-PIAccessControlRule Get-PINetworkAdapter Get-PIUser Get-PIVApp Get-PIVAppNetwork Get-PIVAppStartRule Get-PIVAppTemplate Get-PIVM Get-PIVMTemplate Import-PIVAppTemplate New-PIAccessControlRule New-PIVApp New-PIVAppNetwork New-PIVAppTemplate New-PIVM Remove-PIAccessControlRule Remove-PIVApp Remove-PIVAppNetwork Remove-PIVAppTemplate Restart-PIVApp Restart-PIVAppGuest Restart-PIVM Restart-PIVMGuest Set-PIAccessControlRule Set-PINetworkAdapter Set-PIVApp Set-PIVAppNetwork Set-PIVAppStartRule Set-PIVAppTemplate Start-PIVApp Start-PIVM Stop-PIVApp Stop-PIVAppGuest Stop-PIVM Stop-PIVMGuest Suspend-CIVAppGuest Suspend-PIVApp Suspend-PIVAppGuest Suspend-PIVM
Script 13.1.0.21605386 VMware.VimAutomation.Common Get-PowerCLIContext Get-Task New-OAuthSecurityContext Stop-Task Use-PowerCLIContext Wait-Task
Script 13.1.0.21606170 VMware.VimAutomation.Core Add-PassthroughDevice Add-VirtualSwitchPhysicalNetworkAdapter Add-VMHost Add-VMHostNtpServer Connect-VIServer Copy-ContentLibraryItem Copy-DatastoreItem Copy-HardDisk Copy-VMGuestFile Disconnect-VIServer Dismount-Tools Export-ContentLibraryItem Export-LcmClusterDesiredState Export-VApp Export-VMHostProfile Format-VMHostDiskPartition Get-AdvancedSetting Get-AlarmAction Get-AlarmActionTrigger Get-AlarmDefinition Get-AlarmTrigger Get-Annotation Get-ApplianceBackupJob Get-ApplianceBackupPart Get-CDDrive Get-Cluster Get-ContentLibrary Get-ContentLibraryItem Get-CustomAttribute Get-Datacenter Get-Datastore Get-DatastoreCluster Get-DrsClusterGroup Get-DrsRecommendation Get-DrsRule Get-DrsVMHostRule Get-EsxCli Get-EsxTop Get-EventType Get-FloppyDrive Get-Folder Get-HAPrimaryVMHost Get-HardDisk Get-Inventory Get-IScsiHbaTarget Get-LcmClusterDesiredStateRecommendation Get-LcmHardwareCompatibility Get-LcmImage Get-Log Get-LogType Get-Metric Get-NetworkAdapter Get-NicTeamingPolicy Get-OSCustomizationNicMapping Get-OSCustomizationSpec Get-OvfConfiguration Get-PassthroughDevice Get-PowerCLIConfiguration Get-PowerCLIVersion Get-ResourcePool Get-ScsiController Get-ScsiLun Get-ScsiLunPath Get-SecurityPolicy Get-Snapshot Get-Stat Get-StatInterval Get-StatType Get-Tag Get-TagAssignment Get-TagCategory Get-Template Get-UsbDevice Get-VApp Get-VIAccount Get-VICredentialStoreItem Get-VIEvent Get-View Get-VIObjectByVIView Get-VIPermission Get-VIPrivilege Get-VIProperty Get-VIRole Get-VirtualNetwork Get-VirtualPortGroup Get-VirtualSwitch Get-VM Get-VMGuest Get-VMGuestDisk Get-VMHost Get-VMHostAccount Get-VMHostAdvancedConfiguration Get-VMHostAuthentication Get-VMHostAvailableTimeZone Get-VMHostDiagnosticPartition Get-VMHostDisk Get-VMHostDiskPartition Get-VMHostFirewallDefaultPolicy Get-VMHostFirewallException Get-VMHostFirmware Get-VMHostHardware Get-VMHostHba Get-VMHostModule Get-VMHostNetwork Get-VMHostNetworkAdapter Get-VMHostNetworkStack Get-VMHostNtpServer Get-VMHostPatch Get-VMHostPciDevice Get-VMHostProfile Get-VMHostProfileImageCacheConfiguration Get-VMHostProfileRequiredInput Get-VMHostProfileStorageDeviceConfiguration Get-VMHostProfileUserConfiguration Get-VMHostProfileVmPortGroupConfiguration Get-VMHostRoute Get-VMHostService Get-VMHostSnmp Get-VMHostStartPolicy Get-VMHostStorage Get-VMHostSysLogServer Get-VMQuestion Get-VMResourceConfiguration Get-VMStartPolicy Import-LcmClusterDesiredState Import-VApp Import-VMHostProfile Install-VMHostPatch Invoke-DrsRecommendation Invoke-VMHostProfile Invoke-VMScript Mount-Tools Move-Cluster Move-Datacenter Move-Datastore Move-Folder Move-HardDisk Move-Inventory Move-ResourcePool Move-Template Move-VApp Move-VM Move-VMHost New-AdvancedSetting New-AlarmAction New-AlarmActionTrigger New-AlarmDefinition New-AlarmTrigger New-ApplianceBackupJob New-CDDrive New-Cluster New-ContentLibrary New-ContentLibraryItem New-CustomAttribute New-Datacenter New-Datastore New-DatastoreCluster New-DrsClusterGroup New-DrsRule New-DrsVMHostRule New-FloppyDrive New-Folder New-HardDisk New-IScsiHbaTarget New-LcmOfflineDepot New-NetworkAdapter New-OSCustomizationNicMapping New-OSCustomizationSpec New-ResourcePool New-ScsiController New-Snapshot New-StatInterval New-Tag New-TagAssignment New-TagCategory New-Template New-VApp New-VICredentialStoreItem New-VIPermission New-VIProperty New-VIRole New-VirtualPortGroup New-VirtualSwitch New-VISamlSecurityContext New-VM New-VMHostAccount New-VMHostNetworkAdapter New-VMHostProfile New-VMHostProfileVmPortGroupConfiguration New-VMHostRoute Open-VMConsoleWindow Remove-AdvancedSetting Remove-AlarmAction Remove-AlarmActionTrigger Remove-AlarmDefinition Remove-CDDrive Remove-Cluster Remove-ContentLibrary Remove-ContentLibraryItem Remove-CustomAttribute Remove-Datacenter Remove-Datastore Remove-DatastoreCluster Remove-DrsClusterGroup Remove-DrsRule Remove-DrsVMHostRule Remove-FloppyDrive Remove-Folder Remove-HardDisk Remove-Inventory Remove-IScsiHbaTarget Remove-NetworkAdapter Remove-OSCustomizationNicMapping Remove-OSCustomizationSpec Remove-PassthroughDevice Remove-ResourcePool Remove-Snapshot Remove-StatInterval Remove-Tag Remove-TagAssignment Remove-TagCategory Remove-Template Remove-UsbDevice Remove-VApp Remove-VICredentialStoreItem Remove-VIPermission Remove-VIProperty Remove-VIRole Remove-VirtualPortGroup Remove-VirtualSwitch Remove-VirtualSwitchPhysicalNetworkAdapter Remove-VM Remove-VMHost Remove-VMHostAccount Remove-VMHostNetworkAdapter Remove-VMHostNtpServer Remove-VMHostProfile Remove-VMHostProfileVmPortGroupConfiguration Remove-VMHostRoute Restart-VM Restart-VMGuest Restart-VMHost Restart-VMHostService Set-AdvancedSetting Set-AlarmDefinition Set-Annotation Set-CDDrive Set-Cluster Set-ContentLibrary Set-ContentLibraryItem Set-CustomAttribute Set-Datacenter Set-Datastore Set-DatastoreCluster Set-DrsClusterGroup Set-DrsRule Set-DrsVMHostRule Set-FloppyDrive Set-Folder Set-HardDisk Set-IScsiHbaTarget Set-NetworkAdapter Set-NicTeamingPolicy Set-OSCustomizationNicMapping Set-OSCustomizationSpec Set-PowerCLIConfiguration Set-ResourcePool Set-ScsiController Set-ScsiLun Set-ScsiLunPath Set-SecurityPolicy Set-Snapshot Set-StatInterval Set-Tag Set-TagCategory Set-Template Set-VApp Set-VIPermission Set-VIRole Set-VirtualPortGroup Set-VirtualSwitch Set-VM Set-VMHost Set-VMHostAccount Set-VMHostAdvancedConfiguration Set-VMHostAuthentication Set-VMHostDiagnosticPartition Set-VMHostFirewallDefaultPolicy Set-VMHostFirewallException Set-VMHostFirmware Set-VMHostHba Set-VMHostModule Set-VMHostNetwork Set-VMHostNetworkAdapter Set-VMHostNetworkStack Set-VMHostProfile Set-VMHostProfileImageCacheConfiguration Set-VMHostProfileStorageDeviceConfiguration Set-VMHostProfileUserConfiguration Set-VMHostProfileVmPortGroupConfiguration Set-VMHostRoute Set-VMHostService Set-VMHostSnmp Set-VMHostStartPolicy Set-VMHostStorage Set-VMHostSysLogServer Set-VMQuestion Set-VMResourceConfiguration Set-VMStartPolicy Start-VApp Start-VM Start-VMHost Start-VMHostService Stop-ApplianceBackupJob Stop-VApp Stop-VM Stop-VMGuest Stop-VMHost Stop-VMHostService Suspend-VM Suspend-VMGuest Suspend-VMHost Test-LcmClusterCompliance Test-LcmClusterHealth Test-VMHostProfileCompliance Test-VMHostSnmp Update-Tools Wait-ApplianceBackupJob Wait-Tools Answer-VMQuestion Apply-DrsRecommendation Apply-VMHostProfile Export-VM Get-ESX Get-PowerCLIDocumentation Get-VC Get-VIServer Get-VIToolkitConfiguration Get-VIToolkitVersion Set-VIToolkitConfiguration Shutdown-VMGuest
Script 13.0.0.20803747 VMware.VimAutomation.Hcx Connect-HCXServer Disconnect-HCXServer Get-HCXAppliance Get-HCXComputeProfile Get-HCXContainer Get-HCXDatastore Get-HCXGateway Get-HCXInterconnectStatus Get-HCXInventoryCompute Get-HCXInventoryDatastore Get-HCXInventoryDVS Get-HCXInventoryNetwork Get-HCXJob Get-HCXMigration Get-HCXMobilityGroup Get-HCXNetwork Get-HCXNetworkBacking Get-HCXNetworkExtension Get-HCXNetworkProfile Get-HCXReplication Get-HCXReplicationSnapshot Get-HCXService Get-HCXServiceMesh Get-HCXSite Get-HCXSitePairing Get-HCXStorageProfile Get-HCXVM New-HCXAppliance New-HCXComputeProfile New-HCXComputeProfileDVS New-HCXComputeProfileNetwork New-HCXMigration New-HCXMobilityGroup New-HCXMobilityGroupConfiguration New-HCXNetworkExtension New-HCXNetworkMapping New-HCXNetworkProfile New-HCXReplication New-HCXSentinelBundle New-HCXServiceMesh New-HCXServiceMeshDVS New-HCXSitePairing New-HCXStaticRoute Remove-HCXAppliance Remove-HCXComputeProfile Remove-HCXNetworkExtension Remove-HCXNetworkProfile Remove-HCXReplication Remove-HCXServiceMesh Remove-HCXSitePairing Resume-HCXReplication Set-HCXAppliance Set-HCXComputeProfile Set-HCXMigration Set-HCXMobilityGroup Set-HCXMobilityGroupConfiguration Set-HCXNetworkProfile Set-HCXReplication Set-HCXServiceMesh Start-HCXMigration Start-HCXMobilityGroupMigration Start-HCXReplication Stop-HCXMobilityGroupMigration Suspend-HCXReplication Test-HCXMigration Test-HCXMobilityGroup Test-HCXReplication Uninstall-HCXSentinel Update-HCXSentinel Wait-HCXJob Get-HCXApplianceCompute Get-HCXApplianceDatastore Get-HCXApplianceDVS Get-HCXApplianceNetwork
Script 13.1.0.21610272 VMware.VimAutomation.HorizonView Connect-HVServer Disconnect-HVServer
Script 12.0.0.15939670 VMware.VimAutomation.License Get-LicenseDataManager
Script 13.1.0.21606089 VMware.VimAutomation.Nsxt Connect-NsxtServer Disconnect-NsxtServer Get-NsxtGlobalManagerService Get-NsxtPolicyService Get-NsxtService
Script 13.1.0.21605170 VMware.VimAutomation.Sdk Get-ErrorReport
Script 13.1.0.21606510 VMware.VimAutomation.Security Add-AttestationServiceInfo Add-KeyProviderServiceInfo Add-TrustAuthorityKeyProviderServer Add-TrustAuthorityKeyProviderServerCertificate Add-TrustedClusterAttestationServiceInfo Add-TrustedClusterKeyProviderServiceInfo Export-KeyProvider Export-Tpm2CACertificate Export-Tpm2EndorsementKey Export-TrustAuthorityKeyProviderClientCertificate Export-TrustAuthorityServicesInfo Export-TrustedPrincipal Export-VMHostImageDb Get-AttestationServiceInfo Get-KeyProviderServiceInfo Get-SecurityInfo Get-Tpm2EndorsementKey Get-TrustAuthorityAttestationService Get-TrustAuthorityCluster Get-TrustAuthorityKeyProvider Get-TrustAuthorityKeyProviderClientCertificate Get-TrustAuthorityKeyProviderClientCertificateCSR Get-TrustAuthorityKeyProviderServer Get-TrustAuthorityKeyProviderServerCertificate Get-TrustAuthorityKeyProviderService Get-TrustAuthorityPrincipal Get-TrustAuthorityServicesStatus Get-TrustAuthorityTpm2AttestationSettings Get-TrustAuthorityTpm2CACertificate Get-TrustAuthorityTpm2EndorsementKey Get-TrustAuthorityVMHostBaseImage Get-TrustedCluster Get-TrustedClusterAppliedStatus Get-TrustedPrincipal Get-VMHostTPM Get-VTpm Get-VTpmCertificate Get-VTpmCSR Import-KeyProvider Import-TrustAuthorityServicesInfo New-TrustAuthorityKeyProvider New-TrustAuthorityKeyProviderClientCertificate New-TrustAuthorityKeyProviderClientCertificateCSR New-TrustAuthorityPrincipal New-TrustAuthorityTpm2CACertificate New-TrustAuthorityTpm2EndorsementKey New-TrustAuthorityVMHostBaseImage New-VTpm Register-KeyProvider Remove-AttestationServiceInfo Remove-KeyProviderServiceInfo Remove-TrustAuthorityKeyProvider Remove-TrustAuthorityKeyProviderServer Remove-TrustAuthorityKeyProviderServerCertificate Remove-TrustAuthorityPrincipal Remove-TrustAuthorityTpm2CACertificate Remove-TrustAuthorityTpm2EndorsementKey Remove-TrustAuthorityVMHostBaseImage Remove-TrustedClusterAttestationServiceInfo Remove-TrustedClusterKeyProviderServiceInfo Remove-VTpm Set-TrustAuthorityCluster Set-TrustAuthorityKeyProvider Set-TrustAuthorityKeyProviderClientCertificate Set-TrustAuthorityKeyProviderServerCertificate Set-TrustAuthorityTpm2AttestationSettings Set-TrustedCluster Set-VTpm Unlock-VM Unregister-KeyProvider
Script 12.7.0.20091290 VMware.VimAutomation.Srm Connect-SrmServer Disconnect-SrmServer
Script 13.1.0.21606282 VMware.VimAutomation.Storage Add-EntityDefaultKeyProvider Add-KeyManagementServer Add-VsanFileServiceOvf Add-VsanObjectToRepairQueue Add-VsanStoragePoolDisk Copy-VDisk Export-SpbmStoragePolicy Get-CnsVolume Get-KeyManagementServer Get-KeyProvider Get-KmipClientCertificate Get-NfsUser Get-SpbmCapability Get-SpbmCompatibleStorage Get-SpbmEntityConfiguration Get-SpbmFaultDomain Get-SpbmPointInTimeReplica Get-SpbmReplicationGroup Get-SpbmReplicationPair Get-SpbmStoragePolicy Get-SpbmView Get-VAIOFilter Get-VasaProvider Get-VasaStorageArray Get-VDisk Get-VsanClusterConfiguration Get-VsanClusterPowerState Get-VsanComponent Get-VsanDirectDisk Get-VsanDisk Get-VsanDiskGroup Get-VsanEnterMaintenanceModeReport Get-VsanEsaEligibleDisk Get-VsanEvacuationPlan Get-VsanFaultDomain Get-VsanFileServiceDomain Get-VsanFileServiceOvfInfo Get-VsanFileShare Get-VsanFileShareSnapshot Get-VsanHCIMeshDatastore Get-VsanHCIMeshDatastoreSource Get-VsanIscsiInitiatorGroup Get-VsanIscsiInitiatorGroupTargetAssociation Get-VsanIscsiLun Get-VsanIscsiTarget Get-VsanObject Get-VsanResyncingComponent Get-VsanResyncingOverview Get-VsanRuntimeInfo Get-VsanSpaceUsage Get-VsanStat Get-VsanStoragePoolDisk Get-VsanView Get-VsanWipeDiskStatus Get-VvolStorageContainer Import-SpbmStoragePolicy Move-VDisk New-CnsContainerCluster New-CnsKubernetesEntityMetadata New-CnsKubernetesEntityReference New-CnsVolume New-CnsVolumeAttachment New-CnsVolumeMetadata New-KmipClientCertificate New-NfsUser New-RemoteVsanServerClusterConfig New-SpbmRule New-SpbmRuleSet New-SpbmStoragePolicy New-VAIOFilter New-VasaProvider New-VDisk New-VsanDirectDisk New-VsanDisk New-VsanDiskGroup New-VsanFaultDomain New-VsanFileServerIpConfig New-VsanFileServiceDomain New-VsanFileShare New-VsanFileShareNetworkPermission New-VsanFileShareSnapshot New-VsanHCIMeshDatastoreSource New-VsanHealthCheckThreshold New-VsanIscsiInitiatorGroup New-VsanIscsiInitiatorGroupTargetAssociation New-VsanIscsiLun New-VsanIscsiTarget Remove-CnsVolume Remove-CnsVolumeAttachment Remove-EntityDefaultKeyProvider Remove-KeyManagementServer Remove-NfsUser Remove-SpbmStoragePolicy Remove-VAIOFilter Remove-VasaProvider Remove-VDisk Remove-VsanDirectDisk Remove-VsanDisk Remove-VsanDiskGroup Remove-VsanFaultDomain Remove-VsanFileServiceDomain Remove-VsanFileShare Remove-VsanFileShareSnapshot Remove-VsanHCIMeshDatastoreSource Remove-VsanIscsiInitiatorGroup Remove-VsanIscsiInitiatorGroupTargetAssociation Remove-VsanIscsiLun Remove-VsanIscsiTarget Remove-VsanStoragePoolDisk Set-CnsVolume Set-KeyManagementServer Set-KeyProvider Set-NfsUser Set-SpbmEntityConfiguration Set-SpbmStoragePolicy Set-VAIOFilter Set-VDisk Set-VsanClusterConfiguration Set-VsanFaultDomain Set-VsanFileServiceDomain Set-VsanFileShare Set-VsanIscsiInitiatorGroup Set-VsanIscsiLun Set-VsanIscsiTarget Start-SpbmReplicationFailover Start-SpbmReplicationPrepareFailover Start-SpbmReplicationPromote Start-SpbmReplicationReverse Start-SpbmReplicationTestFailover Start-VsanCluster Start-VsanClusterDiskUpdate Start-VsanClusterRebalance Start-VsanEncryptionConfiguration Start-VsanRelayoutObjects Start-VsanWipeDisk Stop-SpbmReplicationTestFailover Stop-VsanCluster Stop-VsanClusterRebalance Stop-VsanWipeDisk Sync-SpbmReplicationGroup Test-VsanClusterHealth Test-VsanNetworkPerformance Test-VsanStoragePerformance Test-VsanVMCreation Update-VsanHclDatabase Get-KmsCluster Repair-VsanObject Set-KmsCluster
Script 1.6.0.0 VMware.VimAutomation.StorageUtility Update-VmfsDatastore
Script 13.1.0.21610933 VMware.VimAutomation.Vds Add-VDSwitchPhysicalNetworkAdapter Add-VDSwitchVMHost Export-VDPortGroup Export-VDSwitch Get-VDBlockedPolicy Get-VDPort Get-VDPortgroup Get-VDPortgroupOverridePolicy Get-VDSecurityPolicy Get-VDSwitch Get-VDSwitchPrivateVlan Get-VDTrafficShapingPolicy Get-VDUplinkLacpPolicy Get-VDUplinkTeamingPolicy New-VDPortgroup New-VDSwitch New-VDSwitchPrivateVlan Remove-VDPortGroup Remove-VDSwitch Remove-VDSwitchPhysicalNetworkAdapter Remove-VDSwitchPrivateVlan Remove-VDSwitchVMHost Set-VDBlockedPolicy Set-VDPort Set-VDPortgroup Set-VDPortgroupOverridePolicy Set-VDSecurityPolicy Set-VDSwitch Set-VDTrafficShapingPolicy Set-VDUplinkLacpPolicy Set-VDUplinkTeamingPolicy Set-VDVlanConfiguration
Script 13.0.0.20797723 VMware.VimAutomation.Vmc Add-VmcSddcHost Connect-Vmc Disconnect-Vmc Get-AwsAccount Get-AwsVpcSubnet Get-VmcClusterEdrsPolicy Get-VmcOrganization Get-VmcOutpost Get-VmcSddc Get-VmcSddcCluster Get-VmcSddcGroup Get-VmcSddcNetworkService Get-VmcSddcSiteRecovery Get-VmcSddcSiteRecoveryInstance Get-VmcService New-VmcSddc New-VmcSddcCluster New-VmcSddcSiteRecoveryInstance Remove-VmcSddc Remove-VmcSddcCluster Remove-VmcSddcHost Remove-VmcSddcSiteRecoveryInstance Set-VmcClusterEdrsPolicy Set-VmcSddc Connect-VmcServer Disconnect-VmcServer
Script 13.1.0.21611158 VMware.VimAutomation.vROps Connect-OMServer Disconnect-OMServer Get-OMAlert Get-OMAlertDefinition Get-OMAlertSubType Get-OMAlertType Get-OMRecommendation Get-OMResource Get-OMStat Get-OMStatKey Get-OMUser Set-OMAlert
Script 12.4.0.18627055 VMware.VimAutomation.WorkloadManagement Disable-WMCluster Enable-WMCluster Get-WMCluster Get-WMNamespace Get-WMNamespaceLimits Get-WMNamespacePermission Get-WMNamespaceStoragePolicy New-WMNamespace New-WMNamespaceNetworkSpec New-WMNamespacePermission New-WMNamespaceStoragePolicy Remove-WMNamespace Remove-WMNamespacePermission Remove-WMNamespaceStoragePolicy Set-WMCluster Set-WMNamespace Set-WMNamespaceLimits Set-WMNamespacePermission Set-WMNamespaceStoragePolicy
Script 12.7.0.20091294 VMware.VumAutomation Add-EntityBaseline Copy-Patch Get-Baseline Get-Compliance Get-Patch Get-PatchBaseline New-PatchBaseline Remove-Baseline Remove-EntityBaseline Set-PatchBaseline Sync-Patch Test-Compliance Update-Entity Attach-Baseline Detach-Baseline Download-Patch Remediate-Inventory Scan-Inventory Stage-Patch
I posted a reply yesterday but I don't see it here.
https://docs.google.com/spreadsheets/d/1pz15VuVgDFhJAj1VkQrNTMkgBuxDszsXdj5icksq8-g/edit?usp=sharing
That's a formatted output of that command.
Not sure how to check the other things unless the folder should be named powercli in which case there are none, except the one I copied there (to 2 of the directories in env:psmodulepath). Had never tried to use power cli until yesterday on this computer though.
Something important I remembered as I try this on a second box with similar results. The first attempt to install-module -name vmware.powercli results in this:
PackageManagement\Install-Package : The following commands are already available on this system:'Export-VM,Get-Cluster,Get-VM,Get-V
MHost,Move-VM,New-Cluster,New-VM,Remove-Cluster,Remove-VM,Restart-VM,Set-VM,Set-VMHost,Start-VM,Stop-VM,Suspend-VM'. This module
'VMware.VimAutomation.Core' may override the existing commands. If you still want to install this module
'VMware.VimAutomation.Core', use -AllowClobber parameter.
At C:\Program Files (x86)\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
+ ... $null = PackageManagement\Install-Package @PSBoundParameters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlreadyAvailable,Microsoft.PowerShell.PackageManagemen
t.Cmdlets.InstallPackage
So I did allowclobber. Maybe that is behind the issue and is there a way around that?
There seem to be some folders missing.
How did you install PowerCI on that machine?
Did you use Install-Module, as described in VMware Developer Documentation ?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Not that page specifically, but these instructions: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.esxi.install.doc/GUID-F02D0C2D-B226-4908-9E...
I just saw your older reply, seems you had the Hyper-V modules installed, and then did the AllowClobber.
That is probably the reason for the issue you are seeing.
Can you uninstall the Hyper-V modules before installing PowerCLI?
Otherwise you can use the Prefix parameter on the Import-Module cmdlet.
Or add the modulename before the cmdlet.
Like for example
VMware.VimAutomation.Core\Get-VM
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
I don't see a way to remove those modules. I've tried appending /get-vm as well as importing with a prefix, but it gives the same errors as before.
I have a second box that uses hyper v to manage some VMs and it seems to work okay, so I'm at square one with this one. I deleted the folders I had created in the modules directories, and uninstalled all vmware* then reinstalled with -force and allowclobber as I saw from another topic, but still behaves the same.
And did you start the cmdlets with the modulename?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Based on this: https://www.reddit.com/r/PowerShell/comments/a5v0gl/factory_reset_powershell/
And seeing that it appears in my module list, I think this might be the issue but not sure. I try the command to remove, and it says no match was found. get-module shows:
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 2.0.0.0 FailoverClusters {Add-ClusterCheckpoint, Add-ClusterDisk, Add-...
Afaik that is installed as a Windows Server Feature.
You will probably have to remove the feature (Remove Roles and Features)
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Yes, started them with the modulename.
Removed failoverclusters from manage optional features, confirmed in powershell. Didn't fix.
Does $env:PSModulePath contains the folder where the FailoverClusters module is located?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
that module is gone now.
But error remains. Is there any way to nuke my powershell environment from orbit?
Did you remove/reinstall the PowerCLI modules after the removal of that module?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
90% sure, I did but will do it again in case.
