Search found 14 matches

by island_guy
Thu Mar 13, 2014 6:27 pm
Forum: PowerShell
Topic: Office 365
Replies: 1
Views: 2303

Office 365

Hello, I am looking for a tutorial on how to connect to office365 and configure Sapien as my ISE like I use Windows PowerShell ISE now and administrator exchange. I really like the intellisense coding, I get with Microsoft powershell ISE. Can someone point me in the right direction, I cannot be the ...
by island_guy
Thu Aug 15, 2013 1:28 pm
Forum: Former and Future Customers - Questions
Topic: import module into IDE
Replies: 5
Views: 6952

Re: import module into IDE

Hi David, I am running PS v3. OS Win7 Maybe, I am asking the wrong question. I am interested in coloring in the IDE but more interested in just working in the active session (form) How do I import or connect via the active FORM? I see that it imports -Module ISE and MSOnlineExtended, how do I import...
by island_guy
Thu Aug 15, 2013 5:08 am
Forum: Former and Future Customers - Questions
Topic: import module into IDE
Replies: 5
Views: 6952

Re: import module into IDE

David, I followed the two pages and I don't think I explained my situation maybe. I do not see the cmdlets in PS Studio, even though it seems like a success. I want to make sure you understand my situation. When I connect to our cloud MSOLS as I posted previously, it loads a module of cmdlets. I do ...
by island_guy
Wed Aug 14, 2013 1:36 pm
Forum: Former and Future Customers - Questions
Topic: import module into IDE
Replies: 5
Views: 6952

import module into IDE

I currently connect to our service by: $cred = Get-Credential $session = New-PSSession -Authentication basic -Credential $cred -ConnectionUri https://email.loc.org/PowerShell/ -ConfigurationName Microsoft.Exchange -AllowRedirection -SessionOption (New-PSSessionOption -SkipRevocationCheck) Import-PSS...