PSRemotingCmdlet.ResolveComputerName(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves a computer name. If its null or empty its assumed to be localhost.
C++
protected:
System::String ^ ResolveComputerName(System::String ^ computerName);
protected:
Platform::String ^ ResolveComputerName(Platform::String ^ computerName);
std::wstring ResolveComputerName(std::wstring const & computerName);
protected string ResolveComputerName (string computerName);
member this.ResolveComputerName : string -> string
Protected Function ResolveComputerName (computerName As String) As String
- computerName
- String
Computer name to resolve.
Resolved computer name.
Produto | Versións |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |