Posts

Permission on Share folder in window server 2012 error with some user profile

Image
I have work for a small org . Now i meet an issue with window server 2012 server with client window 7 about share folder permission. I'm sure my configuration is correct for permission of share folder.Because it work for all user in the organization  except only one user . Why only one user meet this issue?I have try to search any forum about this but nothing help. problem: one user problem (client with window 7).This user can access any file and folder without permission from server.If you assign the permission this user not affect .It mean that it still as administrator and can access any file server with the same PC with the same profile.But if we log in to other PC  the permission has affect that pc(it mean work correctly with permission we had assign from server). As my idea it not cause from server configuration .It cause from local profile user that join domain with server.But i'm still can not find the problem what wrong with that profile. What cause the probl...

How to disable Merg cell in a sheet in excel?

Image
If you have  a list record and have many user use it for data entry. You don't want user to merg cell in that Sheet. This is the solution : 1.Save your excel as Macro enable file type (*.xlsm). 2.Go to Developer tap  and click VB code. 3.Find the sheet you want to disable merg cell. 4.Then copy the Code below to that Sheet (vb code)   Private Sub Worksheet_SelectionChange(ByVal Target As Range)     If Target.Count > 1 Then Target.Cells(1).Select End Sub  5.Save and Test. Other method is 1.Please go to review tab in excel  and Share workbook . So your excel will  gray out of Merge excel icon in the work sheet.

SKype Cannot sing in and cannot connect to skype server solution?

Image
I had meet some problem with skype app. but i found some solution for that too... problem: 1.Skype can not sing in. 2.Skype cannot connect to Skype server because your internet connection . 3.Skype error profile login. solution is. 1.Delete old application data of Skype folder by run--->%appdata%  and find folder Skype---after folder name of user sing in.--rename it to other. 2. Update Skype to latest version 3.reset internet option in control panel. thank

How to use Vsphere?

Image
Using vSphere vSphere is a software solution for deploying and managing virtual machines across a datacenter. With vSphere, datacenters can instantly provision servers, globally manage resources, and eliminate scheduled downtime for hardware maintenance. Creating a datacenter Create a datacenter as a container for hosts, virtual machines, resource pools, and clusters. Datacenters are always created under the root folder in the Hosts and Clusters inventory of a single vCenter Server, in a folder under the root folder, or under a vCenter object in a Linked Mode inventory. To create a datacenter, select the vCenter Server system where you want to add the datacenter and select  Actions > New Datacenter . Creating a datacenter allows you to add hosts to it. Adding a host A host is a computer that uses virtualization software to run virtual machines. To add a host to the datacenter, you must have a computer running ESX or ESXi software. When you add a host, it will be managed by the v...

What is a template,folder,cluster, resource pool,datastore, datastore cluster, content library?

Image
What is a template? A template is a master image of a virtual machine that you can use to create and provision new virtual machines. This image typically includes an operating system, applications, and a virtual machine configuration that defines a full set of virtual hardware. You can create a template by converting an existing virtual machine to a template, cloning a virtual machine to a template, or cloning an existing template. You can then create new virtual machines by deploying the template. Using templates can save the time of configuring a new virtual machine and installing a guest operating system. You can view templates by selecting the  VM Templates  category in the object navigator or by using the VMs and Templates inventory tree view. What is a folder? A folder is a container used to further refine object grouping within your inventory. Folders provide a natural structure on which to apply permissions. For example, using folders, you can organize virtual machines...

What is Datacenter,Host,Virtual machine,Virtual hardware?

Image
What is a datacenter? A datacenter is the primary container of inventory objects such as hosts and virtual machines. From the datacenter, you can add and organize inventory objects. Typically, you add hosts, folders, and clusters to a datacenter. vCenter Server can contain multiple datacenters. Large companies might use multiple datacenters to represent organizational units in their enterprise. What is a host? A host is a computer that uses virtualization software to run virtual machines. Typically, a host is a computer running ESX or ESXi software. Hosts provide the CPU and memory resources that the virtual machines use and give the virtual machines access to storage and networks. Multiple virtual machines can operate on the same host at the same time. Adding a host to the vCenter Server allows you to manage it and the virtual machines that run on it. What is a virtual machine? A virtual machine is a software computer that, like a physical computer, runs an operating system and applic...

What is Vcenter Server?

Image
What is vCenter Server? VMware vCenter Server provides a convenient single point of control to the datacenter. It runs on top of a Windows server to centrally manage your VMware ESX/ESXi hosts and provide essential datacenter services such as access control, performance monitoring, and configuration. vCenter Server unifies resources from individual hosts to be shared among virtual machines in the entire datacenter. It accomplishes this by managing the assignment of virtual machines to the hosts and the assignment of resources to the virtual machines within a given host based on the policies that the system administrator sets. vCenter Server allows the use of advanced vSphere features such as vSphere DRS, vSphere HA, and vMotion. What is the vSphere Web Client? The vSphere Web Client is the primary interface for creating, managing, and monitoring virtual machines, their resources, and their hosts. It also provides console access to virtual machines. The vSphere Web Client is a web appli...