Hello everybody! In this short topic I want to show you how you can use automatization in Postman App. In my case I will automate the process of getting Beaber token from Azure AD and use it in my "main" request. First, we need to add all variables to our request. I simply created New … Continue reading Postman pre-request scripts
Conditional Access Policy and Edge/Chrome
Привет всем!Расскажу интересный кейс про conditional access policy и deviceID. Сделал политику, которая запрещает доступ со всем устройств, кроме устройства со специальным ID: Но политика не работала, пользователь все равно мог зайти. Оказалось дело в том, что эдж не отдает DeviceID: Для того, чтоб браузер отдавал DeviceID - необходимо поставить плагин для браузера:https://chrome.google.com/webstore/detail/windows-accounts/ppnbnpeolgkicgegkbkbjmhlideopiji/related?hl=en И после … Continue reading Conditional Access Policy and Edge/Chrome
Используем Azure AD для SSH в Linux VM
Сегодня хотел бы рассказать о новой возможности для Azure Linux VM -> используем Azure AD для SSH к VM.
Запуск Azure AD Connect
Первые шаги в Azure Cloud - Azure AD Connect.
Добро пожаловать, Microsoft Loop
Приветствуем Microsoft Loop Думай, планируй и создавай вместе!
Azure Application Gateway
Описание одного из доступных Azure Load Balancers -> Azure Application Gateway.
Azure Web App Free Space Check
Hello All, Hope you are doing great! Time to time you can receive something like this: But, it's pretty hard to understand what folder and where. For sure, you can install extension and check free space, but it will required web app restart, that not always possible: So I wrote a pretty easy PowerShell script … Continue reading Azure Web App Free Space Check
What to do with left employees?
Hey All, What do you do with left users? I to do the next: custom PowerShell script + windows scheduler. This script will find all disabled users, change the password to random, remove from all groups, move user to special OU and change default group to special (I created this group manually): # Target OU … Continue reading What to do with left employees?
Azure DevOps Free BuildAgent
Hello Team, As you all know, in Azure DevOps you can use a free build agent with 1 limitation – no static IP address. It may generate and it will generate a lot of problems (DB deploy, Firewall troubles and etc.). If you open a ticket to MS Support, they will ask you to open … Continue reading Azure DevOps Free BuildAgent
Office 365 Advanced Threat Protection
Today I wrote a few words about Office 365 Advanced Threat Protection.