Posted by jayb | Posted on 06-03-2009
Category : citrix, microsoft, technology, vmware
Tags: admin, citrix, Digg, esx, lan, vista, vmware, XP
We are digging into the whole VDI options because of some specialty apps one of our business are deploying. We are also consolidating our data centers so offering VDI in the datacenter will make access to the data more secure and quicker.
We’ve had people in to talk about both products. We already using ESX for our server virtualization and have a Citrix presentation server 4.0 farm (with current support)
Citrix seems to have more options and a better overall package, but there’s also a higher price for those options. One thing we were told today is even if we plan on using XP for the virtual desktops we have to purchase a special “virtual license”. I don’t remember the name of the license (it included the the word vista in it) but we where told we’d still need it for XP desktops. That’s an extra cost we were not expecting.
Anyone have experience with Epicor Clientele in a VDI or XenApp environment?
later,jb
Posted by jayb | Posted on 08-08-2008
Category : Post from around the Net, microsoft, technology
Tags: active directory, activedirectory, help, love, mac, search, servers, vista, windows, work, XP
Wow, check out these great ADUC saved queries from Ron Crumbaker at myITforum.com
Does anyone use the Saved Queries with in the ADUC?
I do, and I love them.
Here are some that might help you out.
Just Right Click on Saved Queries and Choose New and then Query.
Name the Query accordingly and then click on Define Query…
Then Find the Custom Search and click on the Advanced tab.
Paste each of these in the <add criteria from above to this list> area and then click OK.
Locked Out Users
(&(&(&(&(objectCategory=person)(objectClass=user)(lockoutTime:1.2.840.113556.1.4.804:=4294967295)))))
Dial In Access
(&(&(&(&(objectCategory=person)(objectClass=user)(msNPAllowDialin=TRUE)))))
Disabled User Accounts
(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))
No Expiring Accounts
(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=65536))
Active Accounts
(&(&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2)))
Continue Reading