Reset SSSD ID Cache when connected to AD
If you are using SSSD to connect your linux box to AD then you might need to reset the cache that is used with mapping ids (uid and guid) to…
If you are using SSSD to connect your linux box to AD then you might need to reset the cache that is used with mapping ids (uid and guid) to…
Here is a quick script for setting up a new computer using Chocolatey @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst…
If you are looking for a script to help register your linux box with a windows DNS sever than you have come to the right place. Note: For this to…