<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SfB 1 | Cloud Engineer - Everton Collins</title>
	<atom:link href="https://evertoncollins.com/category/office-365/sfb/feed/" rel="self" type="application/rss+xml" />
	<link>https://evertoncollins.com</link>
	<description>Work by Everton Collins</description>
	<lastBuildDate>Thu, 27 Apr 2017 04:08:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://evertoncollins.com/wp-content/uploads/2015/06/logo1-150x150.png</url>
	<title>SfB 1 | Cloud Engineer - Everton Collins</title>
	<link>https://evertoncollins.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Skype for Business Online management tasks &#8211; Commands</title>
		<link>https://evertoncollins.com/the-skype-for-business-reports/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Sun, 30 Apr 2017 13:03:07 +0000</pubDate>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SfB]]></category>
		<category><![CDATA[click Accessories]]></category>
		<category><![CDATA[click All Programs]]></category>
		<category><![CDATA[click Windows PowerShell]]></category>
		<category><![CDATA[Get-CsTenant]]></category>
		<category><![CDATA[Online meetings and conferences]]></category>
		<category><![CDATA[or Windows Server 2012 R2 do the following: Click Start]]></category>
		<category><![CDATA[Powershell Skype for Business Reports]]></category>
		<category><![CDATA[Skype for Business reports]]></category>
		<category><![CDATA[To create a remote connection to Skype for Business Online]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=866</guid>

					<description><![CDATA[<p>Skype for Business with PowerShell There are many common daily tasks a Skype for Business Administrator will need to complete in their daily management of Office 365  Skype for business; one such task is that of managing user accounts.  You want to see what users have been enabled for Skype for Business. You will want [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/the-skype-for-business-reports/">Skype for Business Online management tasks – Commands</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Skype for Business with PowerShell</h1>
<p>There are many common daily tasks a Skype for Business Administrator will need to complete in their daily management of Office 365  Skype for business; one such task is that of managing user accounts.  You want to see what users have been enabled for Skype for Business.</p>
<p>You will want to sign-in to Skype for Business PowerShell to run these commands</p>
<h2>Connecting to Skype for Business Online by using Windows PowerShell</h2>
<p>After you have installed the prerequisite software, you are ready to begin using Windows PowerShell to manage Skype for Business Online. To do that, you begin by opening a standard instance of Windows PowerShell. You don&#8217;t need to open a special instance of Windows PowerShell (similar to, say, the Lync Server Management Shell), nor do you need to open a Control Panel app or any other special type of application. This is because Skype for Business Online management is performed by using a remote session of Windows PowerShell.</p>
<p>&nbsp;</p>
<p>In turn, this means that:</p>
<ol>
<li>You use a regular session of Windows PowerShell to connect to Skype for Business Online. When connecting remotely, you work on your local computer and you use your local copy of Windows PowerShell, but you manage objects found on a remote system (that is, Skype for Business Online).</li>
<li>All the cmdlets, scripts, and other items needed to manage Skype for Business Online are downloaded to your computer. These items are kept in memory and are available only in the remote session established with Skype for Business Online. This is important to keep in mind. When you make a remote connection to Skype for Business Online, the Skype for Business Online cmdlets—such as <a href="https://technet.microsoft.com/en-us/library/jj994044%28v=ocs.15%29.aspx" target="_blank" rel="noopener noreferrer">Get-CsTenant</a>—will be copied, in memory, to your computer. In your remote session, you&#8217;ll be able to run these cmdlets. However, these cmdlets are available only in that remote session. For example, you might start a second session of Windows PowerShell, but without connecting to Skype for Business Online in this session. If you try to run the <strong>Get-CsTenant</strong> cmdlet from within that session, you&#8217;ll receive the following error message:</li>
</ol>
<pre>Get-CsTenant : The term 'Get-CsTenant' is not recognized as the name of a cmdlet, function, script file, or operable program.</pre>
<pre>Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

</pre>
<p><strong>User Account Management: </strong></p>
<p>Return information about all your Skype for Business Online users</p>
<pre><strong>Get-CsOnlineUser</strong>  - To return information about all your users who have been enabled for Skype for Business Online</pre>
<pre>(this can be a very long report)

</pre>
<pre><strong>Get-CsOnlineUser -ResultSize 1</strong> - To return information for a single, randomly-selected user</pre>
<pre>(for example, to use this account for test purposes), call the <strong>Get-CsOnlineUser</strong> cmdlet and set the ResultSize parameter to 1:
<img fetchpriority="high" decoding="async" class="alignnone size-large wp-image-913" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-1024x694.jpg" alt="Get-CsOnlineUser -ResultSize 1" width="1024" height="694" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-1024x694.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-300x203.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-768x520.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1.jpg 1216w" sizes="(max-width: 1024px) 100vw, 1024px" /></pre>
<pre>Lets say you want to get the results for many users, in our case we'll say 6 users.

You can run the following command.
<strong>Get-CsOnlineUser -ResultSize 6</strong> - Run this command to get the results back for 6 users

<img decoding="async" class="alignnone size-large wp-image-916" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-1024x740.jpg" alt="Get-CsOnlineUser -ResultSize 6" width="1024" height="740" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-1024x740.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-300x217.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-768x555.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6.jpg 1141w" sizes="(max-width: 1024px) 100vw, 1024px" /></pre><p>The post <a href="https://evertoncollins.com/the-skype-for-business-reports/">Skype for Business Online management tasks – Commands</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
