
Delete files based on the list of computers
Delete Files from Remote computers The following PowerShell script recipe will help you delete a remote file based on a list of computers stored in a text file. New PowerShell function […]
Delete Files from Remote computers The following PowerShell script recipe will help you delete a remote file based on a list of computers stored in a text file. New PowerShell function […]
ICA#1494 RDP#3389 CGP#2598 IMA#2512 AMC#2513 XML#8080 License Manager Daemon#27000 Citrix Vendor Daemon#7279 License Management Console#8082 Citrix Receiver#80 Citrix Receiver#443 Offline Plug-in-SMB#445 Power & Capacity Management […]
Communication flow during the different stages of the Citrix XenApp/XenDesktop logon process 1. The user device submits credentials to the Web Interface (WI) or StoreFront (SF) […]
Connecting to individual host Open VMware vSphere PowerCLI console #Connect to the host Connect-VIServer -Server hostname.example.com #Get all VMs from the host, filter those powered […]
Towards a better console – PSReadLine for PowerShell command line editing Sometimes text mode is where it’s at. I’ve long blogged about tools and […]
Powershell script to email ###########Define Variables######## $date = “get-date” $fromaddress = “[email protected]” $toaddress = “[email protected]” $Subject = “Test $(get-date)” $body = Get-Content C:\temp\Test.htm #$attachment = […]
when I updated to 7.14 I had the issue, because my license server and my delivery controller cannot communicate outside there is also a ugly […]
Fell free to share with others… Features of vSphere 6 5 Lesson1.1 https://www.youtube.com/watch?v=XnvRAk7Fp6Y Introduction to the ESXi 6 Command Line Interface CLILesson1.1 https://www.youtube.com/watch?v=k0ikD9HXs-U The Course […]
I often have to copy files and folders from one server to another for various reasons. Copying stuff manually is a bore but if you […]
Function New-RemoteProcess { #[CmdletBinding()] Param( [String]$ComputerName = $env.computername, [String]$Cmd = $(Throw “You must enter path to the command which will create the process”), [String]$ac, [String]$wait […]
If you’ve deleted these machines from AD and DDC (I assume by using Desktop Studio to delete the machines) then you can get back to […]
Error after an update of the Machine Catalog Solution: Open Powershell as administrator and find out the running Task ID on the Machine Catalog. Add-PSSnapin […]
You can find this through the following command: echo %LOGONSERVER% And you don't have to be admin or poweruser to use it. Have a […]
ESXi/ESX version Hardware version Compatible with vCenter Server version Version 11 Version 10 Version 9 Version 8 Version 7 Version 4 ESXi 6.0 Create, […]
Windows Operating System 6.5 6.0 U2 6.0 U1 6.0 5.5 U3 5.5 U2 5.5 U1 5.5 5.1 U3 5.1 U2 5.1 U1 5.1 5.0 U3 […]
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 […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes