Re: PowerCli script with Get-View to report on VMs and specifications
Which of the many scripts in this thread are you referring to?
View ArticleRe: Disable Application Blocking
Right. So can I then use the Global Configuration to tell it to only apply to a specific pool or pools. Example: Horizon Client Property - Property "Pool Name" is equal to "Pool-1" So then Pool-2 will...
View ArticleRe: Disable cut & paste for external homeuser
When your users login to vdi, do they use Domain credentials to authenticate to VDI?
View ArticleRe: script to create a host profile for each Host on Vcenter
it have error xxxxxxx 443 VSPHERE.LOCAL\Administrator New-VMHostProfile : Cannot convert 'System.Object[]' to the type 'VMware.VimAutomation.ViCore.Types.V1.Inventory.VMHost'...
View ArticleRe: script to create a host profile for each Host on Vcenter
Try something like this Get-VMHost|ForEach-Object-Process { New-VMHostProfile-Name "$($_.Name)-Profile"-Description "This is my test profile based on $($_.Name))."-ReferenceHost $_-Confirm:$false}
View ArticleRe: DLR will not forward traffic
Hello Dr.Virt, I am also facing the same exact problem. Did you find a solution or workaround? I have 4 ESXi (6.7 U1) hosts in the vCenter. vSAN is configured. NSX 6.4.4 is deployed. Thank you,Ravi
View ArticleRe: PSL script can not load module when run from C# code.
This is the question.Module NOT effectively imported if I try to run script from service ( C# code) and loaded ( and script make its work)it I run it from console.May be problem really that in this...
View ArticleRe: How to force VMware ESXi to reclaim memory (manually with script)
there ist no substitute for memory except to add more memory.if the vm´s don´t fit into the host memory you have the risk of performance issues. don´t allow the host to do other memory optimizations...
View ArticleRe: script to create a host profile for each Host on Vcenter
Great thx sir.. u da men!!!
View ArticleRe: How to force VMware ESXi to reclaim memory (manually with script)
a typo - i mean tps
View ArticleRe: Critical HP SSD bug requires firmware update for certain models- Drives...
Unfortunately not the first issue found with HPD firmware this year either (and I have suspicions that the impact of the below one as per the advisory is...
View ArticleRe: PSL script can not load module when run from C# code.
Did you check in your script what the content of the $env:PSModulePath variable is?One way of doing that would be to use the Start-Transcript cmdlet and then just display the content of the...
View ArticleRe: vCenter LDAP binding and signing
Hello LucFullenwarthit seems the command you posted (I had to use Developer Tools in my Chrome to view the entire row because truncated) configures the Identity Provider to use AD over LDAPS; exactly...
View ArticleRe: vCenter Inaccessible After Updating Cluster To 6.7 U3 (Migrating vCenter...
Hello smittytech, While you can add an existing vSAN cluster to a new/different vCenter, I would generally not advise starting from scratch and instead figure out why the vCenter VM is having issues.In...
View ArticleRe: vCenter Inaccessible After Updating Cluster To 6.7 U3 (Migrating vCenter...
Thanks for the help! (I meant to respond on Monday, but due to recent changes pushed to my computer, the reply box doesn't show up and I need to use another computer.) Oddly, vCenter was working fine...
View ArticleHide all VMs to a user but one
Hi everyone, I have an ESXi 6.5 that hosts several servers. I need to create a user that has the grant to view only a single Virtual Machine and do nothing else.The steps I have done are:I have firstly...
View ArticleRe: Hide all VMs to a user but one
Hi, can you describe what permissions you selected for your newly created role?
View ArticleRe: 仮想マシンの ハードウェアバージョン を 複数仮想マシン同時に上げる方法について
こんにちは。 仮想マシンのハードウェアバージョンは、vSphere Web Client / vSphere Client以外にも、ESXi のvim-cmdコマンドや、PowerCLI などでUPすることができます。 1000台規模になると、ESXi に個別ログインが必要なvim-cmdなどでは現実的ではないので、vCenter経由で設定変更できる PowerCLI...
View ArticleRe: Critical HP SSD bug requires firmware update for certain models- Drives...
Maybe other vedors will come with similar advisories, because HPE was notified about this issue by one of its OEM partners.
View ArticleRe: Migrate Windows Failover cluster servers to vSAN
Do you want to virtualize these three physical servers? Depending on the applications that run on this WFSC, I recommend to move from Fibre-Channel to iSCSI (supplied by vSAN) and then add new, virtual...
View Article