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
Tag Archives: Powershell
Powershell Form – Send Encrypted PDF Form
Due to recent changes in global privacy and data protection laws ( GDPR & Israeli Privacy Law) I had to find a quick and easy way to send encrypted PDF files by email. So, after 6 hours of searching and … Continue reading
Posted in Cyber, PowerShell, Profile, Scripts, Security
Tagged Encrypt file, PDFProtect, Powershell, Send Encrypted PDF
Leave a comment
Teams Powershell – Create new Team and add users from CSV
לאחרונה מיקרוסופט הוציאה תמיכה של פקודות המותאמות ל-Teams דבר המאפשר לאנשי ה-IT לבצע פעולות יומיומיות פשוטות ביעילות על ידי שימוש באוטומציה. בעזרת הפקודות נוכל לבצע פעולות כמו: יצירת צוותים חדשים ערוצים חדשים בקבוצה הוספת והסרה מספר רב של חברים הגדרת … Continue reading
Posted in Office365, PowerShell, Scripts, Teams, Teams
Tagged Add Members to tea, Add Members to team, Powershell, Teams, Teams powershell
Leave a comment
Exchange 2010: Get-MailboxDatabase -Status for Whitespace
In exchange 2010, event id 1221 does not exist anymore, and in order for us to find the whitespace, Microsoft has provided an appropriate command shell: Get-MailboxDatabase -Status |ft name,databasesize,availablenewmailboxspace -auto Idit Bnayawww.itblog.co.il
Posted in Exchange 2010
Tagged Exchange, exchnage2010, Powershell, white space, whitespace
Leave a comment
How to set all virtual directories at once With PowerShell
For internal URLs: $urlpath = Read-Host "Type internal Client Access FQDN starting with http:// or https://" Set-ClientAccessServer –Identity * –AutodiscoverServiceInternalUri “$urlpath/autodiscover/autodiscover.xml” Set-webservicesvirtualdirectory –Identity * –internalurl “$urlpath/ews/exchange.asmx” Set-oabvirtualdirectory –Identity * –internalurl “$urlpath/oab” Set-owavirtualdirectory –Identity * –internalurl “$urlpath/owa” Set-ecpvirtualdirectory –Identity * –internalurl … Continue reading
Posted in Exchange 2010, Exchange 2013, Microsoft Exchange, PowerShell
Tagged Exchange, external url, Powershell, virtual directory
Leave a comment
Office365 – Enable or disable IMAP, POP, OWA, MAPI, or Exchange ActiveSync for a mailbox
Enable or disable IMAP, POP, OWA, MAPI, or Exchange ActiveSync for a mailbox in Exchange Server in office365 1. Connect to office365 PowerShell – https://www.itblog.co.il/how-to-connect-remote-powershell-to-the-office365s-cloud-based-organization/ 2. To see the current state for the mailbox – type : Get-CASMailbox -Identity “Mailbox … Continue reading
Posted in Office365, Office365 Proplus
Tagged Disable Activesync, Disable owa, Powershell
Leave a comment
Office 365 – Manage licenses – ADD\Remove
1. Assign License Using the office365 portal · From the office365 Portal · Connect to – Office365 Portal with the right permissions (Or global administrator or User management administrator) · In the left section Go to the Users and Groups … Continue reading
Posted in Office365, Office365 Proplus, PowerShell, SharePoint Online
Tagged Assign licenses, License, Office365, office365 license, Powershell
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