Intune Hybrid enrollment issues.

I understand that some of your Hybrid Azure AD joined devices are not showing up in Intune. Here are some settings and troubleshooting steps to confirm: Hybrid Azure AD devices should be auto enrolled using either Group policies or Autopilot. To ensure that the auto-enrollment feature is working as expected, you need to verify the auto-enrollment … Read more

PowerShell Script to download Mailbox Size with Archive storage.

$Result = @() #Get all user mailboxes $mailboxes = Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails UserMailbox $totalmbx = $mailboxes.Count$i = 0 $mailboxes | ForEach-Object {$i++$mbx = $_ } $Result | Export-CSV “C:\Mailbox-Status-Report_edited.csv” -NoTypeInformation https://icloud360.in/wp-content/uploads/file-manager/Mailbox-Status-Report.ps1

What if there is no active Windows License.

https://learn.microsoft.com/en-us/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq https://learn.microsoft.com/en-us/lifecycle/faq/extended-security-updates https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012-r2?source=recommendations https://learn.microsoft.com/en-us/lifecycle/policies/fixed

Azure VPN client “Operation Canceled by user”

Try the following in the order. Method1: Open CMD as Admin in the affected client. Run,Copy In case the above does not help, Method2, Open elevated command prompt on the client Run, netsh int ip reset Reboot the client. https://learn.microsoft.com/en-us/answers/questions/1298950/azure-vpn-client-operation-canceled-by-user

Registry value for disabling the encryption protocols.

Name Order Action Hive Key Value Name Type Value DataSSL2.0-Client 20 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client Enabled REG_DWORD 00000000SSL2.0-Client 21 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client DisabledByDefault REG_DWORD 00000001SSL2.0-Server 18 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server Enabled REG_DWORD 00000000SSL2.0-Server 19 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server DisabledByDefault REG_DWORD 00000001SSL3.0-Client 22 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client Enabled REG_DWORD 00000000SSL3.0-Client 23 Update HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client … Read more

PowerShell Script to extract OWA status in Exchange Online.

First connect to Exchange online. Set-ExecutionPolicy RemoteSignedInstall-Module -Name ExchangeOnlineManagementImport-Module ExchangeOnlineManagementConnect-ExchangeOnline -Credential $UserCredential -ShowProgress $true Excute the below command all at once. # Get OWA enabled and disabled mailboxes$OWAEnabledMailboxes = Get-CASMailbox -Filter {OWAEnabled -eq $true} -ResultSize Unlimited$OWADisabledMailboxes = Get-CASMailbox -Filter {OWAEnabled -eq $false} -ResultSize Unlimited # Create a custom object for each mailbox$OWAEnabledMailboxInfo = $OWAEnabledMailboxes | … Read more

Licensing for DLP in Microsoft Teams

Data loss prevention capabilities include Microsoft Teams chat and channel messages, including private channel messages for: Office 365 and Microsoft 365 E3 include DLP protection for SharePoint, OneDrive, and Exchange. This also includes files that are shared through Teams because Teams uses SharePoint and OneDrive to share files. Support for DLP protection in Teams Chat requires an E5 … Read more

Azure App Service Alert metrics

Metric Description Response Time The time taken for the app to serve requests, in seconds. Average Response Time (deprecated) The average time taken for the app to serve requests, in seconds. Average memory working set The average amount of memory used by the app, in megabytes (MiB). Connections The number of bound sockets existing in … Read more

Source Network Address Translation (SNAT) for outbound connections for

https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections Use Source Network Address Translation (SNAT) for outbound connections Feedback In this article Show 5 more Certain scenarios require virtual machines or compute instances to have outbound connectivity to the internet. The frontend IPs of a public load balancer can be used to provide outbound connectivity to the internet for backend instances. This configuration … Read more

AKS Cluster Outbound IP

https://learn.microsoft.com/en-us/azure/aks/load-balancer-standard Use a public standard load balancer in Azure Kubernetes Service (AKS) Feedback In this article Show 6 more The Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model that supports both inbound and outbound scenarios. It distributes inbound flows that arrive at the load balancer’s front end to the back end … Read more

Creating a custom Rule in Windows Firewall and via GPO

Now let’s look at how to create Microsoft Defender firewall rules via Group Policy. To configure your rules, go to Computer Configuration -> Windows Settings -> Security Settings -> Windows Firewall with Advanced Security. The following sections are available in Firewall GPO: Let’s try to create an allowing inbound firewall rule. For example, we want to … Read more

Error 53 CCM Installation

Before proceeding with the troubleshooting of the issue, kindly end any running ccmsetup.exe process on the client machine using the task manager. Recommended antivirus exclusions for Configuration Manager – Configuration Manager Windows client prerequisites – Configuration Manager

Migrate from a Run As account to Managed Identities

https://learn.microsoft.com/en-us/azure/site-recovery/how-to-migrate-run-as-accounts-managed-identity Prerequisites Before you migrate from a Run As account to a managed identity, ensure that you have the appropriate roles to create a system-assigned identity for your automation account and to assign it the Contributor role in the corresponding recovery services vault. Benefits of managed identities Here are some of the benefits of using … Read more

CMTrace Download

CMTrace is one of the Configuration Manager tools. It allows you to view and monitor log files, including the following types: The tool helps to analyze log files by highlighting, filtering, and error lookup. Click on below link to downlaod CMTrace https://icloud360.in/wp-content/uploads/file-manager/cmtrace.rar Default Locations of CMTrace Configuration Manager automatically installs CMTrace in the following locations:

Run As Account for Azure ASR

https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/site-recovery/azure-to-azure-autoupdate.md Automatic update of the Mobility service in Azure-to-Azure replication Azure Site Recovery uses a monthly release cadence to fix any issues and enhance existing features or add new ones. To remain current with the service, you must plan for patch deployment each month. To avoid the overhead associated with each upgrade, you can allow … Read more

Ways to connect Windows Internal DB through SSMS

Connect to Windows Internal Database We can connect to the WID using the Named Piped connection. To read more about named pipe connections. Open SQL Server Management Studio 🡪 On Connect to Server screen, specify the following named pipe connection string in the Server name textbox and click on Connect. np:\\.\pipe\MICROSOFT##WID\tsql\query Below is the screenshot of … Read more

Methods to enable TLS 1.2 and 1.3

Method 1 : Enable TLS 1.2 and TLS 1.3 manually using Registry Let’s begin learning how to enable TLS 1.2 and TLS 1.3 manually using Windows Registry. Time needed: 10 minutes Method 1 : Enable TLS 1.2 and TLS 1.3 manually using Registry Method 2 : Enable TLS 1.2 and TLS 1.3 on Windows Server using Powershell Commends Follow this … Read more