Hi,
Windows has a builtin feature to convert text to speech and play it over the speakers. This can be used in powershell by using the System.Speech namespace.
Continue reading Windows: Using Windows text to speech feature with powershell
Hi,
Windows has a builtin feature to convert text to speech and play it over the speakers. This can be used in powershell by using the System.Speech namespace.
Continue reading Windows: Using Windows text to speech feature with powershell
Hi,
here are some winget basics
Continue reading winget: Basic usage
Hi,
ESXi has the ability to respond to CDP requests.
Continue reading VMware Powercli: Check and enable CDP (Cisco Discovery Protocol
Hi,
if CDP is enabled the networkswitches gives some informations to the ESXi Hosts physical network adapters.
Continue reading VMware Powercli: Get CDP infos for the Hosts Networkadapter
Hi,
i got the following xml structure and want to select just the the “Data” node with the attribute “CommandLine” without defining a namespace object first.
Continue reading XML: Selectnode XPath query independend from namespace