Search found 7 matches

by jpizzuco
Thu Aug 22, 2019 9:59 am
Forum: PowerShell Studio
Topic: Decompile software
Replies: 3
Views: 1944

Re: Decompile software

uploaded tks
by jpizzuco
Thu Aug 22, 2019 8:12 am
Forum: PowerShell Studio
Topic: Decompile software
Replies: 3
Views: 1944

Decompile software

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build:Powershell studio 2...
by jpizzuco
Tue Jan 08, 2019 12:50 pm
Forum: PowerShell GUIs
Topic: Skype for Business
Replies: 5
Views: 2108

Re: Skype for Business

that article is for Skype for business online , we are using on-prem
by jpizzuco
Tue Jan 08, 2019 12:37 pm
Forum: PowerShell GUIs
Topic: Skype for Business
Replies: 5
Views: 2108

Skype for Business

Hi Guys, I'm using PS S2019 I'm trying to connect to our skype for business server 2015 to delete a user account but every time I try it doesn't seem to work, this is my script below $button1_Click = { $cred = Get-Credential DOMAIN\UserAccount that has rights $session1 = New-PSSession -ConnectionURI...
by jpizzuco
Fri Oct 12, 2018 6:37 am
Forum: PowerShell GUIs
Topic: Skype for Buisness
Replies: 5
Views: 1801

Re: Skype for Buisness

Can you explain "You will need to run that code as a job which works with Azure"
by jpizzuco
Fri Oct 12, 2018 6:25 am
Forum: PowerShell GUIs
Topic: Skype for Buisness
Replies: 5
Views: 1801

Re: Skype for Buisness

I installed the skype for business management tools locally on my PC and I connect to the server and query the users
load-module skypeforbusiness
get-csuser UserName

But when I add it to my script it doesn't work
by jpizzuco
Fri Oct 12, 2018 5:36 am
Forum: PowerShell GUIs
Topic: Skype for Buisness
Replies: 5
Views: 1801

Skype for Buisness

Hi Guys,
I'm trying to manage our skype for business 2015 user accounts using a GUI, But the module doesn't seem to load. This is my script

$form1_Load={
Import-Module SkypeForBusiness

}
$buttonSkype_Click = {
get-csuser useraccount
}

I'm running PS Studio 2018