Todos Nuevo

user:thomas gists creados por el usuario

title:mygist gists con el título indicado

filename:myfile.txt gists que contienen archivos con el nombre indicado

extension:yml gists que contienen archivos con la extensión indicada

language:go gists que contienen archivos con el lenguaje indicado

topic:homelab gists with given topic

Iniciar sesión


Todos Nuevo Iniciar sesión

Todos los gists

Recientemente creado
Menos reciente creado
Recientemente actualizado
Menos reciente actualizado
gioxx's Avatar

gioxx / config.psd1

0 gustos
0 bifurcaciones
1 archivos
Última actividad 1748337338
1 # This is a config.psd1 example for PSADT4+
2
3 @{
4 Assets = @{
5 # Specify filename of the logo.
6 Logo = '..\Assets\AppIcon.png'
7
8 # Specify filename of the banner (Classic-only).
9 Banner = '..\Assets\Banner.Classic.png'
10 }
gioxx's Avatar

gioxx / UtentiAD_in_scadenza.ps1

0 gustos
0 bifurcaciones
2 archivos
Última actividad 1733223535
1 Import-Module ActiveDirectory
2
3 # Definisci la scadenza account (in questo caso filtro gli account che scadranno entro il 31/12 dell'anno in corso)
4 $oggi = Get-Date
5 $fineAnno = Get-Date -Year $oggi.Year -Month 12 -Day 31
6
7 $utenti = Get-ADUser -Filter {Enabled -eq $true} -Property SamAccountName, DisplayName, AccountExpirationDate |
8 Where-Object { $_.AccountExpirationDate -and $_.AccountExpirationDate -le $fineAnno }
9 $utenti | Select-Object SamAccountName, DisplayName, AccountExpirationDate | Format-Table -AutoSize
gioxx's Avatar

gioxx / cloudflared-compose.yml

0 gustos
0 bifurcaciones
1 archivos
Última actividad 1720811960
1 services:
2 cloudflared:
3 image: cloudflare/cloudflared:latest
4 container_name: cloudflared
5 restart: unless-stopped
6 command: tunnel run
7 environment:
8 - TUNNEL_TOKEN=${TUNNEL_TOKEN}
Siguiente Anterior

Desarrollado por Opengist ⋅ Load: 50ms⋅

Español
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Blog