PowerShell:檢查用戶上次設置 Active Directory 密碼的時間

如果用戶無法訪問通過 Microsoft Active Directory 進行身份驗證的應用程序,檢查用戶上次設置密碼的時間會很有幫助,因為該應用程序可能正在使用緩存憑據。下面介紹如何使用 PowerShell 獲取 passwordlastset 值。

選擇“開始”按鈕,然後輸入“ powershell ”。

右鍵單擊“ Windows PowerShell ”,然後選擇“以管理員身份運行”。

為有權訪問 Active Directory 的用戶提供憑據。

現在您可以使用以下內容來查找用戶上次設置密碼的時間。

將“ theusername ”替換為您要查詢的用戶的實際用戶名:

get-aduser -identity theusername -properties passwordlastset | ft 名稱、密碼lastset

您還可以使用以下命令獲取某個 OU 中的所有用戶:

get-aduser -Filter * -properties passwordlastset -SearchBase "OU=Staff,OU=Users,DC=domain,DC=com" | ft 名稱、密碼lastset

或者只是獲取啟用的帳戶:

get-aduser -Filter 'enabled -eq $true' -properties passwordlastset -SearchBase "OU=Staff,OU=Users,DC=domain,DC=com" | ft 名稱、密碼lastset、啟用

將其導出為 CSV 文件:

get-aduser -Filter 'enabled -eq $true' -properties passwordlastset -SearchBase "OU=Staff,OU=Users,DC=domain,DC=com" | 選擇名稱、密碼lastset、啟用| 導出-csv -path c:\Temp\PassLastSet.csv



Leave a Comment

修正 Windows 11 中 Roblox 錯誤代碼 901 的 8 種主要方法

修正 Windows 11 中 Roblox 錯誤代碼 901 的 8 種主要方法

在 Windows 11 中遇到 Roblox 錯誤代碼 901?嘗試這八種方法讓 Roblox 重新工作。

Windows Hello Something Gont Wrong 錯誤的 6 大修復

Windows Hello Something Gont Wrong 錯誤的 6 大修復

由於 Windows 10 或 11 電腦上出現「出現問題」錯誤,無法設定或使用 Windows Hello?這是修復方法。

如何在 Windows 上建立使用特定瀏覽器開啟的捷徑

如何在 Windows 上建立使用特定瀏覽器開啟的捷徑

以下是如何在 Windows 上建立使用特定瀏覽器開啟的快捷方式,以加快工作流程並提高工作效率。

如何修復 Valorant 語音聊天或麥克風在 Windows 上無法運作的問題

如何修復 Valorant 語音聊天或麥克風在 Windows 上無法運作的問題

《Valorant》中麥克風不起作用嗎?如果是,請查看五種快速方法來修復 Valorant 語音聊天或麥克風在 Windows 11 上無法工作的問題。

修復 Steam 家庭共享在 Windows 11 上不起作用的 10 種方法

修復 Steam 家庭共享在 Windows 11 上不起作用的 10 種方法

了解最簡單的故障排除方法來修復 Steam 家庭共享無法在您的裝置上運行的問題,並享受無縫的遊戲共享。

修正 Windows 11 中錯誤代碼 0xc000000f 的 10 種方法

修正 Windows 11 中錯誤代碼 0xc000000f 的 10 種方法

透過我們的專家指南,了解如何修復 Windows 11 中的錯誤代碼 0xc000000f 並告別系統錯誤。

當 Windows 11 電源計劃不斷變化時,Bext 6 進行了修復

當 Windows 11 電源計劃不斷變化時,Bext 6 進行了修復

您有隨機更改的電源計劃嗎?您可以刪除所有電源計劃或恢復預設值來解決此問題。

修正 Windows 11/10 中 Adob​​e Acrobat Reader DC 無法開啟問題的 5 種方法

修正 Windows 11/10 中 Adob​​e Acrobat Reader DC 無法開啟問題的 5 種方法

Adobe Acrobat Reader DC 無法在您的 Windows PC 上開啟嗎?那麼這裡是如何解決這個問題。

修正 Outlook 簽章在 Windows 上不顯示的 5 種方法

修正 Outlook 簽章在 Windows 上不顯示的 5 種方法

Outlook 應用程式不會在 Windows 上顯示您的電子郵件簽章?您可以採取以下措施來解決根本問題。

iTunes 無法在 Windows 11 上同步音樂的 7 個最佳修復

iTunes 無法在 Windows 11 上同步音樂的 7 個最佳修復

如果 iTunes 應用程式未將音樂同步到您的 Windows 11 電腦,請使用以下一些故障排除方法來解決該問題。