How to configuration SMB3 and encryption
We have not enforced SMB3 and encryption, but have now started a SOX review and need data copied between servers to be encrypted. Below is...
troubleshooting Azure AD co-manage join
We've moved our configman setup to enable co-manage with Inune. For most of our computers this has gone just fine. But we have a subset...
Enhanced powershell history command
Copy PowerShell History Command https://jdhitsolutions.com/blog/powershell/8777/copy-powershell-history-command/ Here's a quick powershell function to let you see and select a command from your history. I love little gems...
intune powershell and bios
Today I had to update the bios on an older Dell, this got me thinking about how to report and update bios now they we...
Quick PowerShell for the win
I'm always grabbing useful PowerShell commands or small scripts that I find useful. Here a couple from this week. I needed to deploy a shortcut...
Powershell reports for users with MFA setup in o365
Just a quick post about how to findout which users have setup MFA. Get-MsolUser -all | select DisplayName,UserPrincipalName,@{N="MFA Status"; E={ if( $_.StrongAuthenticationMethods.IsDefault -eq $true) {($_.StrongAuthenticationMethods...
Use PowerShell to report on Intune devices
I need to start creating reports for auditors about our intune devices. Including patching and defender ATP levels. I also want to collect Azure AD...
Intune application deployment for running applications
We've been using packaged win32 apps to deploy with intunewinapputil for a few months. But we've ran into issues with applications with the zoom VDI...
Disable Self-service purchase capabilities for Microsoft Power Platform
Microsoft has released the self-service purchase capabilities for Power Platform.PowerAppsPower Automate (previously flow)Power BI.Many of the tenants do not want this ability to be provided...
BounShell – One tool to login to them all!
BounShell - One tool to login to them all! (Office365) I'm always looking for better ways to connect to o365 with powershell. This tool allows...