Zoran Jankov (@Zoran-Jankov)
  • Stars
    star
    91
  • Global Rank 215,686 (Top 8 %)
  • Followers 30
  • Following 13
  • Registered over 4 years ago
  • Most used languages
    PowerShell
    64.7 %
    Java
    29.4 %
    Batchfile
    5.9 %
  • Location πŸ‡·πŸ‡Έ Serbia
  • Country Total Rank 247
  • Country Ranking
    Batchfile
    12
    Java
    36

Top repositories

1

Admin-Scripts-and-Tools

My personal PowerShell and Batch scripts and tools library for Windows administration.
PowerShell
18
star
2

RepairQ

RepairQ is a ticket system software application that is aimed for repair shops. It is used to track all business related things, from creating and tracing tickets, registering customers, devices that are being repaired, repair parts inventory and more.
Java
18
star
3

Password-Tool

GUI PowerShell tool for unblocking user accounts and resetting user account passwords.
PowerShell
8
star
4

Software-Installer

Software Installer application is a convenient application for automated software installation and update on Windows platforms. It is a ideal tool for all system administrators. The application can be configured to download software installers from the internet or form location on the local network. The application comes with and Update app for updating the Software Installer application itself without manual reinstall. It follows the example of Ninite website that lets you generate a auto installer app that auto downloads applications and auto installs them on the local computer. You just select applications that you want to install and click on button Get Your Ninite. This application has the same premise, you can select applications from the list and install them on the computer, but you can configure the application to download the installer from the internet or from the local network location. This is a very important feature because in companies it is important to reduce internet traffic because of large number of user computers on the network. This way installer fetching is done inside local network, and installers are updated from the internet in only one location, on the server. Apart from the reduced internet traffic the other benefit of configuring installer fetcher to get installers from local network location is that the versions of the applications will be consistent across all company computers.
PowerShell
8
star
5

Network-Script-Executor

PsExec-GUI-Tool is a PowerShell GUI application for easier usage of PsExec tool when running Batch or PowerShell scripts on remote computers. It can also be used to run other system application on remote computers. It has simple and very easy to use graphical user interface.
PowerShell
7
star
6

Prompt-Computer-Restart

PowerShell
5
star
7

File-Removal-PowerShell-Script

This script removes defined files from targeted folders. It is meant to be used by System Administrators, because it has many options and settings that can be configured to remove files in multiple and various ways. All data regarding file removal, target folders, file names, optional number of days files must be older then to be removed, if files in subfolders should be removed, and if files should be force removed, are written by user in `Data.csv` file. User can enter partial names of files in `FileName` column with a wildcard character, for example `*.dat` or `Backup*`. Script generates detailed log file, and report that is sent via email. In `Settings.cfg` file parameters are stored for email settings, and options to turn on or off console writing, loging, and email report as the user requires them.
PowerShell
5
star
8

Rename-Computers-Tool

PowerShell Tool for renaming network computers with graphical user interface.
PowerShell
4
star
9

Access-Control-List-Group-Generator

Creates file permissions Read Only and Read-Write AD groups for a shared folder, and grants them appropriate access to the shared folder.
PowerShell
4
star
10

SION

SION, short for Software Installation Over Network, is an Installer manager for auto installing software with installer executables on a network location. Ideal for system administrators in medium and large networks.
Java
3
star
11

Remote-Computer-File-Transfer

This script transfers files to remote computers. In `Files-Paths.txt` file user can write full paths to files for transfer, and in `Remote-Computers.txt` user can write list of remote computers to which files are transferred, ether by hostname or IP address. Script generates detailed log file and report that is sent via email to system administrators.
PowerShell
3
star
12

DCleaner

This application moves files from the source folder to user libraries. In the source folder all files are checked and moved to Videos, Pictures, Documents and Program Installers folders based on file extensions. Paths to target folder and to user libraries can be defined by the user, and saved permanently to local computer, but there are default values for those paths. File sorting is not performed in subfolders of the target folder and they are not moved by the script.
PowerShell
2
star
13

Zoran-Jankov

Config files for my GitHub profile.
1
star
14

Software-Installation-Script

Software-Installation-Script for software auto-installation
Batchfile
1
star
15

Uni-Test-Tool

Uni Test Tool is a system testing, configuring and repair tool.
Java
1
star
16

Rock-Paper-Scissors

Java
1
star
17

Weekly-Employee-Report-Generator

This script is used for generating a Markdown template file for weekly employee reports. In Settings.cfg file you can define the name and title of the employee, report title and report folder name, starting hour and working time, and the names of the days of the week, to cover all the languages. When you run the script it will first try to find existing file for current week and open it in the the default Markdown editor, and if it does not exist it will create one for current week, and then it will open newly created file.
PowerShell
1
star
18

Xs-and-Os-Game

Xs and Os is a paper-and-pencil game for two players, are implemented in a computer program. X and O, who take turns marking the spaces in a 3Γ—3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
Java
1
star