How to downgrade MS SQL database we can find from web-search. Its discribe simple method – use “Tasks – Generate Scripts…” with data and Win!…
Some IT minds
How to downgrade MS SQL database we can find from web-search. Its discribe simple method – use “Tasks – Generate Scripts…” with data and Win!…
Sometimes we need split large storage on USB stick to get FAT32 file system (for some TV or old operation systems).
You can do it with windows utility – diskpart.
This article contains some differences from original Microsoft Azure Documentation [link] and describe “How to create Azure SQL Geo-Replication”
To change Remote Desktop certificate in Windows Server 2012R2 you need to do two steps: Step 1. Get thumbprint of certificate (the name of certificate…
You can compress files and folders from PowerShell without installing third-party application (required .NET Framework 4.5): [System.IO.Compression.ZipFile]::CreateFromDirectory(“$Source”, “$Archive”) Here the function listing to use compression…
You can generate ssh private and public keys to use in ssh connection with puttygen (can be downloaded from link). Step 1. Open puttygen, choose…
Some times RRAS can`t route traffic from VPN clients to internal network after server restart. You can create startup script to re-apply RRAS config at…
This article describe how to configure RADIUS authentication (WPA/WPA2 Enterprise) in Wi-Fi Access Points
Для корректной публикации сертификатов в IIS7 необходимо сначала отключить/удалить стандартный обработчик для этого типа файлов в Mapping Handlers Затем добавить это расширение в MIME Types…