This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Finds inactive Channels on TeamSpeak 3 Server using the Server Query API. | |
.DESCRIPTION | |
Finiding all inactive channels using the "seconds_empty" in the Channel info from the API. | |
You need to be on 3.12 or higher on your TeamSpeak server, and have an API key. | |
Change $TSAPIKEY and $Server to your info. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Console Sample v.1" | |
{ | |
// GSI Documentation: https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration | |
"uri" "http://IP" | |
"timeout" "0.1" | |
"buffer" "0.1" | |
"throttle" "0.5" | |
"heartbeat" "60.0" | |
"auth" | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Author | |
Nikolaj Petersen | |
.Description | |
A small script to detect for motion on Hue Sensors. | |
If motion is detected we will: | |
- Write to a CSV file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Author | |
____ _____ _____ _____ ____ ____ _____ _ _ | |
| _ \| ____|_ _| ____| _ \/ ___|| ____| \ | | | |
| |_) | _| | | | _| | |_) \___ \| _| | \| | | |
| __/| |___ | | | |___| _ < ___) | |___| |\ | | |
|_| |_____| |_| |_____|_| \_|____/|_____|_| \_| | |
Nikolaj Petersen / NPetersenDK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Author | |
____ _____ _____ _____ ____ ____ _____ _ _ | |
| _ \| ____|_ _| ____| _ \/ ___|| ____| \ | | | |
| |_) | _| | | | _| | |_) \___ \| _| | \| | | |
| __/| |___ | | | |___| _ < ___) | |___| |\ | | |
|_| |_____| |_| |_____|_| \_|____/|_____|_| \_| | |
Nikolaj Petersen / NPetersenDK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Author | |
Nikolaj Petersen | |
https://nipetersen.dk | |
github@nipetersen.dk | |
gist.github.com/NPetersenDK | |
.Changelog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
____ _____ _____ _____ ____ ____ _____ _ _ | |
| _ \| ____|_ _| ____| _ \/ ___|| ____| \ | | | |
| |_) | _| | | | _| | |_) \___ \| _| | \| | | |
| __/| |___ | | | |___| _ < ___) | |___| |\ | | |
|_| |_____| |_| |_____|_| \_|____/|_____|_| \_| | |
.Author | |
Nikolaj Petersen | |
n@nipetersen.dk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Info: | |
Network troubleshooting for your clients :) | |
.Author | |
Nikolaj Petersen - n@nipetersen.dk - https://nipetersen.dk | |
.Other? | |
We are using your Outlook to send the mail - the default address will be the sender | |
Change the $recipient and $subject to what you would want it to be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Info: | |
Network troubleshooting for your clients :) | |
.Author | |
Nikolaj Petersen - n@nipetersen.dk - https://nipetersen.dk | |
.Other? | |
We are using your Outlook to send the mail - the default address will be the sender | |
Change the $recipient and $subject to what you would want it to be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Info: | |
Network troubleshooting for your clients :) | |
.Author | |
Nikolaj Petersen - n@nipetersen.dk - https://nipetersen.dk | |
.Other? | |
We are using your Outlook to send the mail - the default address will be the sender |