Mitglieder einer AD Gruppe anzeigen / zählen
Powershell Befehl zum Anzeigen aller Mitglieder einer AD Gruppe bzw. Ausgabe in eine TXT Datei. # Ausgabe in Datei Get-ADGroupMember -identity "AD_Gruppenname" | select -Expand name | sc C:\output....
Powershell Befehl zum Anzeigen aller Mitglieder einer AD Gruppe bzw. Ausgabe in eine TXT Datei. # Ausgabe in Datei Get-ADGroupMember -identity "AD_Gruppenname" | select -Expand name | sc C:\output....
Ext. Verlinkung… Siehe hier Kurzform: 1. Windows 7: Start -> All Programs -> Bentley -> Projectwise V8i (SelectSeries X) -> Tools -> User Tools 1. Windows 10: Start (->All apps)...
cd ~ && ssh-keygen -t rsa -b 4096
apache2ctl -v Server version: Apache/2.4.41 (Ubuntu) Server built: 2021-07-05T07:16:56 a2enmod headers && service apache2 reload nano /etc/apache2/conf-available/security.conf ServerTo...
Danach sollte es auch mit uptime-kuma und dem Apachen als Reverse Proxy klappen. Hier noch die Anleitung für die Vhost Config. Oder auch hier… # mit SSL <VirtualHost *:443> ServerName sub.d...
Little dirty helper to prevent forced password change after x day. don’t let the admin know.😉 Import-Module ActiveDirectory Clear-Host # txt file with usernames $TXTFile = "C:\Users\user\Desktop\t...
The reasonable solution would be to add the -dsaparam option. openssl dhparam -dsaparam -out /etc/ssl/private/dhparam.pem 4096 For comparison. time openssl dhparam -dsaparam -out dhparam.pem 40...
SOCKSPort 0 RunAsDaemon 1 ORPort 9001 ORPort [IPv6 xx:xx:Xx]:9001 Address 255.255.255.255 Nickname [nickname] ContactInfo foo[at]bar[dot]blub DirPort 9091 # what port to advertise for directory con...
Optimierung des Festplattenspeichers mit Journalctl Für Linux-Nutzer ergeben sich gelegentlich Engpässe im Speicherplatz ihres Systems. Ein Bereich, der oft übersehen wird und erheblichen Speicher...
.zshrc öffnen und Text einfügen. nano ~/.zshrc # Keypad # 0 . Enter bindkey -s "^[Op" "0" bindkey -s "^[On" "." bindkey -s "^[OM" "^M" # 1 2 3 bindkey -s "^[Oq" "1" bindkey -s "^[Or" "2" bindkey...