Windows Facts
See also: Windows Operations.
windows.Aliases
Returns the Windows aliases.
windows.Bios
Returns the BIOS info.
windows.ComputerInfo
host.get_fact(ComputerInfo)
Returns the Windows info.
windows.Date
Returns the current datetime on the server.
windows.Home
Returns the home directory of the current user.
windows.Hostname
Returns the current hostname of the server.
windows.Hotfixes
Returns the Windows hotfixes.
windows.InstallerApplications
host.get_fact(InstallerApplications)
Returns the Windows installer applications.
windows.LastReboot
host.get_fact(LastReboot)
Returns the date and time of the last reboot.
windows.LocalDrivesInfo
host.get_fact(LocalDrivesInfo)
Returns the Windows local drives info.
windows.LocalGroups
host.get_fact(LocalGroups)
Returns a list of groups on the system.
windows.LoggedInUserInfo
host.get_fact(LoggedInUserInfo)
Returns the Windows user logged in info.
windows.LogonSessionInfo
host.get_fact(LogonSessionInfo)
Returns the Windows user logon session info.
windows.NetworkConfiguration
host.get_fact(NetworkConfiguration)
Returns the Windows network configuration.
windows.Os
Returns the OS name according to systeminfo
.
windows.OsVersion
Returns the OS version according to systeminfo
.
windows.Processes
Returns the Windows processes.
windows.Processors
host.get_fact(Processors)
Returns the processors info.
windows.Service
host.get_fact(Service, name)
Returns info about a Windows service.
windows.Services
Returns the Windows services.
windows.SystemType
host.get_fact(SystemType)
Returns the system type according to systeminfo
.
windows.Where
host.get_fact(Where, name)
Returns the full path for a command, if available.