Ondrej Sebela
Blogs, Articles, and Posts
Automatic Jira ticket creation for Azure application admin consent requests
(doitpsway.com)
If you are an Azure administrator you are probably aware that it can be pretty dangerous to let
By: Ondrej Sebela submitted:Jun 16 2022
If you are an Azure administrator you are probably aware that it can be pretty dangerous to let
users give permissions consent to any Azure application that is in the wild. Because it can lead to illicit consent grant attack which seems to be more and more popular among the hackers.
By: Ondrej Sebela submitted:Jun 16 2022
Fully automated RDP connection using LAPS password and PowerShell
(doitpsway.com)
In this article, I will show you, how to automate using of LAPS password for making RDP connection,
By: Ondrej Sebela submitted:Jun 16 2022
In this article, I will show you, how to automate using of LAPS password for making RDP connection,
so it will be a matter of calling one PowerShell function
By: Ondrej Sebela submitted:Jun 16 2022
Get a better Intune policy report part 3.
(doitpsway.com)
By combining information from MDMDiagReport.xml and system registry
By: Ondrej Sebela submitted:Jun 16 2022
By combining information from MDMDiagReport.xml and system registry
By: Ondrej Sebela submitted:Jun 16 2022
How to create a Jira ticket using PowerShell
(doitpsway.com)
The possibility to create Jira tickets in an automated can be very handy. But it can be a little bit
By: Ondrej Sebela submitted:Jun 16 2022
The possibility to create Jira tickets in an automated can be very handy. But it can be a little bit
tricky because Jira is quite customizable and therefore there is no universal PowerShell function that will work for everybody.
By: Ondrej Sebela submitted:Jun 16 2022
How to use Managed Identity to connect to Azure, Exchange, Graph, Intune,… in Azure Automation Runbook
(doitpsway.com)
Managed Identity is definitely a better option for authentication in Azure Automation Runbooks than
By: Ondrej Sebela submitted:Jun 16 2022
Managed Identity is definitely a better option for authentication in Azure Automation Runbooks than
RunAs account because it doesn't require certificate/secret renewal. Therefore it is maintenance-free.
By: Ondrej Sebela submitted:Jun 16 2022
Projects, Scripts, and Modules
DependencySearch v 1.1.7
(powershellgallery.com)
Module contains functions that allows you to check for PowerShell code/script/module dependencies
By: Ondrej Sebela submitted:May 31 2024
Module contains functions that allows you to check for PowerShell code/script/module dependencies
through static code analysis (AST).
By: Ondrej Sebela submitted:May 31 2024
Easy removal of preinstalled bloatware using PowerShell
(doitpsway.com)
Recently I came into a situation where I needed to provision new Dell Precision laptops for our
By: Ondrej Sebela submitted:Sep 2 2022
Recently I came into a situation where I needed to provision new Dell Precision laptops for our
employees. This laptop comes with a lot of preinstalled applications (bloatware) so I was looking for some simple but efficient way to silently remove them. And by efficient I mean avoiding the need to manually find an uninstall command for each preinstalled application.
By: Ondrej Sebela submitted:Sep 2 2022
Extracting HTML table from a web page (or HTML file) and converting it into PowerShell object
(doitpsway.com)
Several months ago I've created ConvertFrom-HTMLTable function for helping me extract HTML tables
By: Ondrej Sebela submitted:Jun 16 2022
Several months ago I've created ConvertFrom-HTMLTable function for helping me extract HTML tables
from locally saved HTML files or live web pages and convert them into usable PowerShell objects. So it is not a new function but I think it deserves a standalone post because it can be quite handy.
By: Ondrej Sebela submitted:Jun 16 2022