Re: Get-view SearchRoot when duplicate .MoRef Exists
I started typing a response that was no I can't replace -searchroot with - server. I then realized you meant use them both . And it worked Foreach ($cluster in (Get-view -ViewType...
View ArticleRe: the system show my VM was running without any snapshots but there are...
Its worked after creating new snapshot. Thanks
View ArticleStop putting software update notifications in bottom left corner of the screen
To VMware, I am running OS X El Capitan 10.11.1, Fusion 7.1.3 with a 30 inch Dell 2560x1600 monitor. Every time Fusion is opened and I either check for updates manually or it automatically checks, the...
View ArticleRe: VROPs - Creating reports for VMs that been down for 60 days or long
Just change the time settings in the View and the name to reflect the new time period. Nothing else should need to be changed.
View ArticleRe: Looking for a Micron RealSSD Manager vmw-esx55-micron-rssdm vib
I checked with the team that writes RSSDM and that is the most current release (SP 145.07.08), they also said it works on ESXi 6 as well. I will check on the VIB version and figure out the...
View ArticleRe: Shared VMs "Could not not find path" error when pointing to network...
Hi, Don't use a mapped drive like Royce mentioned.Instead use a UNC path (eg. \\servername\path\where\vm\lives ) --Wil
View ArticleRe: Client ID
Have you ever managed to correct this issue? I run into it with HP Thin Clients and imaging them from a single image source.
View ArticleRe: Stop putting software update notifications in bottom left corner of the...
Thanks for the feedback, we'll look into that.
View ArticleRe: SCCM update device collection - manual refresh every 10 seconds
Hi, The whole build is around 30 mins including installing the vra agent at the end, the sccm registration seems to be very quick as we haven't seen any delays. Cheers
View ArticleRe: why?: Lost access to volume due to connectivity issues. Recovery attempt...
I have just updated to 6.0 update1 (build 3073146) using the HP image so we'll see how it goes. I will update this thread.It looks promising because before this I noticed that my Performance Chart for...
View ArticleRe: This virtual machine is configured for 64-bit guest operating systems....
I encountered this issue with: VMWare Workstation 12 Professional running on Microsoft Windows 10 Professional. The resolution was to Uninstall Hyper-V as it is a installed default Windows feature.
View ArticleRe: esxi6.0にてパスワードルールの変更を行う方法について
こんにちは。 パスワードのルールですが、マニュアルの範囲では一応この方法で変更できます。ESXi6.0からは、Security.PasswordQualityControl というパラメータ変更で可能です。ESXi Passwords, ESXi Pass Phrases, and Account Lockout...
View ArticleRe: Looking for a Micron RealSSD Manager vmw-esx55-micron-rssdm vib
Thanks Jmass. The rsssdm in SP145.07.08 only has a vmw-esx-micron-rssdm-2.10.5818.00.vib file and the micron-rssdm file inside it is only 130401 byte, pretty small. The...
View ArticleRe: VROPs - Creating reports for VMs that been down for 60 days or long
Thanks a lot. It looks like working
View ArticleRe: Looking for a Micron RealSSD Manager vmw-esx55-micron-rssdm vib
I installed the rssdm from 145.07.08:esxcli software vib list | grep -i micronmtip32xx-native 3.9.4-1OEM.550.0.0.1331820 MICRON VMwareCertified 2015-12-03micron-rssdm...
View ArticleRe: How to change catalog default storage policy?
Had the same issue and found this forum. After a lot of trials and errors I found a solution. #Set thew new catalog profile$orgvDCStoragePolicy = search-cloud -querytype AdminOrgVdcStorageProfile |...
View ArticleRe: Delete Files From vSAN Datastore
Just so I understand. On a vSAN datastore you would rename a file (making sure it was not in use) and the a right click... delete would remove the file and you would see that reflected in the free...
View ArticleRe: Get-VDPortGroup Missing
It should be there... PowerCLI C:\> $version PowerCLI Version---------------- VMware vSphere PowerCLI 6.0 Release 3 build 3205540---------------Component Versions--------------- VMWare...
View ArticleiSCSI & NAS Virtual Appliances
Hello All, Can someone suggest me iSCSI & NAS Virtual Appliances please. I am planning for VCAP-DCA in January'16, need the Virtual Appliances for my LAB. Thank you! Regards,Naresh
View ArticleRe: Script to Re-Enable Alarms in vCenter
Could you please try: For all hosts$alarmMgr = Get-View AlarmManagerGet-VMHost | foreach-object{$alarmMgr.EnableAlarmActions($_.Extensiondata.MoRef,$true)} For host starting with D.$alarmMgr = Get-View...
View Article