HOTSPOT
A printer named Printer1 is configured as shown in the exhibit. (Click the Exhibit button.)
To answer, complete each statement according to the information presented in the exhibit. Each
correct selection is worth one point.

Explanation:
* The printer is paused.
* Jobs can always be permitted (even if the printer is paused, or printer not started).
Note:
StartTime
Date and time that a printer can start to print a job — if the printer is limited to print at specific
times. This value is expressed as the time elapsed since 12:00 AM GMT (Greenwich Mean Time).
This is sort of a trick question. As it stands, when the PowerShell script was executed, the printer is in
“Paused” status, so any submitted job will go to the queue and remain there until the status is
“Available”. As for the ability to submit a job, a user can SUBMIT the job at any time. If it is outside of
the printer’s availability range, it will simply remain in the queue until the printer’s start time is
reached.
the example shows an time that does not match the answers exactly
part1: jobs will remain in the queue because the printer is paused
Part2: the starttime shows 1000 which is equal to 8:40am and the untiltime shows 5:00pm (there is no exact answer). The closest value is between 10:00 and 17:00 because it is true even though it is really available from 8:40am to 5:00pm
I am guessing they are allowing for the 20 minutes to come into the office go get coffee and take a leak before you print.
0
0
It`s a trick question.
The trick, though, comes from the fact that a user can submit a job at ANY time to the printer, regardless of the availability of the printer. The job will just hold in queue until StartTime is reached – at which time, it will print.
As mentioned, the printer is paused. Nothing prints, although users can send jobs at any time.
0
0
Hello all,
if we look at ports, there is 2nd LPT port configured “LPT2”. Is that a case of printer pooling ?
I dont not see any attribute that tell if the printer pooling is activated or not but the second port is maybe tricky ^^
Any idea please ?
0
0
Trick question is that nothing prints because printer is paused. To understand how the times work see this forum post:
http://superuser.com/questions/767079/how-to-calculate-the-starttime-untiltime-parameter-using-get-printer-in-powers
0
0
Horacio Lee :)) you are making relcamme?
0
0
i tested this on a server
“PS C:\Users\Administrator> Get-Printer TestPrinter | fl
Name : TestPrinter
ComputerName :
Type : Local
ShareName : TestPrinter
PortName : 192.168.10.128
DriverName : Brother MobilePrinter TypeA2 Class Driver
Location :
Comment :
SeparatorPageFile :
PrintProcessor : winprint
Datatype : RAW
Shared : True
Published : False
PermissionSDDL :
RenderingMode :
KeepPrintedJobs : False
Priority : 1
DefaultJobPriority : 0
StartTime : 1000
UntilTime : 60
PrinterStatus : Paused
JobCount : 1
DisableBranchOfficeLogging :
BranchOfficeOfflineLogSizeMB :”
i am UTC+2 and for me the printer is availble from 6.40PM to 3AM
BUT the printer is not Published in AD: “Published : False”
Mable that’s whiy they can’t print becouse they have to find and install by themselvs..??
anny ideea?
0
0