發表文章

目前顯示的是 10月, 2011的文章

FTP7.5 path-authentication fail

1. FTP7.5 access remote share folder and set as home directory 2. user access as personal permission need to do below To check the permissions on the physical folder, right click on the home directory for the site, select Properties and then Security and ensure that their are, at least, read permissions for the "Users" security group, this will ensure that all inbuilt users on the system should have read access to the folder. Then check to see what account the site's Application Pool is running as. To do this, open the IIS management console, find the Application Pools entry, right-click on "DefaultAppPool" and then select "Advanced Properties". The account the App Pool is running as is listed under "Identity". It'll probably be set to NetworkService. Make sure this account also has read permissions on the home directory. If that doesn't work, try changing the Identity entry from NetworkService to one of the user accounts on t...

Using Poweshell upgrade VMtools without reboot

为Cluster里的所有VM升级VMware Tools: Get-Cluster "Cluster_Name" | Get-VM | Update-Tools -NoReboot 复制代码 升级指定文件夹下VM的VMware Tools: Get-Cluster "Cluster_Name" | Get-Folder "Folder_name" | Get-VM | Update-Tools -NoReboot 复制代码 升级选定虚拟机的VMware Tools: Get-Cluster "Cluster_Name" | Get-VM "VM_Name" | Update-Tools -NoReboot 复制代码 查看虚拟机的VMware Tools版本: Get-View -ViewType VirtualMachine | Select VM_Name,@{Name="ToolsVersion"; Expression={$_.config.tools.toolsVersion}} 复制代码

VMware View run powershell error

Error message:windows powershell snap-in vmware.view.broker is not installed on Resolution: C:\WINNT\Microsoft.NET\Framework64\v2.0.50727\installUtil  \bin\PowershellServiceCmdlets.dll Where is where you installed your Connection Server.