Comments for Guy Leech's Blog https://guyrleech.wordpress.com Random technical information from a seasoned technologist Sun, 24 Mar 2024 19:12:38 +0000 hourly 1 http://wordpress.com/ Comment on Profile Cleaner Utility by Visionary Wire https://guyrleech.wordpress.com/2018/05/13/profile-cleaner-utility/#comment-488 Sun, 24 Mar 2024 19:12:38 +0000 http://guyrleech.wordpress.com/?p=1723#comment-488 Your efforts in simplifying the visibility and management of local profiles across infrastructure servers are commendable.

]]>
Comment on Guide to my GitHub Scripts by guyrleech https://guyrleech.wordpress.com/2018/10/15/guide-to-my-github-scripts/#comment-486 Wed, 23 Nov 2022 13:21:14 +0000 http://guyrleech.wordpress.com/?p=1786#comment-486 In reply to Greg Lions (@LionsGreg).

Hi Greg, you only need a single backslash to escape the $ so it would be ^\$scriptstart

]]>
Comment on Guide to my GitHub Scripts by Greg Lions (@LionsGreg) https://guyrleech.wordpress.com/2018/10/15/guide-to-my-github-scripts/#comment-485 Wed, 23 Nov 2022 06:13:15 +0000 http://guyrleech.wordpress.com/?p=1786#comment-485 Hi Guy, Wondering if you can help…. im trying to parse a flexapp ini file in powershell to create a table to check if a user has the volumes mounted they should based of their AD membership.

so i want to extract the lines beginning with:
$scriptstart_filter_value_
$scriptstart_flexappdia_package_vhds_
eg:
Select-String -Pattern “^$scriptstart_flexappdia_package_vhds_” -Path “\\pathtofile\PROD_User.ini”

I think my problem here is the $ is tripping up the regex – how can i excape the $
I tried “^\\$scriptstart ….. ” but didnt work…

]]>
Comment on NTFS 8.3 short names – solving the issues by jnc4p https://guyrleech.wordpress.com/2014/04/15/ntfs-8-3-short-names-solving-the-issues/#comment-484 Tue, 07 Dec 2021 21:25:02 +0000 http://guyrleech.wordpress.com/?p=160#comment-484 Hello, Any chance you can update the link for CloneShortNames.exe again? The current Dropbox one no longer appears active.

]]>
Comment on Showing Current & Historical User Sessions by http citrix login history com Account Portal Instructions Help Guide - trustne.com https://guyrleech.wordpress.com/2018/05/17/showing-current-historical-user-sessions/#comment-483 Fri, 08 Oct 2021 19:39:02 +0000 http://guyrleech.wordpress.com/?p=1731#comment-483 […] Showing Current & Historical User Sessions – Guy Leech’s Blog […]

]]>
Comment on Reasons for Reboots – Part 2 by Daniel Steele https://guyrleech.wordpress.com/2014/07/16/reasons-for-reboots-part-2-2/#comment-482 Fri, 16 Jul 2021 14:34:10 +0000 http://guyrleech.wordpress.com/?p=189#comment-482 This was an excellent article. Reading about the instructions in pending.xml and how poqexec.exe is used during the Windows Update process helped me to be able to explain some “Critical” security logs, labeled “Deletion of Critical File,” where files like “win32k.sys” were deleted by a process called “poqexec.exe”.

After reading this article and then looking in the pending.xml and CBS.log files I was able to prove that these critical file deletions were expected behavior caused by a Windows Update.

]]>
Comment on Memory Control Script – Reclaiming Unused Memory by Counting the Cost of Chrome: Bad News for the Chrome Browser on Citrix Workspaces | Citrix Professionals - ctxPRO.com https://guyrleech.wordpress.com/2018/03/15/memory-control-script-reclaiming-unused-memory/#comment-480 Tue, 23 Mar 2021 17:26:45 +0000 http://guyrleech.wordpress.com/?p=1663#comment-480 […] have WEM? Guy Leech brought up a way to do this via his PowerShell script that can release RAM upon idle or lock of a session. This is certainly something to evaluate if you […]

]]>
Comment on XenApp/XenDesktop 7.x Availability & Health Summary Script by Manikantesh javvaji https://guyrleech.wordpress.com/2018/06/18/xenapp-xendesktop-7-x-availability-health-summary-script/#comment-478 Sun, 09 Aug 2020 13:25:27 +0000 http://guyrleech.wordpress.com/?p=1742#comment-478 I am thinking to try this .

]]>
Comment on Dynamically Creating Process Monitor Filters by Ely Ronnen https://guyrleech.wordpress.com/2018/10/01/dynamically-creating-process-monitor-filters/#comment-477 Sun, 12 Jul 2020 11:00:18 +0000 http://guyrleech.wordpress.com/?p=1787#comment-477 Actually there is a python package that is capable of generating PMC files, you can check it out

https://github.com/eronnen/procmon-parser

]]>
Comment on Poor man’s Hyper-V cloning from VHD/VHDX by Madhusudan G J https://guyrleech.wordpress.com/2015/11/12/poor-mans-hyper-v-cloning-from-vhdvhdx/#comment-476 Mon, 18 May 2020 09:39:33 +0000 http://guyrleech.wordpress.com/?p=292#comment-476 Hi, I am unable to download the .reg file as it says the file contains virus, could you please upload the file as .txt so that we can download and rename as .reg

]]>