Direct Inward Dialing: +1 408 916 9892
The following is a comparison between the procedures for identifying the computers a user is logged on into with Windows PowerShell and ADAudit Plus:
$Computers = Get-ADComputer -Filter {(enabled -eq "true") -and (OperatingSystem -Like "*XP*")} | Select-Object -ExpandProperty Name $output=@() ForEach($PSItem in $Computers) { $User = Get-CimInstance Win32_ComputerSystem -ComputerName $PSItem | Select-Object -ExpandProperty UserName $Obj = New-Object -TypeName PSObject -Property @{ "Computer" = $PSItem "User" = $User } $output+=$Obj } $output
Following are the limitations in obtaining reports of all the computers the users are logged on to using native tools like Windows PowerShell:
ADAudit Plus will automatically scan all DCs in the domain to retrieve information about all the computers that users are logged on to a computer, generate the report and present it in a simple and intuitively designed UI.
Logon-Logoff
Account lockouts
Windows event logs
File server auditing
Active Directory auditing
Azure AD
Server auditing
Computer start-ups and shut-downs