Server-Help
Server-Help copied to clipboard
:computer: This VSTO Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager an Excel table. This is used for quickly determining which servers are off...
## Update Ribbon_Button.RefreshServerList() >add `Call` to the procedure reference ```vbnet Call Ribbon.ClearSheetContents(ws) ```
https://msdn.microsoft.com/en-us/library/aa394350(v=vs.85).aspx ``` string Address; uint32 BufferSize = 32; boolean NoFragmentation = FALSE; uint32 PrimaryAddressResolutionStatus; string ProtocolAddress = ""; string ProtocolAddressResolved = ""; uint32 RecordRoute = 0; boolean ReplyInconsistency; uint32 ReplySize;...