Mike Kanakos RTPSUG: We're Back!! (...in person meetings) March 14, 2022 0 Comments Community, PowerShell, Functions Join us March 16th for a demo on functions!
Mike Kanakos Learn to adjust the AdminCount attribute in protected accounts March 03, 2022 0 Comments Active-Directory, AdminCount, PowerShell, Get-ADUser, Get-ADGroup Learn what the AdminCount value in Active Directory is for, what use it serves and how to set it correctly.
Mike Kanakos Find Inactive User Accounts In Your Domain March 01, 2022 0 Comments Active-Directory, PowerShell, Get-ADUser, Search-ADAccount, Get-ADObject, Move-ADObject Find and disable inactive user accounts in Active Directory using PowerShell in this easy to follow tutorial with code examples.
Mike Kanakos Learn the fundamentals of Azure AD Conditional Access policies February 22, 2022 0 Comments Azure, AzureAD, Conditional Access Policies Learn how AzureAD Conditional Access policies can control multi-factor authentication SSO attempts to the Azure cloud.
Mike Kanakos Use PowerShell to find Windows services configured to run as another user February 14, 2022 0 Comments Get-CIMInstance, Get-Service, Get-Member, Invoke-Command, ForEach-Object, Enter-PSSession, Get-WMIObject Learn how to use Invoke-Command and Get-CIMInstance to find all services running as another user.
Mike Kanakos How to perform Azure AD bulk operations with PowerShell February 07, 2022 0 Comments Azure, PowerShell When you need to make changes in bulk, PowerShell is the optimal choice when you need to make large-scale changes.