Re: Persona Management - GPO question
I am going to setup another test using 2 GPO's on the computer OU, plus filtering and being more careful to make sure I have a valid test. What seemed to happen with my first round of testing using...
View ArticleRe: HBA WWN Bilgileri
Selamlar;World Wide Name (WWN) 64 bitlik bir adrestir, Fiber Channel ağı içerisinde kullanılır. WWN kayıtlarını, ethernet kartlarının MAC adresleri gibi düşünebilirsiniz, zoning işlemlerinde WWN...
View ArticleRe: Sharing Datastores between VCenters 5.0
I seem to remember doing this when we went through a migration to NFS from an older iSCSI datastore infrastructure in 4.x. It basically facilitated a physical migration for us. One thing to note here...
View ArticleRe: Printing with local Printer on Mac Os
What if your "local" printer on your Mac is a wireless printer and does not use the local USB port. Can the View client still redirect to the "local" printer on the Mac if it prints via a wireless...
View ArticleRe: Sharing Datastores between VCenters 5.0
Welcome to the Community, basically a VMFS datastore can be shared by up to 64 hosts, no matter whether they are managed by vCenter Server or not. However, you some features (e.g. Storage I/O control)...
View ArticleRe: Sharing Datastores between VCenters 5.0
I have one VCenter 5.0 server that has a bunch of virtual machines that have access to a SAN where I have a floppy image resides. That floppy image is shared among the VM’s. I have another VCenter 5.0...
View ArticleRe: Persona Management - GPO question
Can't you use Item Level Targeting instead of security filtering?
View ArticleStop reboot request when vMotioning to a host with a different processor
I am needing help to figure out how best to deal with a Reboot prompt that my users are getting due to a vDesktop being vMotioned from one model host (Dell 710) to another (Dell 720). The difference...
View ArticleRe: Patch Scan showing patches with Vendor Severity of None
That's correct. If you'd like, I'd suggest submitting a feature request: http://shavlik.featureidea.com
View ArticleRe: Stuck on required security settings update.
It could be due to that the server's security policies are not supported by the device.could you check your server's security policies, such as storage encryption...
View ArticleRe: Stuck on required security settings update.
The thing is I had the server setup in my default email client before I installed Horizon Mail (I removed it from the default, and set it up in Horizon). My phone has all of the requirements set,...
View ArticleRe: VM Reports
UseGet-ExecutionPolicyto see what is configured. And useSet-ExecutionPolicy RemoteSignedto change the setting.
View ArticleRe: network issue with eval of vCloud Director 5.1
Which Browser are you using? I had similar errors with IE 10.This is only working if you set Browsermode downwards...use F12 in IE to change it to IE 10 Compatibilty, thisone is working for me....
View ArticleRe: Get VM Serial Number from List of VM's?
That seems to say that there is no VM with the name ServerNameX.DoesGet-VM -Name ServerNameXreturn anything or do you get the same error ?
View ArticleSnapshot where created equals
I am trying to get a list of VM's with snapshots for a certain date, but my results are coming up empty, not sure why Here is what i have$snapshots = get-vm | get-snapshot This works: $snapshots |...
View ArticleAdjusting CPU and Memory Reservation settings on running VM...
Hello. I have two production VMs that have both CPU and Memory reservation settings applied as seen below. I would like to adjust these reservation settings to 'zero' for both CPU and Memory on both...
View ArticleRe: Intermitent network disconnect in VM using E1000E NIC
Exactly where are you installing the Intel network drivers? If you are installing them in the guest OS that is a problem, as the driver for the NIC is built into the VMware Tools. It is a driver...
View ArticleRe: management network, set on host or vcenter?
Yes different address in most of the hosts compared to vcenter. Also only single management network configured.
View ArticleRe: Snapshot where created equals
Try getting that targetdate as a DateTime object$targetDate = Get-Date 2/8/2013and then change the condition as $_.Created.Date -eq $targetDate.DateThat way you are comparing 2 DateTime objects
View Article