Author Archives: Idit Bnaya

About Idit Bnaya

Sr. Cloud Solution Architect at Microsoft, I’m passionate about helping customers succeed by building secure, scalable, and innovative cloud solutions – with a strong focus on AI, DevOps practices, and end-to-end security. With a proven track record in the IT and services industry, I serve as a trusted advisor, partnering closely with organizations to guide them through digital transformation and maximize the value of their cloud investments. My role combines technical leadership with project ownership – from designing modern architectures to leading cross-functional implementations that drive real business outcomes. I also manage and empower strategic partners, working hand-in-hand with them to ensure project success and deliver measurable business impact for customers.

How to change the email address for getting AD Dirsync notifications

A part of the Office 365 Hybrid migration is to Synchronize AD object to the cloud , If there are errors regarding the synchronization you will get an email . By default those email will sent to the email address … Continue reading

Posted in Office365 | Leave a comment

Hybrid configuration wizard Error: Failed to find the address type object in Active Directory for address type “MS:AMD64”..

ERROR: Updating hybrid configuration failed with error ‘Subtask Configure execution failed: Configure Recipient Settings Execution of the Set-EmailAddressPolicy cmdlet had thrown an exception. This may indicate invalid parameters in your Hybrid Configuration settings. The following error occurred during validation in … Continue reading

Posted in Office365 | Leave a comment

SCCM – Collection Queries

Name: All sccm  clients requiring a reboot Query:  select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from sms_r_system AS sms_r_system inner join SMS_UpdateComplianceStatus as c on c.machineid=sms_r_system.resourceid where c.LastEnforcementMessageID = 9 ____________________________________________________________________________________________________________________________ Name: All SCCM client  computers in a specific site Description … Continue reading

Posted in SCCM 2012, SCCM 2012 R2, SCCM2007 | Leave a comment

The action ‘Enable Mailbox’ , ‘Archive,ArchiveName’ , cant be performed on the object… because the object is being synchronized from your on premises organization….

Consider the following scenario : You have an hybrid environment , When you try to enable archive through the office 365 portal you get the following massage :                           … Continue reading

Posted in Office365 | Leave a comment

How to uninstall sms 2003 clients

If you have old SMS 2003 clients installed on computers in your organization, and  the SMS 2003 server is  no longer available, you will have trouble to install SCCM 2007 clients. In order to install SCCM 2007 clients ,you will … Continue reading

Posted in SCCM2007 | Leave a comment

How to uninstall sccm client localy and remotly:

For x86 Operating Systems: On the client computer -Start -Run – Type: %windir%system32\ccmsetup\ccmsetup.exe /uninstall For x64 Operating Systems: On the client computer -Start -Run – Type: %windir%\ccmsetup\ccmsetup.exe /uninstall How to uninstall sccm client remotly with psexec: 1. install psexec.exe on … Continue reading

Posted in SCCM2007 | Leave a comment

SCCM 2007 – Import SCCM power management reports

After installing and configuring SCCM R3 , the power management reports will not appear automatically , you will need to import them  into SCCM console Steps to Import SCCM power management reports : 1. Make sure SQL Reporting Services component … Continue reading

Posted in SCCM2007 | Leave a comment

Powershell error : “.ps1 cannot be loaded because the execution of scripts is disabled on this system”

When You are trying to run a PS1 script in Power shell you are getting the following error: “File C:\scripts\.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get- help about_signing” for more … Continue reading

Posted in PowerShell, Windows | Tagged , | Leave a comment

“system volume information” folder grow into a huge size

there are 2 ways to make this folder smaller, the first GUI method changes from one OS to another so i will not specify all the OS options here, a simple search in google with: “configure shadow copies windows [your … Continue reading

Posted in Windows | Leave a comment

How to create distribution lists in office 365

There are two ways to send  email to multiple address (Group) with Office 365 1. Create a Distribution group 2. Create a Transport rule In this article i will show you how to do them both  1. How to Create Distrinution Group … Continue reading

Posted in Office365 | 1 Comment