Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 36188

PowerTip: Get ISCSIConnections on Remote Server

$
0
0

Summary: Use Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to get ISCSI connections from a remote server.

Hey, Scripting Guy! Question How can I get ISCSI connection information from a remote server?

Hey, Scripting Guy! Answer First, create a new CIM session by using the New-CimSession cmdlet and specify the target server and credentials appropriate for that machine. Next, use the Get-ISCSIConnection cmdlet / function to retrieve the information, as shown here.

$hyperv2 = New-CimSession -ComputerName hyperv2 -Credential nwtraders\administrator

Get-IscsiConnection -CimSession $hyperv2

 


Viewing all articles
Browse latest Browse all 36188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>