Recently, I have been hard at work, creating some really complex PowerShell scripts related to a few projects that I have been working on. One of the big lessons that I have learned through all of ...
Microsoft says Windows PowerShell now warns when running scripts that use the Invoke-WebRequest cmdlet to download web content, aiming to prevent potentially risky code from executing. As Microsoft ...
Subscribe to PowerShell expert’s Tyson Kopczynski ‘s blog for more PowerShell scripts plus Windows security tips and more. Visit the Microsoft Subnet web site for more news, blogs, podcasts. Also ...
Here’s a cool resource for PowerShell newbies (and who these days isn’t at least dabbling with Microsoft’s young scripting language?): the Get-Scripting podcast. The podcast is up to Episode 6 in its ...
In the last year, I have had to install Windows on a couple of devices, some due to work-related commitments, and others purely for experimental purposes. After the first few installs, I knew I had to ...
I'm currently trying to get a few Powershell scripts to run via Intune to Windows 11 Pro laptops. The Powershell scripts run fine when tested via local Powershell but Intune doesn't seem to do ...
Before you can change an ACL, you must get the current one. There are two ways to do this with PowerShell. Learn how to get the current ACL and modify it.