PSRemotingCmdlet.ResolveComputerNames(String[], String[]) Method
Definition
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.
Resolve all the machine names provided. Basically, if a machine name is '.' assume localhost.
protected:
void ResolveComputerNames(cli::array <System::String ^> ^ computerNames, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % resolvedComputerNames);
void ResolveComputerNames(std::Array <std::wstring const &> const & computerNames, [Runtime::InteropServices::Out] std::Array <std::wstring const &> const & & resolvedComputerNames);
protected void ResolveComputerNames (string[] computerNames, out string[] resolvedComputerNames);
member this.ResolveComputerNames : string[] * String[] -> unit
Protected Sub ResolveComputerNames (computerNames As String(), ByRef resolvedComputerNames As String())
Parameters
- computerNames
- String[]
Array of computer names to resolve.
- resolvedComputerNames
- String[]
Resolved array of machine names.