Willkommen in der Source Code Verwaltung von Alya Consulting. In diesem Bereich teilen wir mit Euch Informationen, Skripte und Programme, die Ihr für Eure eigene Cloud Implementierung verwenden könnt.
Die Alya Basis Konfiguration ist eine Sammlung hunderter PowerShell-Skripte zur Verwaltung aller Aspekte der Microsoft Cloud mit aktuell mehr als 1100 Cmdlets aus mehr als 80 PowerShell-Modulen, die für die Verwendung mit PowerShell 7 und Visual Studio Code bereit sind.
Möchtest Du uns hier mithelfen? Hast Du Verbesserungsvorschläge oder einen Fehler gefunden? Melde Dich bei uns!
Mehr Informationen über die Alya Bsis Konfiguration findest Du hier.
Eine komplette Cmdlet Referenz mit Code Besipielen ist hier zu finden.
Um mit der Konfiguration zu arbeiten:
- Installiere PowerShell 7 PowerShell -NoProfile -ExecutionPolicy Bypass -EncodedCommand SQBuAHYAbwBrAGUALQBFAHgAcAByAGUAcwBzAGkAbwBuACAAIgAmACAAewAgACQAKABJAG4AdgBvAGsAZQAtAFIAZQBzAHQATQBlAHQAaABvAGQAIABoAHQAdABwAHMAOgAvAC8AYQBrAGEALgBtAHMALwBpAG4AcwB0AGEAbABsAC0AcABvAHcAZQByAHMAaABlAGwAbAAuAHAAcwAxACkAIAB9ACAALQBVAHMAZQBNAFMASQAiAA==
- Installiere Visual Studio Code Install-Script Install-VSCode -Scope CurrentUser; Install-VSCode.ps1
- In Visual Studio Code Setze terminal.integrated.shell.windows auf C:\Program Files\PowerShell\7\pwsh.exe Setze files.encoding auf utf8bom Installiere die PowerShell Extension
- Klone dieses Repository in Deinem eigenen DevOps oder GitHub mit dem Namen XXXXDO-ADM-CloudKonfiguration wobei XXXX Dein Firmenkürzel ist
- Klone Dein eigenes Repository XXXXDO-ADM-CloudKonfiguration auf Deinen Rechner
- Kopiere die Datei XXXXDO-ADM-Public\scripts\ConfigureEnvTemplate.ps1 nach XXXXDO-ADM-Public\data\ConfigureEnv.ps1
- Definiere in XXXXDO-ADM-Public\data\ConfigureEnv.ps1 Deine eigenen Einstellungen
- Nutze die Skripte
Welcome to the source code management from Alya Consulting. Here we share with you information, scripts and programs that you can use for your own cloud implementation.
The Alya Base Configuration is a collection of hundreds of PowerShell scripts for managing all aspects of the Microsoft Cloud, with currently more than 1100 cmdlets from more than 80 PowerShell modules ready for use with PowerShell 7 and Visual Studio Code.
Would you like to help us here? Do you have suggestions for improvement or found a bug? Get in touch with us!
More information about the Alya Bsis configuration can be found here.
A complete cmdlet reference with code samples is hier zu finden.
To work with the configuration:
- Install PowerShell 7 PowerShell -NoProfile -ExecutionPolicy Bypass -EncodedCommand SQBuAHYAbwBrAGUALQBFAHgAcAByAGUAcwBzAGkAbwBuACAAIgAmACAAewAgACQAKABJAG4AdgBvAGsAZQAtAFIAZQBzAHQATQBlAHQAaABvAGQAIABoAHQAdABwAHMAOgAvAC8AYQBrAGEALgBtAHMALwBpAG4AcwB0AGEAbABsAC0AcABvAHcAZQByAHMAaABlAGwAbAAuAHAAcwAxACkAIAB9ACAALQBVAHMAZQBNAFMASQAiAA==
- Install Visual Studio Code Install-Script Install-VSCode -Scope CurrentUser; Install-VSCode.ps1
- In Visual Studio Code Set terminal.integrated.shell.windows to C:\Program Files\PowerShell\7\pwsh.exe Set files.encoding to utf8bom Install the PowerShell Extension
- Clone this repository in your own DevOps or GitHub with the name XXXXDO-ADM-CloudConfiguration where XXXX is your company code
- Clone your own repository XXXXDO-ADM-CloudConfiguration on your computer
- Copy the file XXXXDO-ADM-Public\scripts\ConfigureEnvTemplate.ps1 to XXXXDO-ADM-Public\data\ConfigureEnv.ps1
- Define your own settings in XXXXDO-ADM-Public\data\ConfigureEnv.ps1
- Use the scripts