How to Create Custom Attributes In Active Directory

Permissions and Requirements Register Schema snap-in Adding Custom Attributes Add the active directory schema snap-ins You will receive Schema Object Creation warning message indicating that creating schema objects is a permanent operation. Click Continue to proceed.  Now you will see the following Create New Attribute window. Enter the Common Name, LDAP Display Name. For example, if you … Read more

Deploy File to Intune Enrolled Devices as Win-32 App

Deploy File to Intune Enrolled Devices Deploy a file to Intune enrolled device’s to “C:\Users\Public\Desktop” through Intune Step 1: Prepare the files: Step 2″ Create an Install, Remove & Detect script & save each scripts A. Install: #Installation Script: Install-file.ps1 $FileName = “FileToDesktop.pdf” $ScriptPath = [System.IO.Path]::GetDirectoryName($MyInvocation.MyCommand.Definition) Copy-Item -Path “$ScriptPath\$FileName” -Destination “$Env:Public\Desktop” B. Remove: # Remove … Read more

SCCM Log Location

Locating log files Configuration Manager and dependent components store log files in various locations. These locations depend on the process that creates the log file and the configuration of your environment. The following locations are the defaults. If you customized the installation directories in your environment, the actual paths may vary. https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/about-log-files

Enabling BitLocker through Intune.

Configure Endpoint Protection profile At the moment of writing, I still use an Endpoint Protection profile in Microsoft Intune to configure encryption settings as I haven`t tested the BitLocker settings yet which are found on the Endpoint Security tab. Give the configuration profile a Name Under Windows Encryption it is important to at least configure these settings for … Read more

Exchange Back Pressure issue.

Back pressure is a monitoring feature of the Microsoft Exchange Transport service that monitors system resources such as disk space and memory on Transport servers (the Hub Transport and the Edge Transport servers) and stops message/mail submission if it’s running low on these resources. The following system resources are monitored as part of the back … Read more