Answered by:
Why is my question being flagged as spam...?

Question
-
My question is being flagged as spam, yet is perfectly valid. Why?
Here is the exact text :
Hi, let's say I do this powershell command (actual site information censored) :
Get-WmiObject -ComputerName -------- -Namespace "ROOT\SMS\site_---" -Query "SELECT * FROM SMS_DeploymentSummary WHERE DeploymentID='---219A4'"
It works and I get this output:__GENUS : 2
__CLASS : SMS_DeploymentSummary
__SUPERCLASS : SMS_BaseClass
__DYNASTY : SMS_BaseClass
__RELPATH : SMS_DeploymentSummary.DeploymentID="---219A4"
__PROPERTY_COUNT : 28
__DERIVATION : {SMS_BaseClass}
__SERVER : SSIGCIMPR001
__NAMESPACE : ROOT\SMS\site_---
__PATH : "
ApplicationName : -------
AssignmentID : 0
CI_ID :
CollectionID : ---00FCC
CollectionName : -----------
CreationTime :
DeploymentID : ---219A4
DeploymentIntent : 1
DeploymentTime : 20171120200000.000000+***
DesiredConfigType : 1
EnforcementDeadline :
FeatureType : 7
ModelName :
ModificationTime : 20171117124717.000000+***
NumberErrors : 0
NumberInProgress : 34
NumberOther : 0
NumberSuccess : 0
NumberTargeted : 77
NumberUnknown : 43
ObjectTypeID : 201
PackageID : ---00510
PolicyModelID : 0
ProgramName : *
SecuredObjectId : ---219A4
SoftwareName : -------------------
SummarizationTime : 20171120190021.400000+***
SummaryType : 2
PSComputerName : ----------
My question is, where is the ASSIGNMENT SCHEDULE time and E-PIRING TIME? Why isn't it listed?There is : DeploymentTime : 20171120200000.000000+*** (which is equivalent to "Schedule when this deployment will become available" in the SCCM GUI)
ModificationTime : 20171117124717.000000+***
and
SummarizationTime : 20171120190021.400000+***
but no "Assignment time" or "Required time" and "E-piring"
I have tried to add :
| Format-List -Property * at the end of a command, I get a lot of other properties but still only "DeploymentTime, ModificationTime, SummarizationTime", no required time to be found. Yet it's there in SCCM GUI?
Is there any way to get this time via powershell? I'm finding it really strange it's not listed here.
Answers
-
This happens for new users that have not yet been verified. You can expedite verification by replying to this thread with your request.
Sticky located at top of Forums Issues (not product support) forum
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Tuesday, November 21, 2017 6:59 PM
- Marked as answer by Richard MuellerMVP Tuesday, November 28, 2017 9:13 AM
All replies
-
This happens for new users that have not yet been verified. You can expedite verification by replying to this thread with your request.
Sticky located at top of Forums Issues (not product support) forum
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Tuesday, November 21, 2017 6:59 PM
- Marked as answer by Richard MuellerMVP Tuesday, November 28, 2017 9:13 AM
-
-
No, your original post should be fine. I just checked and it isn't marked as spam.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Tuesday, November 21, 2017 7:04 PM