Get-VMhost and the related datastores to it
Hello, I need to list all of my hosts, and the related datastores to each, and also count these datastores per host, but the last part is optional I may do it manually for the sake of making the script...
View ArticleRe: Problem with Windows Server 2019 snapshot quiescing
Can you please provide a detailed description on how you disable the VMware snapshot provider and enable Microsofts?
View ArticleRe: VMware tools not installed on win server 2k3
Check out the release notes: VMware Tools 10.0.12 Release Notes - this shows that it does.
View ArticleRe: Limit Report templates for user in vROPS
GayathriSThank you for your reply. Yes, I know how to allow user generate reports from templates but this will allow generate reports from all templates. My case is like:I have ReportTemplate-1 and...
View ArticleRe: is it possible to install vsan in one of VM
You want to create a nested environment or what?You should read a bit about vSAN VMware vSAN
View ArticleBased on the current configuration, the SSL certificate of the authentication...
Доброго времени суток коллеги.Сегодня попробовал аутентифицироваться на vcenter и получил ошибку вида: Да, действительно, срок действия сертификата истек 6.03.2019....
View ArticleRe: Get-VMhost and the related datastores to it
This command dod the trick, but I still need to count if possible please. get-vmhost | select name, @{N="Datastore"; E={Get-Datastore -VMHost $_}}
View ArticleRe: Windows 10 VM - Horrible Performance
Hello,thank you for your fast response.First, there are answers to your questions: Provide more details, such as is your task manager running at 100%? If so what processes are using more than 20%?-...
View ArticleRe: Script to delete vms that are x days old on a test server
I ended up with another kind of solution, from this thread: Need a script to reboot VM if uptime is more than 1 days Where time since boot were used: Connect-viserver -Server viserverGet-VM -Datastore...
View ArticleRe: ESXi EVC
Since they are both from the family and generation then you don’t require EVC to vMotion between them. Having said that it’s probaby still a good idea to enable so that if you add additional hosts in...
View ArticleRe: DIsk Change Tracking - Veritas Agent
This is enabled by default. You can go on a machine settings>VM Options > Advanced>Edit Configuration and there look for ctkEnabled
View ArticleRe: Data Not Receiving by SRM Adapter in vROPS v7.0.0
Hi GayathriS,Thanks for your reply. Please have below responses against your query: SRM version ?>>Site Recovery Manager 6.5.1>> SRM Server Build: 6014840 SRM management pack version...
View ArticleRe: Get-VMhost and the related datastores to it
Try something like this Get-VMHost-PipelineVariable esx | ForEach-Object-Process { $ds=Get-Datastore-RelatedObject $_ $ds| Select @{N='VMHost';E={$esx.Name}}, @{N='TotalDS';E={$ds.Count}}, Name}
View ArticleRe: FAILED: An error occurred during the conversion: 'Partition number must...
IIRC some additional logic needed to be added in order to parse and map volumes to partitions in case of RAID. Somehow this didn't seem high enough priority.
View ArticleRe: VDP backup error, failed to download VM metadata, request help!!! ...
Probably you are running into this. https://www.virtuallypeculiar.com/2016/08/vdp-backup-fails-failed-to-download-vm.html
View ArticleChange output of a script to include the VM name?........maybe?
So I'm running this script found here: VMX Raiders Revisited - LucD notes It runs and does what I need it to do. It outputs the below when finished.... PS C:\Users\user>...
View ArticleRe: There is no more space for virtual disk...
Hi all, rescanning storage on the host level doesn't help. The message keeps coming back after a day or two.Is there anyone could help? Thanks a lot. There is no more space for virtual disk...
View ArticleRe: Esxi 6.7: This VM is attached to a network portgroup that doesn't exist....
Because it is, there is no option in this field.And the error I get when creating a new vm is just about the network.See, I tried to create a new vm, the network comes with no configuration and when I...
View ArticleRe: Vcenter Server 6.5d Installation error 1603
Ahhh. Thank you. You actually answered the question that I originally asked instead of giving me suggestions that I didn't ask for. It only took you 3 tries.Good job.
View ArticleRe: AppVolumes Writable with UEM
You could set that particular path as an exclusion in the writable volume, and it won't override UEM either way.
View Article