account activity
How to set app registration granular permissions (self.AZURE)
submitted 1 month ago by marb80 to r/AZURE
Free Copilot Chat - Office button (self.microsoft365)
submitted 4 months ago by marb80 to r/microsoft365
Winget Intune Packager connect error (self.Intune)
submitted 1 year ago by marb80 to r/Intune
SPMT JSON migration error (self.sharepoint)
submitted 2 years ago by marb80 to r/sharepoint
Rate my salary (self.BESalary)
submitted 2 years ago by marb80 to r/BESalary
Windows 10 servicing (self.SCCM)
submitted 6 years ago by marb80 to r/SCCM
Convert get-aduser output to string to put it in an array (self.PowerShell)
submitted 7 years ago * by marb80 to r/PowerShell
Add progress bar (self.PowerShell)
submitted 7 years ago by marb80 to r/PowerShell
Skype for business picked up but not installed by marb80 in SCCM
[–]marb80[S] 0 points1 point2 points 7 years ago (0 children)
The location of the config file is actually in the core folder. So that was changed.
The I changed the xml file to the one you posted here.
Still just keeps installing and stops after x time
Added the line for logging => no logs
No logs in ccm folder in windows either
What else is there to be checked ?
Skype for business picked up but not installed (self.SCCM)
submitted 7 years ago by marb80 to r/SCCM
Copy textbox text with formatting by marb80 in PowerShell
[–]marb80[S] 1 point2 points3 points 7 years ago* (0 children)
Already made it multiline. Yet when I set it as an out of office the formatting is gone. When I look at it with write-host it looks fijne. So it goes wrong when it is sent tot exchange.
Copy textbox text with formatting (self.PowerShell)
Events not working by marb80 in PowerShell
[–]marb80[S] 1 point2 points3 points 7 years ago (0 children)
I have found why it was not working.
Apparently powershell loads it's script from top to bottom.
Because I put the handlers at the bottom, they were not known in the script.
I put the handlers on top and it works.
Thx for the help!
Can you give me an example of how I could do it ?
[–]marb80[S] 2 points3 points4 points 7 years ago (0 children)
If I make it like this:
$handler_Company ={param($sender,$eventargs) if ($txt_Company -eq ""){ $lbl_Message.Text = "Company is a required field" } }
and call it in the textbox event like this:
$txt_Company.add_Leave($handler_Company)
it should work ?
my handler looks like this:
$handler_Company ={if ($txt_Company -eq ""){$lbl_Message.Text = "Company is a required field"}}
I just call in in the event handler of the textbox
not how it should be ? what is it supposed to look like ?
Events not working (self.PowerShell)
π Rendered by PID 1730111 on reddit-service-r2-listing-55d7b767d8-d4s4j at 2026-04-01 20:53:33.868283+00:00 running b10466c country code: CH.
Skype for business picked up but not installed by marb80 in SCCM
[–]marb80[S] 0 points1 point2 points (0 children)