Archive - Teams Room User Create
To create a Teams Room user we have two possible way: Microsoft script Source https://docs.microsoft.com/en-us/microsoftteams/rooms/rooms-configure-accounts At the buttom of the page SkypeRoomP...
To create a Teams Room user we have two possible way: Microsoft script Source https://docs.microsoft.com/en-us/microsoftteams/rooms/rooms-configure-accounts At the buttom of the page SkypeRoomP...
Just run as Administrator a Powershell script Write-Host "Stop Teams" -ForegroundColor Yellow try{ Get-Process -ProcessName Teams | Stop-Process -Force Start-Sleep -Seconds 5 Write-Host "Teams Sto...
Install Samba … Edit smb.conf nano /etc/samba/smb.conf [Volume] path = /var/lib/docker/volumes valid users = shareuser force user = root browseable = yes writeable = yes smbpasswd -a share...
Stop services net stop cryptSvc net stop bits net stop msiserver net stop wuauserv Move folder ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catr...
Check DC open porst from client $dcs = "servername", "servername2", "servername3" $ports = "464", "389", "636", "3268", "3269", "53", "88", "49152", "135", "139", "445" ForEach ($dc in $dcs) { ...
Reset local Group Policy Just run it as Administrator CMD RD /S /Q "%WinDir%\System32\GroupPolicyUsers" && RD /S /Q "%WinDir%\System32\GroupPolicy"
Check current status cat /proc/mdstat Remove curent raid sudo umount /dev/md0 sudo mdadm --stop /dev/md0 sudo mdadm --remove /dev/md0 Show existed linux raid lsblk -o NAME,SIZE,FSTYPE,TYPE,M...