Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

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

Naming convention

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

Naming convention

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 Functions

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

Azure Automation Accounts

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)

Automation concept

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

Filestructure 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

PowerShell

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...

Ansible