-
Search
-
Categories
- Lab Infrastructure (80)
- Messaging (10)
- Scripting (155)
- Uncategorized (2)
- Virtualization (210)
-
Archives
Author Archives: brian.wuchner
View 5.0 preseal-cleanup script
When composing a View Composer desktop there are a handful of tasks that need completed. I created a script to help me keep this quick and consistent: REM Cleanup temp/log files del /s %temp%\*.* /q del “C:\Documents and Settings\All Users\Application … Continue reading
Posted in Scripting, Virtualization
Leave a comment
Enable vSphere console copy/paste without power off — the PowerCLI way
I’ve had an ongoing love/hate relationship with security for years. Today it was heavy on the hate. I rarely have a need to copy/paste between my desktop and a VM console. I normally use some other method to connect to … Continue reading
Posted in Scripting, Virtualization
2 Comments
View 5.0 Upgrade issues
I recently upgraded a View 4.6 installation to 5.0. The update went pretty well until I went to update the View agent inside the desktop sources. The install kept failing with the following error message: Error 1722. There is a … Continue reading
Posted in Virtualization
1 Comment
PowerCLI vCheck 5.45 – Updated export options
I started working on this update in the airport the Sunday before VMworld 2011. It is only a minor update to exporting the reports and sending email notifications. In this update, all of the code to send emails and/or export … Continue reading
Posted in Scripting, Virtualization
2 Comments
LDAP query performance
The other day I was having a discussion with a co-worker about Active Directory performance related to standard LDAP queries. The complaint (and basis for my involvement in the discussion) was based around poor LDAP performance, which was assumed to … Continue reading