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
Category Archives: SCCM 2012
How to change SCCM 2012 Site name
1. Open to SQL Server management studio 2. Under databases 3. Open your SCCM DB 4. Search for Table called – dbo.SC_SiteDefinition 5. Right click – Edit top 200 Rows 6. Change the name. Idit Bnayawww.itblog.co.il
Posted in SCCM 2012
Leave a comment
SCCM 2012 – Error: some drivers cannot be imported successfully
As soon as you Detach an reattach the SCCM database in SQL, two properties are changed, and SCCM isn’t able to do certain operations, as importing drivers, or applications. In my case I got this error when trying to … Continue reading
Posted in SCCM 2012
Leave a comment
How to- Deploy Office 2010 using SCCM 2012
1. MSP file The first step is to create a customize MSP file: 1. Open CMD type setup.exe /admin at the command line from the root of the network installation point that contains the Office 2010 source files for … Continue reading
Posted in SCCM 2012
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