Author Archives: Idit Bnaya

Upgrade brocade FC switches firmware Step-By-Step guide

Upgrade brocade FC switches firmware Step-By-Step guide Brocade switches have two firmware partitions, this means that their firmware can be upgraded without downtime, this process is done as follows: The upgrade process will upgrade the firmware of one boot partition, … Continue reading

Posted in Brocade | Tagged , | Leave a comment

Installation of exchange server 2010 SP3 UpdateRollup Failed with event log 1023 Eventvwr

“Update Rollup 17 for Exchange Server 2010 Service Pack 3 (KB4011326) 14.3.352.0′ could not be installed. Error code 1603” :After searching the web I’ve found a way to run the setup with verbose log redirected to a file “Exchange2010-KB4011326-x64-en.msp /lxv*! … Continue reading

Posted in Exchange 2010 | Tagged , , , , , | Leave a comment

Microsoft Teams Update announcement – February 14, 2017

  Microsoft Teams has been in preview for several months. We hope that you had the opportunity to evaluate it for your organization. As we communicated in December, in MC89318, Microsoft Teams is currently off by default at the tenant … Continue reading

Posted in Office365 | Tagged , | Leave a comment

SCCM 2012 R2 – Collection Query for Internet Explorer

First you need to make sure that Asset intelligent is configured and enabled Click on Asset and Compliance > Asset Intelligence  – Ensure that the following settings are show 1. Asset Intelligence Component : Enabled 2. Asset Intelligence Synchronization point … Continue reading

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

password never expires

<# This script find all the users whose passwords never expire and send a report to mail. Idit Bnaya #> Import-Module activedirectory $date=Get-Date $date1 = $date.ToShortDateString() $date2 = $date1.Replace("/","_") $FolderPath = ‘c:\temp’   Get-ADUser -filter * -Properties PasswordNeverExpires | where … Continue reading

Posted in PowerShell | Tagged , | Leave a comment

Who am I – VB Script

‘ This script returns the following details on the local computer: 1. IP address 2. Computer name 3. Last reboot time 4. user name I compiled it to exe and push it to all the workstations using GPO It looks … Continue reading

Posted in Profile, Scripts | Leave a comment

Define new topology for a clean Skype for business server environment

Topology Builder is used to create, adjust, and publish your topology. Topology Builder also validates your topology before you begin server installations. When you install Skype for Business Server 2015 on individual servers, the servers read the published topology as … Continue reading

Posted in Skype for buiness | Tagged , , | Leave a comment

ADSync error – OnlineIdentityException–0x8023134a–Last name was changed

I recently dealt with an issue with Office 365 and the "Directory Synchronization service manager" where two of the users who had been previously syncing to Office 365 with no problems started to receive the error "OnlineIdentityException " The Error … Continue reading

Posted in Azure AD Connect, Dirsync, Office365 | Tagged , , , , | Leave a comment

SCCM – Adding driver package to a task sequence

1. First we need to create a folders and copy the Network, Display, Chipset, Audio, Modem, SATA drivers in to it. For example OptiPlex3020Win7X64 2. Create a driver package in SCCM Console: Give the package a name matching the folder … Continue reading

Posted in SCCM 2012, SCCM 2012 R2, SCCM2007, System Center | Tagged , , , | Leave a comment

GPO – Event ID 1058, Group Policy gpt.ini–Solved

"The Processing of Group Policy failed. Windows attempted to read the file \\domain\sysvol\domain\policies\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\gpt.ini from a domain controller and was not successful."   Under \\domain\sysvol\domain\policies\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}  – there was no ini file  so I realized that GPO is probably corrupted In order … Continue reading

Posted in GPO | Tagged , , | Leave a comment