Make multiple RDP files from one template RDP file

Target audience: System Administrators Used tools: PowerShell What’s the purpose: How to make multiple Remote Desktop Protocol (RDP) files from one template RDP file The task for resolving is to make multiple RDP files from one template RDP file. Names of new RDP files are “RDP2016_” + codeName + “.rdp” – something like RDP2016_5483.rdpParameter values… Continue reading Make multiple RDP files from one template RDP file

Published
Categorized as PowerShell

My first experieance with AI

Target audience: ProgrammersUsed tools: Jupiter NotebookWhat’s the purpose: Installing Jupyter Notebook on Windows10 A few days ago, my colleague ask me to help in solving a problem with Jupiter and KNIME on sample CSV file from Internet.I’m in process of learning a Python programming language and I agreed First of all i have to install… Continue reading My first experieance with AI

Win 2016 server problem with loosing connection

Target audience: System Administrators Used tools: PowerShell, Event Viewer, Task Schedular What’s the purpose: Automatic repair network connection with Windows server 2016 What’s the problem ? We have a PC Lenovo Tiny M73 with CPU G1820T, 2GB RAM, 320GB HDD as Windows Server Standard 2016 At first – to make server software to work on… Continue reading Win 2016 server problem with loosing connection

Published
Categorized as LAN

About “Windows devices may fail to boot after installing October 10 version KB4041691”

Target audience: server administrators Used tools: console What’s the purpose: install update on windows 2016 If you try to search in Google for word KB4041691 , you will find many info about this faulty update – for example from here : https://www.adm-computing.co.uk/windows-update-problem-kb4041691/ 13 Oct Windows update problem [KB4041691] “Over the last few days Microsoft released… Continue reading About “Windows devices may fail to boot after installing October 10 version KB4041691”

Upgrade MS-SQL localDB mdf file from V.11 to V.13 (v. MS SQL 2012 to v. MS SQL 2014)

Target audience: SQL users Used tools: VS 2015 What’s the purpose: upgrade MS SQL LocalDB from V.11 to V.13 I have an old asp.net project about working with huge excel table which nearly 110 production units have to fulfill every day and send to the central unit of our firm. Then here we have to… Continue reading Upgrade MS-SQL localDB mdf file from V.11 to V.13 (v. MS SQL 2012 to v. MS SQL 2014)

Published
Categorized as SQL

About NAT, DMZ and port forwarding

Target audience: LAN users Used tools: router What’s the purpose: config DDNS Well – one day i have to login to my raspberry with Drupal blog on it, with other WiFi router Both of them have a quick setup -all procedure make necessary configuration automatically. Internet access was made and worked but blog on the… Continue reading About NAT, DMZ and port forwarding

Published
Categorized as LAN

SQL Group by using LINQ

Target audience: SQL programmers Used tools: SQL,XPath What’s the purpose: read parameters for SQL query from XML variable The problem is the same, like in post “Read parameters for SQL store procedure from XML variable” but this time the resolving must be made with LINQ. In the beginning, let’s the list for checking is continuous… Continue reading SQL Group by using LINQ

Published
Categorized as LINQ