Read and Test SNMP on Windows
https://support.panorama9.com/hc/en-us/articles/203568188-Test-if-SNMP-devices-are-responding-correctly-to-SNMP-queries
https://support.panorama9.com/hc/en-us/articles/203568188-Test-if-SNMP-devices-are-responding-correctly-to-SNMP-queries
Login with putty Go to the directory where you want to install wordpress. cd /var/recepten.van-daag.nl sudo chown pi: . rm * wget http://wordpress.org/latest.tar.gz tar xzf latest.tar.gz mv wordpress/* . rm…
Login on your raspberry with putty Create a subdirectory sudo mkdir -p /var/www/recepten.van-daag.nl Create a new apache config sudo cp -a /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/recepten.van-daag.nl.conf Edit the config sudo nano /etc/apache2/sites-available/recepten.van-daag.nl Change/add…
Run update sudo apt-get update Install ftp sudo apt-get install vsftpd You get a message about disk usage enter Yes Now open up the config file by entering the following…
Download Raspbian Place it on SD card Start the raspberry. Login with: pi (root) Password: raspberry Type sudo raspi-config to start the config. Change the password Change the Hostname Change…
I use this program to make scripts and easy added to Landesk. And it works for Windows 10. Start iexpress Click on Next Click on Next Enter a Title of…
A department complained that they recieve a lot of emails with attachements to save on the network drive. They needed to open all the emails one by one and save…
The problem what I had with Landesk, when software is installed I want to inform the user to reboot. This is not configured in Landesk. I made this script that…
I created this script to send a message to all of our managed systems if there are problems and email is not working. Here is the overview of the files…
Source: deploymentbunny.com Changed the script for my enviroment Function Import-SMSTSENV{ try { $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment Write-Output "$ScriptName - tsenv is $tsenv " $MDTIntegration = "YES" #$tsenv.GetVariables() | %…