danielmcgovern23187
Level 1
Level 1
Member since ‎02-01-2021
‎03-14-2021

User Statistics

  • 8 Posts
  • 1 Solutions
  • 5 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
1 Accepted Solution
5 Replies
FirstQuestion

User Activity

I am trying to clean up my code a bit and im trying to make a class of sort to be called with other functions. Here is the code:Function Invoke-SoapRequest { param( [parameter(Mandatory)]$Body, [parameter(Mandatory)]$MethodName ...
So I am recieving a weird error with no real information to why it is failing when i try to addPhone. Have any of ya seen an error similar to this? Here is the script below and i attached the logs. It seems when I run an addPhone request it is return...
I have been working a pretty simple PowerShell script to retrieve phone data on a given device. I thought this was going to be simple but I have been hitting allot of errors when I try to run this script. if ($null -eq $cred ){ Get-Credential}Functio...
Community Statistics
Member Since ‎02-01-2021 09:49 AM
Date Last Visited ‎03-14-2021 12:42 PM
Posts 8
Helpful Votes Given To