scloud
scloud copied to clipboard
Code Snippets mentioned at my Blog: scloud.work
Removing Teams Machine-wide Installer Processing user: ***** Teams installation not found for user ***** Processing user: ***** Teams installation not found for user ***** Processing user: ***** Uninstall Teams for...
added --accept-source-agreements to detection script to allow detection initial run of winget to accept / skip past source agreements.
Another minor typo, the file name is pro**ca**tive-remediation-creation.ps1 it should be: pro**ac**tive-remediation-creation.ps1
(Thanks for sharing your hardwork!) for the script: procative-remediation-creation.ps1 testing on a new Windows 11 23H2 machine, I found that the following code the $winget variable is returning empty. `$Winget...
minor typo
Hey, I changed the webhook URL of Teams in the script. However, Intune still uses the "default" file. The URL is not stored there. Can I change that?
Hello. It is not a real issue , it is a question. How can I set BIOS password in the update script, if every computer has the same BIOS passord...
Hello Florian, Thank you for your job, it is fantastic! Everything works fine, the only problem I have is when I try to remove fonts through Intune - it removes...
We ran into an issue trying to deploy the Dell Command Update application, if different Dell Update utilities are installed it will fail the install. Currently the install script checks...
Hi. I think you could replace ``` $winget_exe = Resolve-Path "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__8wekyb3d8bbwe\winget.exe" if ($winget_exe.count -gt 1){ $winget_exe = $winget_exe[-1].Path } ``` with a one-liner, if I understand your intent correctly....