User Profile
johnmsch
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Compress-Archive Not Working?
I'm running Powershell version5.1.17763.4974 on a server with Windows Server 2019 Datacenter v10. Been using PS for years but tryingCompress-Archive for the first time. Tried building a script which didn't work. When executing the script, it immediately goes right back to the PS prompt and nothing happens. Trying to execute a simple command directly with something like this: Compress-Archive -Path 'D:\abc\*.*' -DestinationPath 'D:\xyz\abc.zip' Same thing happens. Goes immediately back to the PS prompt. I'm running PS as administrator. What am I missing?3.8KViews0likes4CommentsWrite array values to Event Viewer?
Trying to debug an old PowerShell script that contains a small array, containing 5 -7 entries, each about 10-15 bytes long). I'm trying to write the contents of the array ($activeNode) to the Event Viewer. I tried this: Write-EventLog –LogName Application –Source AppServer –EntryType Information –EventID 920 –Message "Active Node List:$activeNode" but the entry in Event Viewer comes out like this: Active Node List:System.Data.DataRow I know I'm missing something obvious. How do I get the actual contents of the $activeNode array to show up?3.1KViews0likes19CommentsUsing 2 instances of Teams
Doing some project work with a client, I need to be logged in to their Teams instance in addition to our corporate Teams account. I went to teams.microsoft.com, signed in with the credentials they assigned me and using Edge, installed this site as an app which is now on my taskbar. I'm having a couple of issues with this process. If I sign in to their Teams account from the Teams desktop app and click on the Teams menu item on the left-hand side bar I can see the teams that were assigned to me. This is what I need the most to access the Files group for that team. However, when signed in via the web app, that team does not show up. In fact, I don't see either of the two teams that were assigned to me when using the web app, but do see them when using the desktop app. The other issue is with desktop notifications. I can't find where to enable that for the web app. The post that I found describing how to setup the PWA just says to click theTurn on Desktop Notifications, but I don't see that option anywhere.2.4KViews0likes3Comments
Groups
Recent Blog Articles
No content to show