İçeriğe geç

Ay: Aralık 2019

AD Rejoin

$computer = Get-WmiObject Win32_ComputerSystem $computer.UnjoinDomainOrWorkGroup(“AdminPW”, “AdminAccount”, 0) $computer.JoinDomainOrWorkGroup(“Domain”, “AdminPW”, “AdminAccount”, $null, 3) Restart-Computer -Force

Proxmox Update

nano /etc/apt/apt.conf.d/75pveconf Change lines..! Acquire::https::enterprise.proxmox.com::CaInfo “/etc/apt/pve-repo-ca-certificates.crt”;Acquire::https::enterprise.proxmox.com::Verify-Peer “false”; /etc/apt/sources.list.d/pve-enterprise.list Need to change the line: “deb https://enterprise.proxmox.com/debian jessie pve-enterprise”to”deb http://download.proxmox.com/debian jessie pve-no-subscription”