Comments for The World According to Mitch https://garvis.ca The day to day ramblings of an IT Professional (and so much more...) Tue, 17 Mar 2026 15:27:08 +0000 hourly 1 http://wordpress.com/ Comment on Another Scam… by Winner https://garvis.ca/2025/01/08/another-scam/#comment-154683 Tue, 17 Mar 2026 15:27:08 +0000 http://mgarvis.wordpress.com/?p=11176#comment-154683 What stood out to me is how simple the advice is: protect your passwords, don’t reuse them, and don’t trust random threats. These scams rely more on fear than actual hacking, and once you understand that, they lose a lot of their power.

]]>
Comment on WSL: Kali Linux within Windows by Mitch Garvis https://garvis.ca/2025/12/11/wsl-kali-linux-within-windows/#comment-154680 Fri, 16 Jan 2026 22:22:11 +0000 http://garvis.ca/?p=14490#comment-154680 In reply to Victor Nichols.

Hi Victor. It’s great to hear from you! I confess I am not sure… I know that the IP address in the WSL instance is not even in the same subnet of the parent system, so I assume it is a virtual shuffling of some sort. I am not sure how it works, but it is probably VLANed somehow.

Have a great weekend!

]]>
Comment on WSL: Kali Linux within Windows by Victor Nichols https://garvis.ca/2025/12/11/wsl-kali-linux-within-windows/#comment-154678 Thu, 11 Dec 2025 14:19:22 +0000 http://garvis.ca/?p=14490#comment-154678 Good morning Mitch,

It’s been awhile, but hi none the less. Mitch, can you tell me if this will provide the WSL instance the ability to natively work the NIC, so that we can see VLAN tagging on a trucked NIC ?

Thank you

Vic

]]>
Comment on Not Passing and Failing by Day 1276 – Losing a part of me https://garvis.ca/2025/07/18/not-passing-and-failing/#comment-154667 Sat, 19 Jul 2025 15:10:41 +0000 http://garvis.ca/?p=13434#comment-154667 […] Yesterday was not a fun day. The day actually started quite normally as far as things go, but then it went bad. I started writing as I usually do at the usual time, but partway through the second paragraph of my article I realized that it would be an article much more appropriate to my professional blog rather than my weight loss blog, and before 1pm I had banged out 1800 words on certification exams that published on my blog as Not Passing and Failing. […]

]]>
Comment on Failed Intune Enrollment on the HAADJ by jovial0f932b9c9e https://garvis.ca/2025/06/30/failed-intune-enrollment-on-the-haadj/#comment-154664 Mon, 30 Jun 2025 14:02:57 +0000 http://garvis.ca/?p=13026#comment-154664 Hi Mitch,

Interesting.

Thanks for sharing.

Gustavo Restrepo Mobile: +1(613) 2866410

]]>
Comment on Changing the Date by dave2u https://garvis.ca/2025/04/30/changing-the-date/#comment-154635 Fri, 23 May 2025 15:02:17 +0000 http://garvis.ca/?p=12374#comment-154635 </p> <!-- /wp:paragraph -->]]> Alas, it’s a whole new world… Glad you’re still providing intelligent and thoughtful advice. 🙂

]]>
Comment on Changing the Date by Mitch Garvis https://garvis.ca/2025/04/30/changing-the-date/#comment-154634 Fri, 23 May 2025 14:55:34 +0000 http://garvis.ca/?p=12374#comment-154634 In reply to dave2u.

Ah yes… but there was a time long ago when people would read my blog for answers, and not pick up their mouse and say ‘Hello Computer!’ 😉 Anyhow, thanks for reading 🙂

]]>
Comment on Changing the Date by dave2u https://garvis.ca/2025/04/30/changing-the-date/#comment-154633 Fri, 23 May 2025 13:55:08 +0000 http://garvis.ca/?p=12374#comment-154633 Copilot provides a nice breakdown of your PS cmdlet for us non-PS experts…

The PowerShell cmdlet provided: $(get-item '.filename.ext').CreationTime = $(Get-Date "04/28/2025")

does the following:

get-item '.filename.ext': Retrieves the file object for filename.ext located in the current directory.

$(...): Ensures the command inside is executed first and its result is used in the outer expression.

.CreationTime = ...: Sets the CreationTime property of the file object.

Get-Date "04/28/2025": Creates a DateTime object representing April 28, 2025.

In summary: This command sets the creation time of the file filename.ext to April 28, 2025.

