Advanced Search
Search Results
210 total results found
LNC APPS
LNC Apps is a web platform consisting of various small software products. All apps are designed to build on existing products and serve as an interface between processes, requirements and possibilities.The goal of LNC Apps is to make optimal use of your existi...
Sync multiple sites to explorer via PowerShell
Prepare CSV Create CSV with these columns. This information is needed to start the Sync Process (HTTP-Call on odopen://, see in PowerShell script) along with the UsersID and UsersUPN. Column (Property) Example How to get value url https://luc...
Microsoft Exchange
Apple
Apple Inc. is an American multinational technology company headquartered in Cupertino, California, in Silicon Valley, best known for its consumer electronics, software and online services. Founded in 1976 as Apple Computer Company by Steve Jobs, Steve Wozniak ...
Write custom logs via PowerShell
With Log Analytics you can write custom logs. For this the API can be used to write new logs to the Log Analytics Workspace. The whole API is documented here: https://learn.microsoft.com/en-us/rest/api/loganalytics/create-request Script template This script ...
ChatGPT
Check if script runs as admin
Check session for admin privileges If you have to run your commands in your custom script as admin, it is essential for error handling to check if the current session is admin. $isAdmin = (New-Object Security.Principal.WindowsPrincipal $CurrentUser).IsInRole...
Docker CLI
Authenticate to different host
Use case This script block can be used in combination with an Azure Runbook. For example you can run a PowerShell script on an Active Directory Domain Controller via an AD Joined Hybrid Worker. So, you can use all the advantages of Azure Runbooks with the abi...
Microsoft Windows
Lookup external tenant id
Requirements: Authorization header and CrossTenantInformation.ReadBasic.All permission on App Registration. With this API endpoint you can check if the domain is registered on Microsoft 65 products and get the tenant name and tenant id by a random domain nam...
Microsoft Outlook
How to Runbook
This guide is a quick manual for an Azure Runbook. Here is a brief description of the prerequisites and definitions that must be met in order to create an automation via Azure Runbooks. Prerequisites Defined goal A defined goal is necessary that we can chec...
Task & calendar management
How to Function
This is a short guide for creating an Azure Function. This is a high-level concept in order to be able to make the preparations correctly and completely so that no unwanted surprises occur later during implementation. Prerequisites Defined goal A defined g...
Theoretical Concepts
Query Azure Firewall Logs
Azure Firewall Logs can be stored in an Azure Log Analytics Workspace. This workspace then contains all status logs along with permitted and denied connections. So, to find out if a connection is wrongly blocked or to make a specific firewall request, we can u...