Advanced Search
Search Results
210 total results found
Microsoft SharePoint
PROXMOX
Proxmox VE is a powerful open-source server virtualization platform to manage two virtualization technologies - KVM (Kernel-based Virtual Machine) for virtual machines and LXC for containers - with a single web-based interface.
Summary of abbreviations
Abbreviations for naming convention This table represents a lot of common usecases and the standardised abbreviations. Abbreviation Meaning Category MEID Microsoft Entra ID Entity, Affected Technology AA Automation Account Entity A...
Naming convention
IT CONCEPTS
Digitization, automation and networking are central building blocks of the future. This makes it all the more important to have realistic concepts that can be introduced easily, are documented in a comprehensible manner and are as generally applicable as possi...
Namings specific to technology
This technology specifc naming convention was created to have a standardised naming solution. Microsoft Entra ID Group MEID-<Technology>-<CompanyTag>-<Object>-<Description>-<Status>Example: MEID-WIN-ALL-USER-IAmDoingSomething-NONPROD AllUsers Group MEID-<...
Automation concept
KUBERNETES
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are...
Function concept with PowerShell
Azure Function Apps is a "Function as a Service" solution and offers serverless execution of highly scalable code. This function can then be executed via HTTP requests and provide corresponding feedback in the HTTP response. However, this technology only makes...
Filestructure concept
DOCKER
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first star...
Runbook concept with PowerShell
Here I describe how to create automations using runbooks. The PowerShell scripts can either run in the Azure environment or on the hybrid workers, which are joined in a domain and can thus access internal resources. The file structure and all resources are dis...
CITRIX
Citrix is a company that helps workforces access desktops and applications remotely and securely through a remote server as if the layout were on your computer.
Comparison of variants (Function vs. Runbook)
To help you decide which automation platform to use, here is a brief comparison of variants Azure Runbook Benefits Cons Cost-effective Simple control via GUI Simple variable handling Simple secrethandling Simple working with...
Azure Log Analytics
General concept
Folder structures should be as narrow as possible and as deep as necessary, so you can find any file quickly with less clicks. Work area folders Divide document types by folders for Pictures, Video, Documents, Music on the highest level. As separator we are ...
Bash
JAVASCRIPT
JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-par...
Scripting Guidelines
Variable naming and notation Variables are named in the PascalCase notation. Accordingly, the main activity of the script is taken and the words are concatenated. In the description, the first letter of each word must be capitalized: I am doing something → I...