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
Read More
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.

Source : Command Line
Read More
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.

Source : Windows Command Line
Read More
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.

Source : The Lonely Administrator
Read More
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.

Source : 4sysops
Read More
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.


Source : 4sysops

Read More
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.

Source : thehackernews.com:
Read More
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.

Source : 4sysops
Read More
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.

Source : Microsoft Docs
Read More
Server Core App Compatibility Feature on Demand allows you to troubleshoot Windows Server Core with GUI tools that are locally installed. Let's see how.

Source : 4sysops:
Read More
The new Microsoft Edge is now out of preview and available for download, with today’s release of our first Stable channel build (Microsoft Edge 79 stable). You can download the new Microsoft Edge today at microsoft.com/edge.  In this post, we’ll walk through what you can expect now that the new Edge channel is open – including how the update will roll out, how you can get …


Source : Microsoft Edge Blog
Read More
Learn how to save time and extract actionable data from your Windows performance counter logs with the free, PAL tool!

Source : adamtheautomator
Read More
Microsoft recommends Windows Server Core for most infrastructure services and for applications such as Exchange 2019. You can also run SQL Server on Server Core. However, the installation requires a few steps from the command line.

Source : 4sysops
Read More
Microsoft has a beautiful new monospaced font designed specifically for programming and Windows Terminal.

Source : Thurrott.com
Read More
A handy PowerShell feature most people take advantage of is parameter value tab completion. Parameter value tab completion allows you to tab through available values you can pass to PowerShell commands.

Source : adamtheautomator.com
Read More
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.

Source : adamtheautomator.com:
Read More
It's been a couple of months since the initial betas for the Windows Subsystem for Linux 2 (WSL 2) were launched and I wanted to share a bit about what this is all about and how this will help you be more productive. I've been using the beta since it landed in Windows Insiders and I quickly switched over to using WSL 2 exclusively in my daily development tasks.
Source : code.visualstudio.com/blogs
Read More
Learn how to download and install VMware PowerCLI in this complete, step-by-step walkthrough.

Source : adamtheautomator.com
Read More
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.

Source : devblogs.microsoft.com/powershell/
Read More
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.

Source : PowerShell
Read More
Next PostNewer Posts Previous PostOlder Posts Home