Browse by Tags

Tagged Content List
  • Wiki Page: Configuring External Access in Lync (Office 365)

    Table of Contents Introduction Requirements Procedure Conclusion Introduction Demonstrate how the Office 365 Lync Online free to talk to other existing domains in Office 365 and On-Premises environment. Requirements Having global permission Admins in the Office 365 tenant for performing...
  • Wiki Page: PowerShell: Update Site Collection Admins

    Table of Contents Code OP used: Error: Solution: See Also This wiki is based on the Forum Post How to update secondary site collection Administrator to all Site Collections Code OP used: $Cred = read-host -Prompt "LANID@hermanmiller.com of user you wish to grant access to all site...
  • Wiki Page: Replace E1 with E3 License via CSV and Powershell

    Replace E1 with E3 License 1. Create CSV File for user UPN, save as replace.csv in folder C:\CSV UPN jcruz@contoso.com 2. Save script below as .PS1 file and run in powershell Connect-MSOLService $users = import-csv C:\csv\replace.csv -delimiter "," foreach ($user in...
  • Wiki Page: Generate Power BI Business Intelligence Reports using SharePoint Online List

    Table of Contents Introduction Get Started Format the Imported Data Generate Business Intelligence Reports Publish Power BI report Online Summary See Also Other Languages Introduction Power BI is a cloud based service that provides data visualization options based on the source data. Using Power...
  • Wiki Page: Office 365: Update immutableID using PowerShell

  • Wiki Page: Managing MS Online Users with PowerShell

    Table of Contents Managing MS Online Users with PowerShell Pre-requisites Operating System .Net Framework Microsoft Online Service Assistant Windows Azure Active Directory Module Import-Module Connect-MSOLService: Cmdlet Connect-MSOLService: Script Exploring Get-MSOLUser/Set-MSOLUser Syntax Get All Licensed...
  • Wiki Page: Office 365: How to Configure PowerShell for O365

    Table of Contents Prerequisites Install Microsoft Online Services Sign-In Assistant Install Microsoft Azure Active Directory Module for Windows PowerShell Verify configuration of SharePoint Online Management Shell Since most of the SharePoint implementation paradigms are moving fast towards Cloud...
  • Wiki Page: Create Hierarchical Address Books in Office 365

    Table of Contents The Hierarchical Address Book (HAB) HAB in Office 365 How HAB Looks? How to start with establishing a HAB? Steps to Enable HAB in your Office 365 organization using Remote PowerShell How the HAB we made looks The Hierarchical Address Book (HAB) The hierarchical address book...
  • Wiki Page: SharePoint 2013 and Office 365 (SharePoint Online) App Provisioning and Installation Options

    Table of Contents Introduction Web Scope Installation Tenant Scope Installation Site Collections Managed Paths Site Templates See Also Introduction App deployment is different from app development. App deployment depends on how the administrator is going to install the app. App deployment can...
  • Wiki Page: Skype For Business / Lync Troubleshooting: online client can't connect

    Sometimes you will go through this type of error in your professional career where at client side you will experience a error like this that you added the proper Lync or Skype for business entries into their public DNS but after entries the correct entry you will still experience this type of error...
  • Wiki Page: Office 365 App Launcher navigation experience

    App Launcher is the new feature introduced in Office 365 by Microsoft. This feature gives an option to the end users to easily navigate and gives a quick launch option. It makes the most recently used applications, which need to be used for day to day operations, easily accessible. What...
  • Wiki Page: SharePoint Online: Creating a list and import data from CSV using PowerShell

    PowerShell script connects to a Site Collection within an O365 tenant and does the following: Creates a list using the "Custom" list template called "Employee Information" Adds a custom site column "LastName" Adds an item to the list All you need to run...
  • Wiki Page: SharePoint 2013 Troubleshooting : Microsoft SkyDrive Pro has stopped working

    Table of Contents Situation Analysis Resolution Situation Using the Skydrive Pro app (Onedrive) to sync the documents in SharePoint library. We have around 10,000 documents to upload in SharePoint document library via OneDrive sync app. Sudden, the app has stopped working to sync the document...
  • Wiki Page: SharePoint Add-in Setup: Guidance (Part 1)

    Microsoft provides the add-in as a framework for building and customizing SharePoint onpremise or online in a way that does not interfere with the performance of the platform. My experience with most of the organizations involves confusion and trouble heading in the right direction with regard to add...
  • Wiki Page: SharePoint Add-in Setup: Guidance (Part 2)

    Continuing from where we left in part 1 Create an isolated domain on your development computer. Ensure that the spadmin and sptimer services are running by opening a command prompt and typing the following commands. net start spadminv4 net start sptimerv4 Create your isolated...
  • Wiki Page: Office 365: How to schedule a script using Task Scheduler

    Table of Contents Configuration Steps Troubleshooting and verification Acknowledgements Configuration Steps Often times as an Office 365 Administrator, there are opportunities to automate tasks. However, getting Exchange Online or other Office 365 related scripts to successfully launch from Task...
  • Wiki Page: Office 365 Planner Kullanımı

    Birkaç kişinin bir araya gelip bir işi yapmaları dünyanın en zor işlerden biridir. Oysa ekip ruhu ve takım liderliğinde BEN yerine BİZ odalı olabilmek, bir bütün içinde birlikte hareket etmek ve yaratıcı fikirleri oraya çıkararak faydalı bir oluşum sağlanabilir. Rekabetin arttığı bu dünya da şirketler...
  • Wiki Page: Power BI Business Intelligence-Berichte mit SharePoint Online-Liste (de-DE)

    The original article has been published here by PriyaranjanKS Table of Contents Erste Schritte Formatieren Sie die importierten Daten Business Intelligence-Berichte zu generieren Power BI-Bericht Online veröffentlichen Zusammenfassung Siehe auch Andere Sprachen Einführung ...
  • Wiki Page: SharePoint : Multiple Nested Formula in Calculated Column

    Table of Contents Applies to Issue Solution Applies to SharePoint 2016 SharePoint Online SharePoint 2013 SharePoint 2010 Issue There are multiple threads in forum for looking for answer of "Multiple Nested Formula in Calculated Column". Trying to build the below...
  • Wiki Page: Office 365 Roles

    As we know that if we try to change the role of a user through office portal we will get the following options, But if you check the details of the roles available through PowerShell (Azure Active Directory PowerShell) command, Get-MsolRole | Format-Table ObjectId, Name | clip ...
  • Wiki Page: Office 365 Data Governance

    The questions that might arise to any enterprise would be, how safe our data will be over the cloud? Which data should we move and which we should not? Who will be taking care of my data once it is over the cloud? All these questions needed to be answered by the cloud provider to convince the enterprise...
  • Wiki Page: SharePoint 2013: How to hide site contents

    Table of Contents Introduction Implementation Example Other Languages Introduction How to hide "Site Contents" option from settings in SharePoint 2013 for non-admin user. Sometimes it comes into picture for security purposes that the end user should not have the access to site contents...
  • Wiki Page: SharePoint 2013 SiteContents Nasıl Gizlenir (tr-TR)

    Table of Contents Uygulama Örnek Kod Site İçeriği menüsünü yönetici olmayan kullanıcılar için SharePoint 2013 de gizlemeyi anlatmaya çalışacağım. Bazı durumlarda güvenlik sebebi ile son kullanıcıların sitenin içeriğine erişmesini engellemiz gerekmektedir. Bunu aşağıdaki adımlar vasıtası ile gerçekleştirebilirsiniz...
  • Wiki Page: SharePoint 2013: Cascading drop-down with jQuery SPServices

    Table of Contents Introduction Implementation Output Introduction This feature is not available out-of-the-box in SharePoint. Take two drop-downs in your custom page (content editor web part) as: < select id = "ddlCountry" ></ select > and other drop-down...
  • Wiki Page: SharePoint 2013: CallOut Pop-up

    Table of Contents Introduction Implementation See Also Introduction How to create CallOut pop-up in SharePoint 2013. In SharePoint 2013 Microsoft has used Notification or Preview Callout Pop-ups on various pages, Lists and Libraries. These Hover-Over pop-ups can be fully customized using the new...
Page 25 of 41 (1,020 items) «2324252627»
Can't find it? Write it!