I hereby claim:
- I am shannonfritz on github.
- I am mrshannon (https://keybase.io/mrshannon) on keybase.
- I have a public key whose fingerprint is E02A F99D 16C3 6000 EE63 AD24 A6B6 D14A 711A 4575
To claim this, I am signing this object:
| blueprint: | |
| name: Inovelli VZM31 2-in-1 switch+dimmer v0.02 | |
| description: Create automations for multi-tap of buttons on the Inovelli Blue Series 2-in-1 switch + dimmer, model VZM31-SN | |
| domain: automation | |
| input: | |
| inovelli_vzm31: | |
| name: Inovelli VZM31 | |
| description: Inovelli VZM31 2-in-1 Switch (action). | |
| selector: | |
| device: |
| $ScriptName = 'Test-Windows365Endpoints' | |
| $ScriptVer = 'v0.06' | |
| # Test network connectivity to Windows 365 Services (including AVD and Intune) | |
| # There are now two ways to use this script: | |
| # 1. Run from the Cloud PC or a VM connected to an Azure VNet where CPCs will be provisioned | |
| # 2. Run from the Client PC or a device connected to the Network where the client device is used | |
| # Run this script directly from this gist using the command below |
| # Quick Assist App Launcher v0.02 | |
| # To easily run Quick Assist from a command prompt, first | |
| # Save this script to 'c:\windows\system32\quickassist.ps1', then | |
| # Copy the next line to 'c:\windows\system32\quickassist.cmd' | |
| # @powershell.exe -executionpolicy remotesigned -command "%windir%\system32\quickassist.ps1" | |
| # from a comand prompt, just type 'quickassist' to run the cmd which will run the ps1 | |
| $whoiam = [system.security.principal.windowsidentity]::getcurrent().name |
| $ScriptName = 'Remediate-QuickAssistCoExists-v0.06' | |
| # When both the 'old' and the 'new' quick assist apps are installed, remove the old one, make launcher scripts | |
| # Log to the ProgramData path for IME. If Diagnostic data is collected, this .log should come along for the ride. | |
| $logpath = "$env:ProgramData\Microsoft\IntuneManagementExtension\Logs" | |
| Start-Transcript -Path "$('{0}\{1}-{2}.log' -f $logpath, $ScriptName, $(Get-Date).ToFileTimeUtc())" | Out-Null | |
| # Delete log files that are more than 35 days old | |
| Get-ChildItem -Path "$logpath\$ScriptName*.log" -File | Where-Object {$PSItem.CreationTime -lt (Get-Date).AddDays(-35)} | Remove-Item -Force | Out-Null | |
| # Get-ChildItem -Path "$logpath\$ScriptName*.log" -File | Select-Object Name,CreationTime,@{n='AgeInDays';e={(New-TimeSpan -Start $PSItem.CreationTime).Days}} |
| $ScriptName = 'Detect-QuickAssistCoExists-v0.05' | |
| # Derermine if both the 'old' and the 'new' quick assist apps are installed | |
| # Log to the ProgramData path for IME. If Diagnostic data is collected, this .log should come along for the ride. | |
| $logpath = "$env:ProgramData\Microsoft\IntuneManagementExtension\Logs" | |
| Start-Transcript -Path "$('{0}\{1}-{2}.log' -f $logpath, $ScriptName, $(Get-Date).ToFileTimeUtc())" | Out-Null | |
| # Delete log files that are more than 35 days old | |
| Get-ChildItem -Path "$logpath\$ScriptName*.log" -File | Where-Object {$PSItem.CreationTime -lt (Get-Date).AddDays(-35)} | Remove-Item -Force | Out-Null | |
| # Get-ChildItem -Path "$logpath\$ScriptName*.log" -File | Select-Object Name,CreationTime,@{n='AgeInDays';e={(New-TimeSpan -Start $PSItem.CreationTime).Days}} |
| blueprint: | |
| name: ZWP WD-100 Dimmer (Z-Wave JS) v0.02 | |
| description: Create automations for the ZWP WD-100 Dimmer using the Z-Wave JS integration. | |
| domain: automation | |
| input: | |
| wd100: | |
| name: Dimmer Device | |
| description: List of available ZWP WD-100 Dimmers | |
| selector: | |
| device: |
| blueprint: | |
| name: GE/Jasco 46201 / ZW4008 Switch (Z-Wave JS) v0.02 | |
| description: Create automations for the GE/Jasco Switches using the Z-Wave JS integration. | |
| domain: automation | |
| input: | |
| ge_jasco: | |
| name: Switch Device | |
| description: List of available GE/Jasco 46201 / ZW4008 switches | |
| selector: | |
| device: |
| blueprint: | |
| name: GE/Jasco 14291 / ZW4005 Switch (Z-Wave JS) v0.01 | |
| description: Create automations for the GE/Jasco Switches using the Z-Wave JS integration. | |
| domain: automation | |
| input: | |
| ge_jasco: | |
| name: Switch Device | |
| description: 'List of available GE/Jasco 14291 / ZW4005 switches | |
| NOTE: This device does not have Z-Wave event for Single Tap up or down' |
| blueprint: | |
| name: HomeSeer HS-WX300 (Z-Wave JS) v0.05 | |
| description: Create automations for the HomeSeer HS-WX300 Dimmer using the Z-Wave JS integration. | |
| domain: automation | |
| input: | |
| homeseer_wx300: | |
| name: HomeSeer HS-WX300 | |
| description: List of available HomeSeer HS-WX300 dimmers. | |
| selector: | |
| device: |
I hereby claim:
To claim this, I am signing this object: