Skip to content

Instantly share code, notes, and snippets.

View MarcoKap's full-sized avatar
😈

Marco MarcoKap

😈
  • BizAppFactory
  • Karlsruhe, Germany
View GitHub Profile
param(
[string]$sqlserver,
[string]$name)
$pass = [Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes($name))
$resultString=('<?xml version="1.0" encoding="utf-8" ?>
<AppServerConfiguration>
<ContainerConfigurationSet Logging="ClientSessionsOnly" LogFolder="" LogLevel="Fatal" ShowErrorDetails="LocalOnly" ServiceBusEnabled="true" HttpsPort="443" RequireSsl="false" IdentityServerEnabled="true" IdentityServer_TenantScopes="true">
@MarcoKap
MarcoKap / test.html
Created February 26, 2020 12:36
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@MarcoKap
MarcoKap / test.md
Created February 26, 2020 12:35
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}