In my last post, I discussed the preparations and process of migrating to OneDrive with Known Folder Move (KFM). Today, I’ll walk you through the corresponding Group Policy settings.
Source : 4sysops
In my last post, I discussed the preparations and process of migrating to OneDrive with Known Folder Move (KFM). Today, I’ll walk you through the corresponding Group Policy settings.
We are incredibly proud to announce the release of Windows Terminal 1.0! Windows Terminal has come a long way since its announcement at Microsoft Build 2019. You can download Windows Terminal from the Microsoft Store or from the GitHub releases page. Windows Terminal will have monthly updates, starting in July 2020.
We are thrilled to announce the Windows Package Manager preview!
If you’re already familiar with what a package manager is, feel free to skip this paragraph. If you’re still reading, you’re going to love this! A package manager is designed to help you save time and frustration. Essentially, it is a set of software tools that help you automate the process of getting software on your machine. You specify which apps you want installed, and it does the work of finding the latest version (or the exact one you specified) and installing it on your machine.
Just about every developer has wanted a native package manager in Windows. That day is finally here. You are going to be able to winget install your way to bliss. One of the best parts is that it is open source. I had to pinch myself when I was able to winget install terminal, and then winget install powershell, and then winget install powertoys. You get the idea, and If you do not see an app you use, just create a new manifest, and submit a pull request.
I’ve spent some time over the last few days getting my Windows Terminal setup in order. Hopefull you saw my recent post about backing up my settings.json file. I’ve also put together a few other simple PowerShell scripts that I use to make Windows Terminal even easier to use and manage.
Windows Terminal uses a defaults.json file that you can override with your own settings.json. Or put another way, the files are essentially merged with settings.json “winning” any conflicts. My challenge was wanting to know what is in the defaults file, especially with regards to keybindings. I wrote this very short script to launch the file.
When I need to troubleshoot a problem in Windows, the first things I ask my customer to provide are a Process Monitor trace and a network trace. Process Monitor is the second most downloaded tool from the Sysinternals toolkit. You can download it as part of the Sysinternals Suite. Sometimes you don't have access to the computer to run the tool interactively, or you don't want the end user seeing Procmon running on the computer. In the next post, I will show how you can acquire a Process Monitor trace from a remote computer.
When deploying Windows 10, many administrators do not use the standard image provided by Microsoft; rather, they customize it according to their own requirements. This includes the integration of updates, language files, and drivers. The free WIM Witch simplifies this process with a GUI.
Let's Encrypt has issued a billion free SSL certificates since its launch in 2016 and meanwhile, Apple has announced that the maximum lifetime of trusted SSL/TLS certificates on its devices and Safari browser will be limited to 398 days.
When it comes to troubleshooting a running application on a user's Windows desktop, the first problem you face is that you need to access the user session. If you don't know the user password, it can be a bit tricky. Let's learn how to access a user's session without knowing their password.
The struggle is real.
Are you facing issues with PowerShell remoting and credentials? You remote into your jump box, but then any remoting beyond there gets a big red ACCESS DENIED. Maybe you’ve tried CredSSP, but people say that isn’t safe. Read today’s post for a completely legit, secure, safe, and easy way to enable Kerberos double hop for PowerShell remoting.
Learn how to save time and extract actionable data from your Windows performance counter logs with the free, PAL tool!
So you've developed code. Great! Now you have to publish it to your users. But how There are many ways to accomplish this but one of the most used is NuGet. NuGet is a technology that allows you to publish code in the form of packages for others.
Learn how to download and install VMware PowerCLI in this complete, step-by-step walkthrough.
Out-GridView Returns! It’s been almost 3 years since PowerShell Core debuted for Linux and Mac, and as we’ve increased our cmdlet coverage more and more, one cmdlet has always stood out as a top, cross-platform request. Today, we are excited to announce that Out-GridView is debuting on all Core-supported platforms through the GraphicalTools Module.
Last month we announced that PowerShell 7 will be the next release of PowerShell. Here I will provide more details of areas we’ll be investing in for the PowerShell 7 release. When will I get it?! Today, we’re releasing our first preview of PowerShell 7.