Time Squeeze
Help

Deploying Time Squeeze with Microsoft Intune

Time Squeeze Support
Share this Article:
Blog Main Image

Before you start

1. First, create your Time Squeeze Powershell Deployment Script.

Time Squeeze Deployment Script
# KEEP THIS SCRIPT CONFIDENTIAL TO PREVENT YOUR LICENSES FROM BEING TAKEN AND YOUR EMAIL FROM BEING EXPOSED.
# Copy and save this as a .ps1 file to upload to Intune.
winget install 9NFJXWBLWGMP --silent --accept-source-agreements --accept-package-agreements --disable-interactivity
Start-Sleep -Seconds 10
timesqueeze.exe --register="YOUR SUPER SECRET ID"
echo "closing in 5 seconds..."
Start-Sleep -Seconds 5

2. Log into the Microsoft Intune admin center. Click “Devices” on the left pane.

Step 2

3. Click “Scripts and remediations”

Step 3

4. Click Platform scripts -> Add -> Windows 10 and later.

Step 4

5. Provide a convenient name and description. Then click “Next”.

Step 5

6. Under “Script Location”, upload the script file you created in step 1.

Step 6

7. Select your desired groups, users, or devices.

Step 7

8. Review your settings and save the script.

For more information, see Use PowerShell scripts on Windows 10/11 devices in Intune

#manual#articles
← Back to Articles