Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema PowerShell in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema PowerShell
Find unique SamAccountName and UPN for User Onboarding in AD with PowerShell
As I am doing automatic User Onboarding/Offboarding very often, I decided to publish 2 Functions to determine the UPN and SamAccountName. This Script handles the most common ways to determine the UPN and SamAccountName. You can decide the Name order by...
PowershellActivedirectoryAdPowershell
How to implement your PowerShell 7 Scripts in Task Scheduler
So you’re already working with the latest PowerShell version and wondering how to automate your PowerShell 7 scripts with the task scheduler? Yes? Ok, then stay tuned I will show you two […]
PowershellWindows 11Windows ServerEnglish
Delete a Secret from an Azure Application Registration with PowerShell and MS GRAPH API
In this post, we will delete a Secret from an existing Azure Application Registration. Graph API Basics I did an MS Graph API Series some time ago to learn all the Basics that we will not cover in this Post To learn more from Microsoft GRAPH API, see m...
PowershellMsgraphapiPowershell
Add a Secret to an Azure Application Registration with PowerShell and MS GRAPH API
In this post, we will create a Secret for an existing Azure Application Registration. Graph API Basics I did an MS Graph API Series some time ago to learn all the Basics that we will not cover in this Post To learn more from Microsoft GRAPH API, see my...
PowershellMsgraphapiPowershell
Using winget with PowerShell to install Software remotely
In this blog post I will carry out how to remotely install software on a domain-joined Windows 11 client. Winget is a command line tool that provides a lot of different options […]
PowershellWindows 11Windows ServerEnglish
Create an Azure App Registration with PowerShell and MS GRAPH API
Ok, this took me a while, but it was worth it. There will be a series of Blog Posts to work with Azure App Registration Automation. Create an Azure App Reg, create a Secret or upload a Cert, Add or remove API Permissions, and more. In this post, we cre...
PowershellAzureAzure App RegMsgraphMsgraphapi
Neuer Udemy Kurs: Active Directory mit Microsoft Exchange Server 2019 (DE)
Liebe FollowerInnen! Wenn Du Interesse an Active Directory und Exchange hast, dann kannst Du mit diesem Gutschein-Link meinen neuen Udemy Kurs buchen und diesen 30 Tage lang testen. Anbei der Link mit […]
PowershellWindows ServerDeutsch
Orchestrator SQL Query to query a specific String in .Net Acticity
System Center Orchestrator is an excellent Workflow Engine to run and trigger PowerShell Code. Additionally, SCO provides a way to store Credentials, Server Names, and other recording Values in global Variables. So if a Server Name Changes or Azure App...
ScoOrchestratorPowershellSysctr
PowerShell: Split-Path Examples
The cmdlet Split-Path can be useful to split volumes, folder and file path names. In this blog posts I will give you some examples you can build on. Have fun reading the […]
PowershellEnglish