📍 Location: Tower 1, 16th Floor, VTP Beaumonde, Kharadi-Manjari Annex 🏙️
📅 Available from: June 2025
🚫 No Brokerage
This Python script automates the process of converting inline IAM policies attached to roles into managed IAM policies. It ensures efficient policy reuse by identifying identical inline policies and linking them to a single managed policy. Additionally, it resolves conflicts in policy naming by appending unique timestamps when necessary.
This Python script fetches deprovisioned users from an Okta organization and exports their email addresses to a CSV file. The script handles pagination to ensure all deprovisioned users are retrieved, even if the data spans multiple pages.
requests
libraryYou can install the requests
library using pip:
{ | |
"allowed_colors": [ | |
{ | |
"background": [ | |
"#000000", | |
"#04502e", | |
"#076239", | |
"#094228", | |
"#0b4f30", | |
"#0b804b", |
This guide provides instructions on how to concatenate multiple video files using FFmpeg, add a black screen between each video, and address common timestamp issues during the concatenation process.
This tool helps identify inactive users in an Azure AD environment by utilizing Azure CLI to fetch sign-in logs and a Python script to analyze these logs.
az monitor activity-log list --offset 180d --query "[?contains(operationName.value, 'SignIn')]"
This script is designed to manage AWS Organization handshakes by filtering for open invitations and then canceling and re-inviting the accounts. It automates the process of handling account invitations within an AWS Organization, ensuring that only current and relevant invitations are active.
Thanks to Team-BHP and other internet resources
This PowerShell script is designed to connect to Azure Active Directory (Azure AD) and update user profiles by removing the company name from each user's profile. It reads email addresses from a specified CSV file and processes each user found in Azure AD.
This script is designed to recursively list all folders within a specified Google Cloud Organization. It utilizes the gcloud
command-line tool to fetch and display the folder hierarchy.
Before running this script, ensure that you have the following prerequisites installed: