Make from a PowerShell script an Exe file
I use this program to make scripts and easy added to Landesk. And it works for Windows 10. Start iexpress Click on Next Click on Next Enter a Title of…
I use this program to make scripts and easy added to Landesk. And it works for Windows 10. Start iexpress Click on Next Click on Next Enter a Title of…
Source: deploymentbunny.com Changed the script for my enviroment Function Import-SMSTSENV{ try { $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment Write-Output "$ScriptName - tsenv is $tsenv " $MDTIntegration = "YES" #$tsenv.GetVariables() | %…
https://foxdeploy.com/
Open Task Scheduler Right Click Create New Task Go to Tab Actions and click on New Now enter powershell.exe under Program/scripts Add argument > point this to the powershell script,…
https://blogs.technet.microsoft.com/exchange/2016/10/06/tip-a-few-useful-powershell-scripts-for-exchange-and-office-365-admins/
At the company where I work we don’t have full domain rights. There is no SCCM Server. There is an other software deploy program that we only have rights to…