Resolution: Install the latest Windows Kit and do the following Copy the files under C:\Windows\System32\spp\tokens\pkeyconfig from WS2019 machine Past them on this Path C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT3\pkconfig How to create GPO to push Product key update from KMS Read More …
Author: Aboobakar Sanjar
Training: AZ-900-T00: Azure Fundamentals
AZ-900-T00: Azure Fundamentals Trainer: Aboobakar Sanjar Duration: 2 days Contact: [email protected] www.sanjars.com Module 1: Cloud concepts Cloud Models Public, Private, and Hybrid cloud Choosing the best for you Cloud Benefits and Considerations Benefits of the cloud Cloud considerations Cloud Services Read More …
MS-100-T00: Microsoft 365 Identity and Services (Training)
Trainer: Aboobakar Sanjar Duration: 3 days Contact: [email protected] Course agenda Module 1: Design your Microsoft 365 tenant Plan your tenant in Microsoft 365 Plan your on-premises infrastructure for Microsoft 365 Plan your identity and authentication solution for Microsoft 365 Plan your Read More …
Access Active Directory Users & Computers (ADUC) Snap-in from different domain (no trust)
Just a quick steps to access ADUC MMC from Domain A to Domain B where as no explicit and cross forest trust has been setup. Prerequisites: At least an Domain user account from Domain B Network ports LDAP 389 should Read More …
ADFS 3.0 Security Audit Log Event ID’s
ADFS 3.0 Security Audit Log Event ID’s Event ID 324: The Federation Service could not authorize token issuance for caller ‘defined’ to relying party ‘defined’. Event ID 411 Token validation failed. See inner exception for more details. Event ID 413: Read More …
Office 365 Hybrid Exchange On-premises Validation Check Part 2
Hi Folks, this is just a continuation to Part 1, where we had shared a small script to verify the Office 365 Hybrid Configuration health from on Premise Exchange Server. In this article we will go through the script to Read More …
Office 365 Hybrid Exchange On-premises Validation Check Part 1
Hi Guys, just wanted to share some basic script to validate the existing Office 365 Hybrid configuration status check from on-premises Exchange Servers and Office 365 Cloud. I have divided the health check into two parts where Part 1 will Read More …
Enable Security Auditing on ADFS 3.0 Using Windows Group Policy
Windows Vista and later versions of Windows allow audit policy to be managed in a more precise way using audit policy subcategories. Setting audit policy at the category level will override the new subcategory audit policy feature. Group Policy only Read More …
Windows Server ADFS Design and Authentication Process
AD FS is a standards-based service that allows the secure sharing of identity information between trusted business partners (known as a federation) across an extranet. When a user needs to access a Web application from one of its federation partners, Read More …
Get Hyper V Virtual Machines Memory Configuration Powershell
Microsoft Windows Power shell to list down the Hyper V Virtual Machines Memory configuration for Hyper V Cluster, you can also use it for non cluster environment with simple modification. #Start-Process powershell -Verb runAs Administrator if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] “Administrator”)) { Start-Process Read More …