df

]]>
Comment on Changing the Date by dave2u https://garvis.ca/2025/04/30/changing-the-date/#comment-154632 Fri, 23 May 2025 13:53:00 +0000 http://garvis.ca/?p=12374#comment-154632 Copilot gives a nice breakdown…

The PowerShell cmdlet provided:$(get-item '.filename.ext').CreationTime = $(Get-Date "04/28/2025")

does the following:

get-item '.filename.ext': Retrieves the file object for filename.ext located in the current directory.

$(...): Ensures the command inside is executed first and its result is used in the outer expression.

.CreationTime = ...: Sets the CreationTime property of the file object.

Get-Date "04/28/2025": Creates a DateTime object representing April 28, 2025.

In summary: This command sets the creation time of the file filename.ext to April 28, 2025.

]]>
Comment on Event Viewer Tasks: Get rid of them! by James McCoy https://garvis.ca/2020/11/10/event-viewer-tasks-get-rid-of-them/#comment-154622 Thu, 06 Feb 2025 21:22:59 +0000 http://mgarvis.wordpress.com/?p=6081#comment-154622 Thanks, this helped a lot. I was struggling to delete a task I made from within the program.

]]>
Comment on RSAT Toolkits by Alden C. Sheremata https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154618 Wed, 08 Jan 2025 16:03:35 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154618 Well I am glad to see that you’ve given the matter some thought.

]]>
Comment on RSAT Toolkits by Alden C. Sheremata https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154617 Wed, 08 Jan 2025 16:03:18 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154617 Well I am glad to see that you’ve given the matter some thought.

]]>
Comment on RSAT Toolkits by Mitch Garvis https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154616 Wed, 08 Jan 2025 15:59:38 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154616 In reply to Alden C. Sheremata.

Yeah… I only have to produce it… and write it, and film it, and make sure that everything is exactly right… and then publish, host, and market it. It’s a lot more work than you think.

]]>
Comment on RSAT Toolkits by Alden C. Sheremata https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154615 Wed, 08 Jan 2025 01:55:28 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154615 Why not? You only need someone to Produce it and the Pizza. Just a stop short of the coffee (forget that idea).

]]>
Comment on RSAT Toolkits by Alden C. Sheremata https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154614 Wed, 08 Jan 2025 01:52:37 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154614 In reply to Mitch Garvis.

You need someone out of many to Produce it and the Pizza. Just a stop short of coffee (forget that idea).

]]>
Comment on RSAT Toolkits by Mitch Garvis https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154613 Wed, 08 Jan 2025 00:31:13 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154613 In reply to shiacha.

Yeah, I have thought about it… but it’s a lot of work that I don’t have the time for these days…

]]>
Comment on RSAT Toolkits by shiacha https://garvis.ca/2024/11/05/rsat-toolkits/#comment-154612 Sun, 05 Jan 2025 22:53:24 +0000 http://mgarvis.wordpress.com/?p=10368#comment-154612 Bump yourself up to a Vlog Mr. G. It would benefit you with your well rounded experience . . . and we’d all get to see and share them in Real Time.

N’es pas? Intel’s new CEO Out of the Box; Special Interest Group; What will Moore’s Law have us buying in 2030?

Alden C. Sheremata.

]]>
Comment on Sharing is Caring… but don’t touch the merchandise! by Models Bank https://garvis.ca/2020/06/29/sharing-is-caring-but-dont-touch-the-merchandise/#comment-154598 Fri, 09 Aug 2024 13:25:16 +0000 http://mgarvis.wordpress.com/?p=6012#comment-154598 GREAT POST!

THANK YOU FOR SHARING…..

]]>
Comment on Apple with Intune: Renewing your MDM Certificate by HA HOW SUNG https://garvis.ca/2024/03/12/apple-with-intune-renewing-your-mdm-certificate/#comment-154594 Thu, 16 May 2024 12:21:50 +0000 http://mgarvis.wordpress.com/?p=9532#comment-154594 SIGH!! the notification sent to my dormant account and now expire…….

]]>
Comment on Wrong Product Key? Oh No! by Windows 8 product Key | The Puchi Herald Magazine https://garvis.ca/2012/08/17/wrong-product-key-oh-no/#comment-154592 Thu, 21 Mar 2024 17:05:58 +0000 http://mgarvis.wordpress.com/?p=1934#comment-154592 […] Wrong Product Key? Oh No! (garvis.ca) […]

]]>