Thursday, 21 June 2012
Check Admin Rights
Check if the current user is a local administrator using the Windows Installer service.
Dim oInst, oSess, iAdmin, oProducts
Const msiUILEVELNONE = 2
Set oInst = CreateObject("WindowsInstaller.Installer")
oInst.UILevel = msiUILEVELNONE
Set oProducts = oInst.Products
Set oSess = oInst.OpenProduct(oProducts(0))
iAdmin = oSess.Property("AdminUser")
If iAdmin = 1 Then
Msgbox "You are a local administrator!", vbInformation, "ADMINISTRATOR"
Else
Msgbox "You are not a local administrator!", vbCritical, "NON-ADMIN"
End If
ChangeBASE AOK Plug-in for VMware ThinApp
ChangeBASE AOK, the world leader in automated application compatibility testing and remediation, today announces the first VMware ThinApp Plug-in to aid enterprise application compatibility in a virtualized environment.
For more information, please visit VMBlog
For more information, please visit VMBlog
Changebase AOK Features
- Compatibility Assessment - Identify compatibility issues before deploying an application to the target environment for accurate and informed decisions on timeframes and costs. Automatically assess application suitability for target environments to prioritize applications for relicensing, replacement and testing. Include nonstandard or legacy applications to test your entire inventory of applications for compatibility issues.
- Microsoft Office Dependency Testing - Highlight potential issues for applications that will be integrated with Office 2007/2010. Identify dependencies on versions of Microsoft Office prior to 2007/2010 that may create issues and cause those applications to fail. Ensure application packages are compliant with Active Directory policies.
- Auto-Fix Compatibility Issues - Resolve application compatibility issues pre-deployment with minimal manual effort, to avoid repeated assessment cycles and to substantially accelerate application delivery. Reduce post-migration support issues for a faster, less-costly and more thorough migration process than what is possible with competing solutions.
- Ongoing Management - Take advantage of the latest Windows updates and patches through periodic automated re-evaluation of your application estate. Reduce security risks and speed deployment times by completing patch impact assessments within minutes. Introduce changes quickly, easily and reliably—with the highest degree of confidence.
- Virtual Compatibility Assessment - Determine which applications you can virtualize within seconds and track for middleware dependencies, saving days of testing time.
- Auto-Fix for Virtual Platforms - Evaluate applications for compatibility issues with target virtual platforms and repair them in just a few simple steps.
- Automation of Corporate Packaging Standards - Test for issues related to in-house and packaging (MSI) standards and apply automated fixes to easily ensure compliance. Develop and customize QA checks and related remedies to achieve significant time and cost savings compared to manual checking.
- Application Virtualization - Automatically virtualize your applications. Save time, avoid errors and meet demand faster versus manual conversions.
- Browser Compatibility and Testing - Identify web site and web application compatibility issues with Internet Explorer 8/9 and Firefox.
- Application Readiness Dashboards - Leverage online dashboards that present graphs, charts, calculators, project status and next-step wizards,
Difference Between Refresh DP and Update DP
Update distribution points increments the package version, goes to the source location, constructs new package content but only sends the delta between what is already present on the DP and what is currently in the new package source. Also this action is package specific and once you trigger this action all the DPs to which the package has been distributed will get the new version.
Refresh distribution points does not increment the package version but simply sends out the current version of the package content again to a specific DP. So this is action is specific to a package-DP assocation and should be used when the content on any particular DP appears corrupted.
Wednesday, 20 June 2012
SCCM Client Logs
Following are the SCCM Client logs and their usage
CAS.log: Provides information about the process of downloading software updates to the local cache and cache management.
CIAgent.log:Provides information about processing configuration items, including software updates.
LocationServices.log: Provides information about the location of the WSUS server when a scan is initiated on the client.
PatchDownloader.log:Provides information about the process for downloading software updates from the update source to the download destination on the site server. This log is only on the client computer configured as the synchronization host for the Inventory Tool for Microsoft Updates.
PolicyAgent.log: Provides information about the process for downloading, compiling, and deleting policies on client computers.
PolicyEvaluator:Provides information about the process for evaluating policies on client computers, including policies from software updates.
RebootCoordinator.log:Provides information about the process for coordinating system restarts on client computers after software update installations.
ScanAgent.log: Provides information about the scan requests for software updates, what tool is requested for the scan, the WSUS location, and so on.
ScanWrapper.log:Provides information about the prerequisite checks and the scan process initialization for the Inventory Tool for Microsoft Updates on Systems Management Server (SMS) 2003 clients.
CAS.log: Provides information about the process of downloading software updates to the local cache and cache management.
CIAgent.log:Provides information about processing configuration items, including software updates.
LocationServices.log: Provides information about the location of the WSUS server when a scan is initiated on the client.
PatchDownloader.log:Provides information about the process for downloading software updates from the update source to the download destination on the site server. This log is only on the client computer configured as the synchronization host for the Inventory Tool for Microsoft Updates.
PolicyAgent.log: Provides information about the process for downloading, compiling, and deleting policies on client computers.
PolicyEvaluator:Provides information about the process for evaluating policies on client computers, including policies from software updates.
RebootCoordinator.log:Provides information about the process for coordinating system restarts on client computers after software update installations.
ScanAgent.log: Provides information about the scan requests for software updates, what tool is requested for the scan, the WSUS location, and so on.
ScanWrapper.log:Provides information about the prerequisite checks and the scan process initialization for the Inventory Tool for Microsoft Updates on Systems Management Server (SMS) 2003 clients.
SCCM Client Installation Issues
Check following points
1. The login ID should have Admin Access.
2. following services should automatic and running
- a. BITS
- b. Automatic updates
- c. Distribution transaction coordinator
3. Windows Firewall should be stopped and disabled.
4. minimum 250mb free space in system drive
5. Latest service pack have to be installed
VMWare Workstation 8
Latest release of VMWare Workstation 8 can be downloaded using following URL
http://www.vmware.com/products/workstation/overview.html
VMWare Server is discontinued
http://www.vmware.com/products/workstation/overview.html
VMWare Server is discontinued
Subscribe to:
Posts (Atom)