Search this site
Visitormap
-
Recent Posts
Categories
- .bat
- .NET
- 16bit pcm
- 3cx
- 8bit pcm
- Access Point
- Active Directory
- arduino
- aruba
- ATS
- Azure
- batch
- block
- Chrome
- cli
- command line
- Configuration
- Connector
- convert
- credssp
- Datastores
- Defender
- Dell 5570
- DISM
- EdgeRouter
- ESXi
- Exchange 2010
- Exchange 2016
- ffmpeg
- File sharing
- fix
- fsmo
- GPO
- Hardware
- Homepage
- hosts.deny
- hp
- hpssacli
- Internet Explorer
- iSCSI
- ldap
- led
- linux
- Mamut Business Software
- Microsoft
- Microsoft Update
- MS SQL
- mstsc
- NAS
- News
- nuget
- OID
- OneDrive
- P2000
- P2V
- partedUtil
- partition
- powershell
- raspi
- registry
- RIS
- shutdown
- smtp
- snmp
- Sonos
- ssacli
- ssh
- switch
- Thin Client
- TLS
- Trend Micro
- Trusted Sites
- Update
- usb
- VAAI
- VEEAM
- VLAN
- VMFS
- vmkfstools
- VMware
- WDS
- wifi
- WIM
- Win10
- Windows
- Windows Server
Category Archives: News
ESP32-CAM (aithinker) and Shinobi camera recorder
Using the code in the previous post I can now place several ESP32’s around the house and stream them to my little server in the little room I have left in the house for this: near the fuse box. Installed … Continue reading
Posted in News
Comments Off on ESP32-CAM (aithinker) and Shinobi camera recorder
ESP32-CAM (aithinker) module with stable camera
The ESP32-CAM module that I got cheap online didn’t want to stay connected. After reading a bit, I found a good write about it on: I edited the standard cameraserver.ino and ended up with something that makes it run more … Continue reading
One letter file extensions on win11
Shame MS, couldn’t adjust it through Settings / Apps / Default Apps as you don’t allow one letter extensions there. -sigh- So, Windows 11 does not allow you to adjust a one letter file extension.This is annoying, I had to … Continue reading
Posted in News
Comments Off on One letter file extensions on win11
Fortigate – Recognise Active Directory Users, Windows Server 2019
Reading through some googled stuff and one youtube vid to find out how it works. Log on with your Fortigate account at https://support.fortinet.com/Download/FirmwareImages.aspx Yes you should have an account to get to the firmwares and downloads. (edit: Click tab Download, Select … Continue reading
Posted in News
Comments Off on Fortigate – Recognise Active Directory Users, Windows Server 2019
Use a Sonicwall directly on Telfort glass fiber VLAN using a virtual interface.
With the glass fiber in my home I got a louzy ethernet router from my isp Telfort. Ofcourse I understand they want to keep things affordable for everyone so they hand out these routers free (free as in you lease … Continue reading
Posted in News
Comments Off on Use a Sonicwall directly on Telfort glass fiber VLAN using a virtual interface.
mstsc credSSP error and client reg fix
CredSSP and mstsc authentication gives some error sometimes, after installing some needed updates, but e.g. youir server is not yet up to date. You can set back a reg entry… this one: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] “AllowEncryptionOracle”=dword:00000002 On … Continue reading
Local Exchange Management [power]Shell target info
This is the ‘target’ of a locally installed MS Exchange Management [power]Shell. C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command “. ‘D:\Exchange\bin\RemoteExchange.ps1’; Connect-ExchangeServer -auto -ClientApplication:ManagementShell ” (witih exchange installed on D-drive locally) Just FYI, I needed this today. cheers.
Posted in News
Comments Off on Local Exchange Management [power]Shell target info
Adobe Reader DC, Remove side tools panel by default
After digging around, there seems to be a solution to remove that side panel that takes up screen space, every time you start Adobe Reader DC. [you have to have admin rights to do this] Go to the install directory … Continue reading
Posted in News
Tagged Adobe, Reader DC, Tools Panel
Comments Off on Adobe Reader DC, Remove side tools panel by default
Place chrome link on desktop, and open with chrome browser
Everyone on windows has a ‘default browser’ set. Windows knows this. In case you want to run Google Chrome and open an url, (and not your other default browser), well, then just create a good old shortcut (windows .lnk file) … Continue reading
Posted in News
Tagged chrome, default browser
Comments Off on Place chrome link on desktop, and open with chrome browser
Looking for multimedia files [list of common multimedia files] -> solution? powershell!
Sometimes as system administrator, you find your file servers are cluttered with stuff you may want to decide to do something about, say, export to the final bin. However the case, you want to know what’s there. [and it is … Continue reading
Posted in News
Comments Off on Looking for multimedia files [list of common multimedia files] -> solution? powershell!
Nagios 3.4.1 Columns in status.cgi
That wasn’t nice. Nagios has 3 columns as a default hard coded inside its status.cgi. Today we have such wide screens to display things with… In order to change this default behaviour of old code, in nagios, change the following: … Continue reading
Posted in News
Comments Off on Nagios 3.4.1 Columns in status.cgi
LDAP Configuration for HP Printers and Active Directory
I had to figure out how to configure LDAP on these HP Color LaserJet Pro MFP M476 series with LDAP support. The LDAP configuration was a tad bit different than I suspected. For some reason the SSL function didn’t work, … Continue reading
OWA: Blocking Microsoft Internet Explorer
Internet explorer has a leak, and now you don’t trust it for people to logon to your OWA. (Outlook Web Access). You may want to block OWA to be used with Internet Explorer. To achieve this, I did the following: … Continue reading
Ricoh and LDAP with Active Directory
Ricoh Multifunctionals working with LDAP to an Active Directory are fun! When it works. I ran into a problem with Ricoh Multifunctionals and the connection to an LDAP server. If you do too at some point run into trouble setting … Continue reading
Posted in Configuration, ldap, News
Comments Off on Ricoh and LDAP with Active Directory
Windows, VMware virtualisation & networking hardware
When you’ve just virtualised a hardware server to a VMWare environment, and you have trouble getting networking to function again, try the following: … This post has been moved to this page
Convert is cool once more
Got some PDF’s from a customer today. I need to convert these into images, since the program I use for wifi measurement does not accept PDF’s. Found the free solution of course, using linux. convert -density 300 -trim test.pdf -quality 100 … Continue reading
Using mopidy on debian, playing your spotify premium account with your MPD client.
Nice, I play spotify premium streaming audio using mopidy on debian now 🙂 I approximately did this: I got debian debian-6.0.7-i386-netinst [I have to add though that this configuration can almost be applied to ubuntu as well, note that I … Continue reading