How to Install WinGet Windows Package Manager
For a long time, people have been asking for a package manager on Windows. Today at Microsoft...
How to install and manage Azure Stack Updates
At itnetX, we help customers to implement as well as to operate Azure Stack. One part of operating Azure Stack is keeping it up-to-date....
Install Sysinternals from PowerShell via OneGet
Microsoft just announced the Windows Management Framework 5.0 Preview. The Windows Management Framework V5 preview adds some cool new...
Altaro gives away 50 free PC backup licenses to all Microsoft Hyper-V administrators
Altaro Software, a fast-growing developer of backup solutions for Microsoft Hyper-V, today...
Cisco UCS Release 2.0
This monday Cisco released the the UCS Software 2.0, which brings a lot of bug fixes and important features. This major software release...
Microsoft’s Mouse Without Borders
Microsoft released a free software called “Mouse Without Borders” which allows you running multiple computers with one keyboard...
Windows Intune July 2011 Beta
Microsoft released the July 2011 Beta of Windows Intune yesterday. The new beta brings a lot of new...
SVN Basic
A colleague made a pretty cool blog post about svn basic on his blog. Subverion is a software versioning and a revision control system. At...
Simple Bean Machine program done in Powershell
In the last article I posted the C++ Code for a simple Bean Machine output. Now I did the same in Powershell. I know this is not really a...
Simple C++ dec2bin program @KTSI
This is a very simple dec2bin program done for KTSI. #include #include #include using...