Windows Facts

See also: Windows Operations.

windows.Aliases

host.get_fact(Aliases)

Returns the Windows aliases.

windows.Bios

host.get_fact(Bios)

Returns the BIOS info.

windows.ComputerInfo

host.get_fact(ComputerInfo)

Returns the Windows info.

windows.Date

host.get_fact(Date)

Returns the current datetime on the server.

windows.Home

host.get_fact(Home)

Returns the home directory of the current user.

windows.Hostname

host.get_fact(Hostname)

Returns the current hostname of the server.

windows.Hotfixes

host.get_fact(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

host.get_fact(Os)

Returns the OS name according to systeminfo.

windows.OsVersion

host.get_fact(OsVersion)

Returns the OS version according to systeminfo.

windows.Processes

host.get_fact(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

host.get_fact(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.