Useful Windows Command Prompt Tricks
Useful Windows Command Prompt Tricks 1. Command History Using this command, you can track down your command history. This will turn out to be useful when you are trying to look … Read More
Knowledge is Power
Useful Windows Command Prompt Tricks 1. Command History Using this command, you can track down your command history. This will turn out to be useful when you are trying to look … Read More
How To Convert Text Into Audio STEP 1: Open Notepad. Press Win+R and type Notepad and Press Enter. STEP 2: Now, Copy following program and paste it in Notepad Dim message, sapi message = InputBox("A Best Text to … Read More
Overview Everything in Linux can be reduced to a file. Partitions are associated with files such as /dev/hda1. Hardware components are associated with files such as /dev/modem. The Filesystem … Read More
Connect to Vcenter Connect-viserver vc.abc.com Stop-VM -VM (gc C:\Temp\serverlist.txt) -Confirm:$false
I tried to make this script as simple as possible for day-to-day use. This script takes three parameters: ObjectType: Type of object that you want to add to the local … Read More
PowerCLI 6.5.1 has been released and in this release VMware have made some big changes to the way you install and keep up to date with PowerCLI! This update was … Read More
Use a manual method to reset TCP/IP Note This section is intended for advanced computer users. If you are not comfortable with advanced troubleshooting, ask someone for help or contact … Read More
If the function name contains a hyphen (eg. test-computername): ${function:test-Computername} Alternatively: (Get-Command test-Computername).Definition Or cat function:show-list To export function to text file cat function:test-computername >c:\temp\function
There is no excerpt because this is a protected post.
This example helps identify the mail server for a given email address. This is useful for Identify your own SMTP mail server to use with Net mail box If … Read More