Operations at OperatingSystemManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| Void ConfigureNetworkAdapters(NetworkAdapterSettingsCollection adapterSettings) | Configures network adapters |
| Void ConfigureNicTeaming(NicTeamingConfiguration nicTeamingConfiguration) | Configures NIC teaming |
| Void EnableAllNetworkAdapters() | Enables all network adapters. |
| StringCollection GetAllPhysicalAddresses() | Gets physical addresses of all NICs |
| StringCollection GetAllVirtualAddresses() | Gets MAC addresses of all virtual NICs |
| String GetHostName() | Get new host name (NetBIOS name) |
| NetworkAdapterSettingsCollection GetPhysicalNetworkAdaptersSettings() | Gets physical NICs settings |
| NetworkAdapterSettingsCollection GetVirtualNetworkAdaptersSettings() | Gets virtual NICs settings |
| WindowsEditionType GetWindowsEditionType() | Gets windows edition type |
| Boolean IsMachineJoinedDomain() | Checks of the machine is joined to any domain |
| Void JoinDomain(String domainName, BaseCredentials credentials) | Join the domain |
| Void LogOff() | Logs off currently logged in user |
| Void Reboot() | Reboots the system |
| Void RemoveNicTeaming() | Removes NIC teaming |
| Void SetHostName(String hostName) | Set new host name (NetBIOS name) |
| Void SetInternetExplorerEnhancementState(InternetExplorerEnhancementState state) | Set state of the IE enhancement settings |
| Void SetProxyServer(ProxyServerSettings proxySettings) | Set up proxy server |
| Void SetRemoteAccessState(RemoteAccessState state) | Allows or deny remote access to the host |
| Void SetWindowsFirewallState(WindowsFirewallState state) | Set state of the Windows firewall |
| Void ValidateDomainCredentials(GetDomainInfoRequest request) | Validates if the domain controller is reachable and the provided credentials are valid |
| Void ValidateHostName(String hostName) | Validates host name |
| Void ValidateIpv4NetworkAdapterSettings(NetworkAdapterSettingsCollection adapterSettingsCollection) | Validates ipv4 network adapter's settings |
| Void ValidateIpv6NetworkAdapterSettings(NetworkAdapterSettingsCollection adapterSettingsCollection) | Validates ipv6 network adapter's settings |
| Void ValidateJoinDomainParameters(HostNameDomainNameValidationParameters hostNameDomainNamePair) | Validates join domain parameters |