Blog

Get list of Devices from Azure AD, with Filte – Adelaide, South Australia - Adelaide Cheap TV & Vide
14 Jun, 2022
Hi Everyone, Here is another simple script once again for you, to list devices from Azure AD with a filter on Display Name. I want the list of devices where their names start with EWR or for that matter it can be anything else, depending on your requirement. Please make sure that Azure AD PowerShell module is installed before running this script. I am getting four things in the results. DeviceType, AccountEnabled, Operating System and Display Name. Connect-AzureAD Write-Output "List of Devices f
Analytics – Adelaide, South Australia - Adelaide Cheap TV & Video Repairs
14 Jun, 2022
Hi Everyone, Here is another simple script once again for you, to list devices from Azure AD with a filter on Display Name. I want the list of devices where their names start with EWR or for that matter it can be anything else, depending on your requirement. Please make sure that Azure AD PowerShell module is installed before running this script. I am getting four things in the results. DeviceType, AccountEnabled, Operating System and Display Name. Connect-AzureAD Write-Output "List of Devices f
14 Jun, 2022
Simple powershell script to run on remote computers to update the product Key. This will be handy for administrators who want to convert multiple Windows pro computers to Enterprise version. Open PowerShell in administrator mode and run the following script. If the target computer names are stored in computers.txt under Temp directory of C Drive. $computers = "C:\Temp\computers.txt" $computers | %{ # Edit the following command with the appropriate product key Invoke-Command -ComputerName $_ -ScriptBlock { slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx} }:
14 Jun, 2022
Assuming that you have few usernames in the adusers.txt file under the Temp folder in your C Drive. Following script should get the information you need and put it in a CSV file under the temp folder. Feel free to change the path as per your liking.  Get-Content -Path C:\Temp\adusers.txt | foreach { Get-ADUser -LDAPFilter "(samaccountname=$_)" | Select-Object -Property samaccountname, enabled } | Out-File C:\Temp\aduserstatus.csv
14 Jun, 2022
Yesterday, I was working on a Dell Tablet for one of the users where I found the Touch keyboard button was not working. Whenever someone clicked on the Touch keyboard button (located in the task bar in Windows 10), it would not do anything. I looked for the service named "Touch Keyboard and Handwriting Panel Service" and that was running. Someone suggested to restart the service and I did that. But that didn't fix the issue. Touch keyboard was still not working. Strangely though, it would work in one of the admin accounts on our network. Next thing I checked was the event viewer where I found some errors in Applocker events. Package named "InputApp" was getting blocked by Applocker. We excluded InputApp from Applocker, updated policies on the impacted device and restarted it. Touch keyboard started working just fine after the restart. No more errors in the event viewer too.  #computersDellTablet #Touchkeyboard
Start Fragment – Adelaide, South Australia - Adelaide Cheap TV & Video Repairs
14 Jun, 2022
StartFragment If you must delete one or all the voice data when using Cortana from the Microsoft servers, use these steps: 
Share by: