Category: Microsoft
how to use telnet command in vCenter appliance putty session
Telnet is the command which we can easily use to check the service status of the remote system.
Ex if we can telnet to vCenter server from our desktop using port 443, we can say that web services of the vCenter is up
But when we use vCenter shell or ESXi shell, we cannot use telnet command.
As an alternative option, we can use curl command. Please refer the below screen capture
curl -v telent://vcsa-01a:443
VCAP-Objective 4.2-Storage Cluster,DRS,advanced settings
NAP-DHCP-Enforcement
Server 2012 Powershell Web Access
Step by step guide to install and configure powershell web access
Description of the standard terminology that is used to describe Microsoft software updates
Description of the standard terminology that is used to describe Microsoft software updates
Script for enable adrecycle bin in Windows 2008R2
Using this small script we can easily enable the active directory recycle bin feature in windows 2008r2.we have to copy the code to text editior and save it as a powershell script format(ps1).
Import-Module ActiveDirectory
$strforestname=(Get-AdForest).name
Enable-AdoptionalFeature ‘Recycle Bin Feature’ -Scope ForestOrconfigurationSet -Target $strforestname
*note-Remember to set the execution policy before running any of the powershell script(refer the below link)
http://technet.microsoft.com/en-us/library/ee176961.aspx
Usefull powershell commands
Good tools for scvmm 2012
Powershell 3 show-command
With the powershell 3 we are getting very usefull command which is named as show-command.This almost similler to the get-command but using this we can sort the command by module vice.This will give u a some kind of gui interface.(see the example)