Search Results for https

Install OpenSSH in Windows Server

OpenSSH SSH Server Properties in Windows Server

...Doh! 🙂 Download the latest OpenSSH for Windows release from GitHub: https://github.com/PowerShell/Win32-OpenSSH/releases (OpenSSH-Win64.zip for example). Install “Windows for OpenSSH” using PowerShell Unblock the downloaded OpenSSH archive if necessary: Unblock-File .\Downloads\OpenSSH-Win64.zip...

Create strong passwords in Windows

black and white wooden signage

...here: See https://gist.github.com/Digiover/d74a76efedf1e84ddaf947b7284dfe2a. Secure passwords generation with OpenSSL If you have OpenSSL installed and available in Windows you can use OpenSSL to generate pseudo-random strings just as you would in...

How to disable SMBv1 in Windows 10 and Windows Server

Windows Server logo

...release an ADMX/ADML file that adds defines the required registry keys so they can be configured as Administrative Template setting. To get the SMB1 policy setting visit https://blogs.technet.microsoft.com/secguide/2017/06/15/security-baseline-for-windows-10-creators-update-v1703-draft/ and download...

YubiKey support in OpenSSH for Windows 11

Windows Hello Security: Touch your security key

...you used Dism, Add-WindowsCapability or installed OpenSSH manually. If a version is installed, remove it first or it will conflict. Second, download the OpenSSH-Win64-v8.9.1.0.msi Windows Installer file from https://github.com/PowerShell/Win32-OpenSSH/releases. Note...

Configure SQLServer sessionState for Umbraco

Umbraco Project Belle

...☕, web hosting services, article research, and so on. Thank you for your support❤️ https://www.paypal.com/paypalme/jreilink. All in one command: C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regsql.exe -S sql.example.com -U user -P password -ssadd -sstype c -d...

Software deployment through WDS

How to Deploy Software through WDS, automated as a FirstLogonCommand

...run the first time a user logs on to the computer. These commands run only once. https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-firstlogoncommands Long story short, just add your deploySoftware.ps1 script as a FirstLogonCommands in your...

Disk Cleanup in Windows Server

Analyze Component Store size with DISM in PowerShell

...(DISM) clean-up rituals after the parade by Pabak Sarkar – https://www.flickr.com/photos/pabak/14410484092 Dism disk cleanup: Deployment Image Servicing and Management (DISM) is a command-line tool that allows you to install, uninstall,...