Skip to content

Commit

Permalink
Merge pull request #4359 from mestew/pr-2766
Browse files Browse the repository at this point in the history
  • Loading branch information
PRMerger19 authored Sep 4, 2019
2 parents 1439cab + c61b2d5 commit 7926767
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sccm/core/servers/manage/cmpivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: CMPivot for real-time data
titleSuffix: Configuration Manager
description: Learn how to use CMPivot in Configuration Manager to query clients in real time.
ms.date: 08/28/2019
ms.date: 09/05/2019
ms.prod: configuration-manager
ms.technology: configmgr-other
ms.topic: conceptual
Expand Down Expand Up @@ -257,6 +257,15 @@ CMPivot includes the following improvements starting in Configuration Manager ve
- If the script or query output is greater than 80 KB, the client sends the data via a state message.
- If the client isn't updated to the 1810 client version, it continues to use state messages.

- You may see the following error when you start CMPivot:
**You can't use CMPivot right now due to an incompatible script version. This issue may be because the hierarchy is in the process of upgrading a site. Wait until the upgrade is complete and then try again.**

- If you see this message, it could mean:
- The security scope isn't set up properly.
- There are issues with Upgrade in the process.
- The underlying CMPivot script is incompatible.


### <a name="bkmk_cmpivot-functions"></a> Scalar functions
CMPivot supports the following scalar functions:
- **ago()**: Subtracts the given timespan from the current UTC clock time
Expand Down

0 comments on commit 7926767

Please sign in to comment.