Wiktor Mrowczynski
Blogs, Articles, and Posts
Create Web Link with PowerShell in Intune
(itconstructors.com)
Web Link is a simple way to publish URL shortcuts in Intune. It allows the administrator to control
By: Wiktor Mrowczynski submitted:Sep 29 2023
Web Link is a simple way to publish URL shortcuts in Intune. It allows the administrator to control
which URL shortcut appear on user's mobile device either without user consent or as an optional application. The way to create it is fairly simple, you can look at Microsoft's documentation. Recently I had a need to ...
By: Wiktor Mrowczynski submitted:Sep 29 2023
Increase maturity of PowerShell script with Mermaid diagram
(itconstructors.com)
Intro Recently I had a need to re-write one of my old scripts. It was a simple case: once a month
By: Wiktor Mrowczynski submitted:Sep 15 2023
Intro Recently I had a need to re-write one of my old scripts. It was a simple case: once a month
send an email with the number of received and sent messages from the previous month for a shared mailbox. The original one used Exchange on-prem. The new one connects to Exchange Online. What seemed ...
By: Wiktor Mrowczynski submitted:Sep 15 2023
Let OpenAI improve and correct your PowerShell code
(itconstructors.com)
In this article, I will describe a simple way to let OpenAI improve and correct your PowerShell
By: Wiktor Mrowczynski submitted:Oct 13 2023
In this article, I will describe a simple way to let OpenAI improve and correct your PowerShell
code. It will contain 2 main functions: Get-CodeImprovementSuggestion and Get-CodeFixSuggestion. Both accept a ScriptBlock parameter. As names indicate, the first one checks in OpenAI if there are some possible improvements. The second one checks for errors.
By: Wiktor Mrowczynski submitted:Oct 13 2023
Synchronizing PowerShell scripts – allow only one instance at a time
(itconstructors.com)
This is a first article from a short series about synchronizing PowerShell scripts in Windows
By: Wiktor Mrówczyński submitted:Sep 30 2022
This is a first article from a short series about synchronizing PowerShell scripts in Windows
environment. Today I'll explain how to allow only one instance of a script at a time.
By: Wiktor Mrówczyński submitted:Sep 30 2022
Synchronizing PowerShell scripts – control the flow
(itconstructors.com)
Part 1 - Synchronizing PowerShell scripts - allow only one instance at a time Part 2 - Synchronizing
By: Wiktor Mrówczyński submitted:Oct 28 2022
Part 1 - Synchronizing PowerShell scripts - allow only one instance at a time Part 2 - Synchronizing
PowerShell scripts - control the flow (this article) Intro In the last article I described how to ensure that only a single instance of your script runs at a time. Today is time for the second topic ...
By: Wiktor Mrówczyński submitted:Oct 28 2022
Use PowerShell to integrate OpenAI GPT with context menu
(itconstructors.com)
Do you know that it's possible to use PowerShell to integrate OpenAI GPT with context menu in
By: Wiktor Mrowczynski submitted:Oct 27 2023
Do you know that it's possible to use PowerShell to integrate OpenAI GPT with context menu in
Windows? It's even really simple and with help of this article everyone can make it. In this example, I'll add a new item to context menu (when you right click on a file). It appears only for PowerShell ...
By: Wiktor Mrowczynski submitted:Oct 27 2023