You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/Timer Functions/Start-CIPPStatsTimer.ps1
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ function Start-CIPPStatsTimer {
6
6
[CmdletBinding(SupportsShouldProcess=$true)]
7
7
param()
8
8
#These stats are sent to a central server to help us understand how many tenants are using the product, and how many are using the latest version, this information allows the CIPP team to make decisions about what features to support, and what features to deprecate.
9
-
#We will never ship any data that is related to your instance, all we care about is the number of tenants, and the version of the API you are running, and if you completed setup.
9
+
10
10
11
11
if ($PSCmdlet.ShouldProcess('Start-CIPPStatsTimer','Starting CIPP Stats Timer')) {
12
12
if ($env:ApplicationID-ne'LongApplicationID') {
@@ -25,13 +25,19 @@ function Start-CIPPStatsTimer {
0 commit comments