Run Application without admin rights
Because of company policy, most users don’t have local admin rights. But sometimes there is an application that always needs admin rights to start because it is wrong configured. On…
Because of company policy, most users don’t have local admin rights. But sometimes there is an application that always needs admin rights to start because it is wrong configured. On…
I created this script because it is the 2nd company that there is no pushed signature so that everyone could have a different signature. HR or company sends a mail…
For a different company I needed to install Notepad++ on some systems. Created AD group. Created a Share. Give rights to the AD group. In the ad Group place the…
I use this in MDT to rename local admin account. @echo off wmic useraccount where "name='Administrator'" rename Daag
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…
At this moment I have rights for Landesk. Not optimal but I can add software and send it to systems what I manage. Here is a script that I use…
At the company where I work we don’t have full domain rights. There is no SCCM Server. There is an other software deploy program that we only have rights to…