這個應該是用不到啦,畢竟就已經跟網域脫離關係,應該是用 Cache Credential 來登入作業系統
所以應該不會遇到 Computer Account Password 說過期,失去網路信任關係的問題
但如果有需要的話,VPN 先連上,然後下 PowerShell 指令
Test-ComputerSecureChannel -server DC.Contoso.com -credential Contoso\Adminstrator -repair
這個應該是用不到啦,畢竟就已經跟網域脫離關係,應該是用 Cache Credential 來登入作業系統
所以應該不會遇到 Computer Account Password 說過期,失去網路信任關係的問題
但如果有需要的話,VPN 先連上,然後下 PowerShell 指令
Test-ComputerSecureChannel -server DC.Contoso.com -credential Contoso\Adminstrator -repair
User 在家工作一段時間
遇到密碼過期或因為需要取得帳號 Member Of 屬性
而需要在已經連接網域網路的情況下重新登入作業系統
先以 Local Account 登入作業系統
再以 Windows 內建的 VPN,或 SoftEther VPN 也可以,連接好之後
敲 Command: tsdiscon 切換帳號 (Switch User)
這時 VPN 連線會持續存在,但可以換 AD Domain User Account 登入了
此時就能變更密碼、取得最新的 Momber Of 資訊及 GPO 等