Server-Help icon indicating copy to clipboard operation
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...

Results 3 Server-Help issues
Sort by recently updated
recently updated
newest added

## Update Ribbon_Button.RefreshServerList() >add `Call` to the procedure reference ```vbnet Call Ribbon.ClearSheetContents(ws) ```

- [ ] convert button procedures

enhancement

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;...

enhancement