Search
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
Recent Comments
- שגיאה לאחר עדכון תעודה ב-This page cannot be displayed :ADFS 3.0 | ID(o)IT on Error After Renew certificate ADFS 3.0–This page cannot be displayed
- loanemu on Office 365 Proplus– Forward from external contact to email address
- loanemu.com on Netapp – Create new LUN for exchange DB Using Netapp 2020
- terrance on System Center 2012 R2 Configuration Manager Toolkit – is now available for Download
- harvey on Enable-MSOnlinePasswordSync failed. Error: The pipeline has been stopped, the service is not operational
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
IT blog
- Active Directory
- Azure
- Exchange 2010
- GPO
- Log In
- Microsoft Teams
- Office
- Office 365
- Office365 – Errors and solutions
- Password Reset
- Password Reset
- PowerShell Scripts
- Profile
- Profile
- Register
- Register
- SCCM 2007 – how to
- SCCM 2007 – Useful links
- SCCM 2007 hotfixes
- SCCM 2007 tips
- SCCM 2012
- SCCM 2012 – Useful links
- SCCM Collection queries
- SCCM Solutions
- Scripts
- Skype for Business
- Welcome to my blog
- Windows Server
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
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 error 1203, error 1603, Exchange, exchange rollup, exchange2010, Rollup
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
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
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
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
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 add driver to task sequence, Apply driver package, Driver package, sccm
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