NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Newsgroup Output Object (Get-NNTP Cmdlet)

Represents a newsgroup in the listing.

Syntax

Object Newsgroup {
   string Group;
   bool CanPost;
   long FirstArticle;
   long LastArticle;
}

Remarks

The FirstArticle and LastArticle properties can be used to construct a log with the range of articles for all newsgroups on the server.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]