Skip to content

sbuccoliero/M365License_Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# coding=utf-8
# Rubrik M365 License Calculator
M365Calcversion="2.12"
# June 2022 By [email protected]
# Input Amount of Users and Required capacity in GB
# Outputs minimum Required amount of 2,20,50GB,Unlimited Subscriptions
#
# Requires Python3 as a python script. Alternatively the binary can be downloaded for Windows or Mac and requires no python.
# 
# To execute: 
# python3 ./M365_Solve_R.py
#
# If "Rubrik-M365-Sizing.html" file is present in the same directory it will read values and calculate from file.
#
# To execute in Automatic mode with Required users and Capacity:  
# python3 ./M365_Solve_R.py uuu(number) ccc(number)
#
# To Compile: pyinstaller --onefile M365_Solve_R.py
# Compiled to .exe for Windows 10 platform: "M365_Solve_R.exe" 
# Compiled to MacOS Executable: "M365_Solve_R"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages