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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]